summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-09-09 01:11:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-09-09 01:11:32 +0000
commitd5c3190e0a1e608eeaf6c13ac12071ce288d78a1 (patch)
treeac320e0b02e4e79ad2a651d24ebc73517cae0efa /tools
parentc05d3bbdd321efc2d92ad99488ad8c54af43d61b (diff)
Add support for Logitech diNovo Edge dongle
Diffstat (limited to 'tools')
-rw-r--r--tools/hid2hci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
index f4409c20..2f1e3a95 100644
--- a/tools/hid2hci.c
+++ b/tools/hid2hci.c
@@ -227,6 +227,8 @@ static struct device_id device_list[] = {
{ HCI, 0x046d, 0xc70b, switch_logitech }, /* Logitech diNovo Laser keyboard */
{ HCI, 0x046d, 0xc70c, switch_logitech }, /* Logitech diNovo Laser mouse */
{ HCI, 0x046d, 0xc70e, switch_logitech }, /* Logitech diNovo keyboard */
+ { HCI, 0x046d, 0xc713, switch_logitech }, /* Logitech diNovo Edge */
+ { HCI, 0x046d, 0xc714, switch_logitech }, /* Logitech diNovo Edge */
{ -1 }
};