fwupd/data/device-tests/logitech-rqr24.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 (RQR24)",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/82b90b2614a9a4d0aced1ab8a4a99e228c95585c-Logitech-Unifying-RQ024.03_B0027.cab",
"components": [
{
"version": "RQR24.03_B0027",
"protocol": "com.logitech.unifying",
"guids": [
"cc4cbfa9-bf9d-540b-b92b-172ce31013c1"
]
}
]
},
{
"url": "https://fwupd.org/downloads/4511b9b0d123bdbe8a2007233318ab215a59dfe6-Logitech-Unifying-RQR24.05_B0029.cab",
"components": [
{
"version": "RQR24.05_B0029",
"protocol": "com.logitech.unifying",
"guids": [
"cc4cbfa9-bf9d-540b-b92b-172ce31013c1"
]
}
]
}
]
}