mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 15:03:59 +00:00
pixart-rf: Add support for new devices
This commit is contained in:
parent
278ccd1714
commit
c0639e9bd3
@ -58,6 +58,21 @@ GType = FuPxiBleDevice
|
|||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
GType = FuPxiBleDevice
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# Chicony Cheetos keyboard v2
|
||||||
|
[HIDRAW\VEN_04F2&DEV_2125]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# Chicony Cheetos keyboard UK
|
||||||
|
[HIDRAW\VEN_04F2&DEV_2188]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# Chicony Cheetos keyboard v2 UK
|
||||||
|
[HIDRAW\VEN_04F2&DEV_2189]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
# Chicony Cheetos mouse
|
# Chicony Cheetos mouse
|
||||||
[HIDRAW\VEN_04F2&DEV_2103]
|
[HIDRAW\VEN_04F2&DEV_2103]
|
||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
@ -73,6 +88,16 @@ GType = FuPxiBleDevice
|
|||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
GType = FuPxiBleDevice
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# Targus BT Keyboard AKB872
|
||||||
|
[HIDRAW\VEN_1048&DEV_3003]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# Targus BT Keyboard AKB869
|
||||||
|
[HIDRAW\VEN_1048&DEV_3004]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
# AKR123 Bluetooth Keyboard
|
# AKR123 Bluetooth Keyboard
|
||||||
[HIDRAW\VEN_04F2&DEV_2199]
|
[HIDRAW\VEN_04F2&DEV_2199]
|
||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
@ -84,7 +109,7 @@ Plugin = pixart_rf
|
|||||||
GType = FuPxiBleDevice
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
# j5 Wireless Keyboard
|
# j5 Wireless Keyboard
|
||||||
[HIDRAW\VEN_2DE5&DEV_2051]
|
[HIDRAW\VEN_2DE5&DEV_2125]
|
||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
GType = FuPxiBleDevice
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
@ -93,6 +118,16 @@ GType = FuPxiBleDevice
|
|||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
GType = FuPxiBleDevice
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# CTL Bluetooth Keyboard
|
||||||
|
[HIDRAW\VEN_04F2&DEV_2179]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
|
# CTL Bluetooth Mouse
|
||||||
|
[HIDRAW\VEN_04F2&DEV_2178]
|
||||||
|
Plugin = pixart_rf
|
||||||
|
GType = FuPxiBleDevice
|
||||||
|
|
||||||
# Primax Black Mocha KB
|
# Primax Black Mocha KB
|
||||||
[HIDRAW\VEN_0461&DEV_4EFA]
|
[HIDRAW\VEN_0461&DEV_4EFA]
|
||||||
Plugin = pixart_rf
|
Plugin = pixart_rf
|
||||||
|
Loading…
Reference in New Issue
Block a user