NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/39147: The Metageek Wispy 2.4x is attached as a hid device, but the usreland software wants it as a ugen device



>Number:         39147
>Category:       kern
>Synopsis:       The Metageek Wispy 2.4x is attached as a hid device, but the 
>usreland software wants it as a ugen device
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 14 16:25:00 +0000 2008
>Originator:     Jasper Wallace
>Release:        4.99.69
>Organization:
n/a
>Environment:
NetBSD lemonade 4.99.69 NetBSD 4.99.69 (LEMONADE) #5: Mon Jul  7 01:07:28 BST 
2008  root@meep-meep:/usr/obj/sys/arch/i386/compile/LEMONADE i386
>Description:
The Metageek wispy 2.4x is attached as a uhid, it would be more useful as a 
ugen.
>How-To-Repeat:
Buy Metageek wispy 2.4x, pulg it in, realise that the userland tools need it as 
a ugen.
>Fix:

patch:

Index: usbdevs
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/usbdevs,v
retrieving revision 1.502
diff -u -r1.502 usbdevs
--- usbdevs     8 Jul 2008 08:47:32 -0000       1.502
+++ usbdevs     14 Jul 2008 16:20:43 -0000
@@ -468,6 +468,7 @@
 vendor JABLOTRON       0x16d6  Jablotron
 vendor LINKSYS4                0x1737  Linksys
 vendor SENAO           0x1740  Senao
+vendor METAGEEK                0x1781  MetaGeek
 vendor AMIT            0x18c5  AMIT
 vendor QCOM            0x18e8  Qcom
 vendor LINKSYS3                0x1915  Linksys
@@ -1478,6 +1479,9 @@
 product MELCO G54HP            0x00d9  WLI-U2-G54HP
 product MELCO KG54L            0x00da  WLI-U2-KG54L
 
+/* MetaGeek products */
+product METAGEEK WISPY_24X     0x083f  Wi-Spy 2.4x
+
 /* Metricom products */
 product METRICOM RICOCHET_GS   0x0001  Ricochet GS
 
Index: usb_quirks.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/usb_quirks.c,v
retrieving revision 1.59
diff -u -r1.59 usb_quirks.c
--- usb_quirks.c        28 Apr 2008 20:24:00 -0000      1.59
+++ usb_quirks.c        14 Jul 2008 16:21:02 -0000
@@ -60,6 +60,7 @@
  { USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS2,           ANY,   { UQ_HID_IGNORE }},
  { USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_UPS,      
        ANY,   { UQ_HID_IGNORE }},
+ { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY_24X,            ANY,   { 
UQ_HID_IGNORE }},
 
  { USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,          0x100, { UQ_NO_SET_PROTO}},
  { USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,



Home | Main Index | Thread Index | Old Index