mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 02:24:35 +00:00
corsair: add SABRE RGB PRO Gaming mouse
This commit is contained in:
parent
ff06f98a38
commit
330a67b5fe
30
data/device-tests/corsair-sabre-rgb-pro.json
Normal file
30
data/device-tests/corsair-sabre-rgb-pro.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"name": "Corsair SABRE RGB PRO Gaming Mouse",
|
||||||
|
"interactive": false,
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"url": "https://fwupd.org/downloads/6a765b6f9cdd2ac91c43b0d6e6e0d256e1c575dae6da2e287d603a1d8e9c5b49-corsair-vise-1.15.29.cab",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"version": "1.15.29",
|
||||||
|
"protocol": "com.corsair.bp",
|
||||||
|
"guids": [
|
||||||
|
"7eb05392-a5e0-529a-991b-1910a4bce8cf"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://fwupd.org/downloads/ad9aef845359ba6c8425329df68ff92e299588af334be2bc867e3b6e690c4279-corsair-vise-1.15.30.cab",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"version": "1.15.30",
|
||||||
|
"protocol": "com.corsair.bp",
|
||||||
|
"guids": [
|
||||||
|
"7eb05392-a5e0-529a-991b-1910a4bce8cf"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -8,6 +8,7 @@ install_data([
|
|||||||
'corsair-katar-pro-wireless.json',
|
'corsair-katar-pro-wireless.json',
|
||||||
'corsair-katar-pro-xt.json',
|
'corsair-katar-pro-xt.json',
|
||||||
'corsair-sabre-pro.json',
|
'corsair-sabre-pro.json',
|
||||||
|
'corsair-sabre-rgb-pro.json',
|
||||||
'dell-kh08p.json',
|
'dell-kh08p.json',
|
||||||
'dell-wd19tb.json',
|
'dell-wd19tb.json',
|
||||||
'fwupd-a3bu-xplained.json',
|
'fwupd-a3bu-xplained.json',
|
||||||
|
@ -36,3 +36,10 @@ GType = FuCorsairDevice
|
|||||||
Name = HARPOON RGB WIRELESS Gaming Mouse
|
Name = HARPOON RGB WIRELESS Gaming Mouse
|
||||||
CorsairDeviceKind = mouse
|
CorsairDeviceKind = mouse
|
||||||
Flags = legacy-attach
|
Flags = legacy-attach
|
||||||
|
|
||||||
|
[USB\VID_1B1C&PID_1B79]
|
||||||
|
Plugin = corsair
|
||||||
|
GType = FuCorsairDevice
|
||||||
|
Name = SABRE RGB PRO Gaming Mouse
|
||||||
|
CorsairDeviceKind = mouse
|
||||||
|
Flags = legacy-attach,no-version-in-bl
|
||||||
|
Loading…
Reference in New Issue
Block a user