usb/114481: Add additional product id and quirks entry for MetaGeek Wi-Spy

Robert Noland rnoland at 2hip.net
Tue Jul 10 20:10:06 UTC 2007


>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 at 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:


More information about the freebsd-usb mailing list