From c0639e9bd35e5cec08eb9656eaf385c4c82f8255 Mon Sep 17 00:00:00 2001 From: Allen_Chang Date: Wed, 29 Dec 2021 17:50:21 +0800 Subject: [PATCH] pixart-rf: Add support for new devices --- plugins/pixart-rf/pixart-rf.quirk | 37 ++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/plugins/pixart-rf/pixart-rf.quirk b/plugins/pixart-rf/pixart-rf.quirk index 89e0c54ff..1376685b0 100644 --- a/plugins/pixart-rf/pixart-rf.quirk +++ b/plugins/pixart-rf/pixart-rf.quirk @@ -58,6 +58,21 @@ GType = FuPxiBleDevice Plugin = pixart_rf 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 [HIDRAW\VEN_04F2&DEV_2103] Plugin = pixart_rf @@ -73,6 +88,16 @@ GType = FuPxiBleDevice Plugin = pixart_rf 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 [HIDRAW\VEN_04F2&DEV_2199] Plugin = pixart_rf @@ -84,7 +109,7 @@ Plugin = pixart_rf GType = FuPxiBleDevice # j5 Wireless Keyboard -[HIDRAW\VEN_2DE5&DEV_2051] +[HIDRAW\VEN_2DE5&DEV_2125] Plugin = pixart_rf GType = FuPxiBleDevice @@ -93,6 +118,16 @@ GType = FuPxiBleDevice Plugin = pixart_rf 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 [HIDRAW\VEN_0461&DEV_4EFA] Plugin = pixart_rf