fwupd/data/device-tests/logitech-rqr12.json
Richard Hughes 9d37e447a1 Convert the device test script to a fwupdmgr subcommand
This allows us to do a few things:

 * Remove the runtime dep on Python 3, which is tricky for ChromeOS
 * Test composite devices more efficiently, only writing once per test
 * Automatically upload signed reports for successful device tests.
2021-09-16 15:01:36 +01:00

31 lines
802 B
JSON

{
"name": "Logitech Unifying Receiver (RQR12)",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/6e5ab5961ec4c577bff198ebb465106e979cf686-Logitech-Unifying-RQR12.05_B0028.cab",
"components": [
{
"version": "RQR12.05_B0028",
"protocol": "com.logitech.unifying",
"guids": [
"9d131a0c-a606-580f-8eda-80587250b8d6"
]
}
]
},
{
"url": "https://fwupd.org/downloads/938fec082652c603a1cdafde7cd25d76baadc70d-Logitech-Unifying-RQR12.07_B0029.cab",
"components": [
{
"version": "RQR12.07_B0029",
"protocol": "com.logitech.unifying",
"guids": [
"9d131a0c-a606-580f-8eda-80587250b8d6"
]
}
]
}
]
}