Date: Tue, 10 Jul 2007 15:48:38 -0400 From: "Robert Noland" <rnoland@2hip.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: usb/114481: Add additional product id and quirks entry for MetaGeek Wi-Spy Message-ID: <1184096918.1488@rnoland-ibm.acs.internap.com> Resent-Message-ID: <200707102010.l6AKA6u6034686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114481
>Category: usb
>Synopsis: Add additional product id and quirks entry for MetaGeek Wi-Spy
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 10 20:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Robert Noland
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 7.0-CURRENT #101: Tue Jul 10 15:23:03 EDT 2007
root@rnoland-ibm.2hip.net:/usr/obj/usr/src/sys/IBM
>Description:
Add additional id and quirk for MetaGeek Wi-Spy. (Prevents it from being detected as ukbd)
>How-To-Repeat:
>Fix:
--- wispy.patch begins here ---
--- usbdevs.orig 2007-07-10 15:17:00.000000000 -0400
+++ usbdevs 2007-07-10 15:19:11.000000000 -0400
@@ -1556,6 +1556,9 @@
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
--- usb_quirks.c.orig 2007-07-10 15:17:22.000000000 -0400
+++ usb_quirks.c 2007-07-10 15:20:19.000000000 -0400
@@ -108,6 +108,8 @@
/* 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 } }
};
--- wispy.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1184096918.1488>
