mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 09:47:00 +00:00
corsair: remove support for some devices
Vendor has decided to remove these devices from the initial supported device list: * KATAR PRO WIRELESS mouse * HARPOON RGB WIRELESS mouse
This commit is contained in:
parent
8da0fc347b
commit
e6e17a69d7
@ -1,30 +0,0 @@
|
||||
{
|
||||
"name": "Corsair HARPOON RGB WIRELESS Gaming Mouse",
|
||||
"interactive": false,
|
||||
"steps": [
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/4865c619fafd6b60d9e57378e51a5d8fff97856be9a08a57e1e8886d812e2969-corsair-mysterio-5.1.132.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "5.1.132",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"e6c56fae-0368-5b19-a3f4-b1017abec183"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/4787d6b940e56e04549704f6e061eaaa6d24fec3c45cdb551845a2ffa651fb42-corsair-mysterio-5.1.133.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "5.1.133",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"e6c56fae-0368-5b19-a3f4-b1017abec183"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
{
|
||||
"name": "Corsair KATAR PRO WIRELESS",
|
||||
"interactive": false,
|
||||
"steps": [
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/03c478a9248c658d985267c6a67da878ab8c856e71bbd49105424d48e7fbf98c-corsair-mandarin-receiver-2.3.22.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "2.3.22",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"8bf1f03f-3c6f-53a1-9169-800fddf0952c"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/713ec6eace214d6646c788fdbaa24b24c1077dc52d8e9e404bf545db63940d00-corsair-mandarin-mouse-2.5.32.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "2.5.32",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"7235bc76-2e5a-5312-b848-882871503152"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/e89d2bda6e66c1af342ffe307e313c49a16371a83a7e9a5f87dcdeadba61f4ad-corsair-mandarin-receiver-2.3.23.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "2.3.23",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"8bf1f03f-3c6f-53a1-9169-800fddf0952c"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://fwupd.org/downloads/7cccf09f717ae6eb8d5d23fb089aa07f8279edc63ec1dfff9bf2f74d46e498fc-corsair-mandarin-mouse-2.5.33.cab",
|
||||
"components": [
|
||||
{
|
||||
"version": "2.5.33",
|
||||
"protocol": "com.corsair.bp",
|
||||
"guids": [
|
||||
"7235bc76-2e5a-5312-b848-882871503152"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -4,8 +4,6 @@ install_data([
|
||||
'8bitdo-sfc30.json',
|
||||
'aiaiai-h05.json',
|
||||
'bizlink-no-sku-vli.json',
|
||||
'corsair-harpoon-rgb-wireless.json',
|
||||
'corsair-katar-pro-wireless.json',
|
||||
'corsair-katar-pro-xt.json',
|
||||
'corsair-sabre-pro.json',
|
||||
'corsair-sabre-rgb-pro.json',
|
||||
|
@ -1,21 +1,3 @@
|
||||
# KATAR PRO WIRELESS receiver
|
||||
[USB\VID_1B1C&PID_1B94]
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
Name = KATAR PRO WIRELESS receiver
|
||||
CorsairDeviceKind = mouse
|
||||
Flags = legacy-attach
|
||||
CorsairSubdeviceId = USB\VID_1B1C&PID_1B94&WIRELESS
|
||||
|
||||
# KATAR PRO WIRELESS mouse
|
||||
[USB\VID_1B1C&PID_1B94&WIRELESS]
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
Name = KATAR PRO WIRELESS mouse
|
||||
CorsairDeviceKind = mouse
|
||||
BatteryThreshold = 30
|
||||
Flags = is-subdevice,legacy-attach,no-version-in-bl
|
||||
|
||||
[USB\VID_1B1C&PID_1BAC]
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
@ -30,13 +12,6 @@ Name = SABRE PRO Gaming Mouse
|
||||
CorsairDeviceKind = mouse
|
||||
Flags = legacy-attach,no-version-in-bl
|
||||
|
||||
[USB\VID_1B1C&PID_1B5E]
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
Name = HARPOON RGB WIRELESS Gaming Mouse
|
||||
CorsairDeviceKind = mouse
|
||||
Flags = legacy-attach
|
||||
|
||||
[USB\VID_1B1C&PID_1B79]
|
||||
Plugin = corsair
|
||||
GType = FuCorsairDevice
|
||||
|
Loading…
Reference in New Issue
Block a user