diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-29 15:02:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-29 15:02:25 +0000 |
commit | 6b24ea1e4fdfba1d9f189d2575d1f9695daca7e9 (patch) | |
tree | d736983e11ea0d0ee2b851a6485b59f8c98e26a8 | |
parent | 2b6e37e7f5891fcdfa163bc4f7b988f4287f05bb (diff) |
Add support for KYE/Genius adapter
-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 }, |