diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hid2hci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c index c800c7ee..115e0ef5 100644 --- a/tools/hid2hci.c +++ b/tools/hid2hci.c @@ -219,6 +219,8 @@ static int switch_logitech(struct device_info *devinfo) static struct device_id device_list[] = { { HCI, 0x0a12, 0x1000, switch_hidproxy }, { HID, 0x0a12, 0x0001, switch_hidproxy }, + { HCI, 0x0458, 0x1000, switch_hidproxy }, + { HID, 0x0458, 0x003f, switch_hidproxy }, { HCI, 0x05ac, 0x1000, switch_hidproxy }, { HID, 0x05ac, 0x8203, switch_hidproxy }, { HCI, 0x046d, 0xc703, switch_logitech }, |