diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-07-10 21:00:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-07-10 21:00:10 +0000 |
| commit | 36fef1500d36eedc6d3f97db5f8bbbb2bf052b4b (patch) | |
| tree | ecf8b9c5a51e590205ada72ffa89c1293f12f6d5 /sys/dev | |
| parent | 20dd22a24ede6198f9c706f624bc17fe7417359a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 67aeb171134b0..a5fbfdeec78d7 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -108,6 +108,8 @@ static const struct usbd_quirk_entry { /* Devices which should be ignored by both ukbd and uhid */ { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY, ANY, { UQ_KBD_IGNORE }}, + { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY, + ANY, { UQ_KBD_IGNORE }}, { 0, 0, 0, { 0 } } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b6e3c2f372b59..476460f0de53b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1556,6 +1556,9 @@ product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation product MELCO SG54HP 0x00d8 WLI-U2-SG54HP product MELCO G54HP 0x00d9 WLI-U2-G54HP +/* MetaGeek products */ +product METAGEEK WISPY 0x083e MetaGeek Wi-Spy + /* Metricom products */ product METRICOM RICOCHET_GS 0x0001 Ricochet GS |
