From 36fef1500d36eedc6d3f97db5f8bbbb2bf052b4b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 10 Jul 2007 21:00:10 +0000 Subject: [PATCH] Add additional product id and quirks entry for MetaGeek Wi-Spy Submitted by: Robert Noland PR: 114481 Approved by: re@ (blanket) --- sys/dev/usb/usb_quirks.c | 2 ++ sys/dev/usb/usbdevs | 3 +++ 2 files changed, 5 insertions(+) diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 67aeb171134..a5fbfdeec78 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 b6e3c2f372b..476460f0de5 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