usb/105669: [patch] MetaGeek Wi-Spy device recognized as
keyboard
Henrik Brix Andersen
henrik at brixandersen.dk
Tue Nov 21 13:15:16 PST 2006
The following reply was made to PR usb/105669; it has been noted by GNATS.
From: Henrik Brix Andersen <henrik at brixandersen.dk>
To: bug-followup at FreeBSD.org, henrik at brixandersen.dk
Cc:
Subject: Re: usb/105669: [patch] MetaGeek Wi-Spy device recognized as keyboard
Date: Tue, 21 Nov 2006 22:05:54 +0100
It appears that uhid(4) will pick up the Wi-Spy device when ukbd(4) is
not loaded. This patch addresses uhid(4) and should applied along with
the first patch, I sent.
--- dev/usb/usb_quirks.c.orig Mon Jul 17 22:20:21 2006
+++ dev/usb/usb_quirks.c Mon Jul 17 22:21:01 2006
@@ -104,6 +104,8 @@
/* Devices which should be ignored by uhid */
{ USB_VENDOR_APC, USB_PRODUCT_APC_UPS,
ANY, { UQ_HID_IGNORE }},
+ { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY,
+ ANY, { UQ_HID_IGNORE }},
{ USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
ANY, { UQ_HID_IGNORE }},
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS1,
--
Henrik Brix Andersen <henrik at brixandersen.dk>
More information about the freebsd-usb
mailing list