summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-02-14 09:25:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-02-14 09:25:40 +0000
commitc7d02264b409fb1fe1af55a45417cf39a2362f66 (patch)
treec12a00340c624187d765002516ac0e2a02c1bfc1 /tools
parent4539df01941b46f707bd8ccf9d54ff6f288cae70 (diff)
Typo
Diffstat (limited to 'tools')
-rw-r--r--tools/hid2hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
index 1e22b64d..f4409c20 100644
--- a/tools/hid2hci.c
+++ b/tools/hid2hci.c
@@ -226,7 +226,7 @@ static struct device_id device_list[] = {
{ HCI, 0x046d, 0xc70a, switch_logitech }, /* Logitech diNovo mouse */
{ 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, 0xc70e, switch_logitech }, /* Logitech diNovo keyboard */
{ -1 }
};