From 6b24ea1e4fdfba1d9f189d2575d1f9695daca7e9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Nov 2004 15:02:25 +0000 Subject: Add support for KYE/Genius adapter --- tools/hid2hci.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- cgit