NetBSD-Bugs archive

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

Re: PR/45908: Roland UM-ONE and Telldus Tellstick USB devices not recognized



The following reply was made to PR kern/45908; it has been noted by GNATS.

From: Iain Hibbert <plunky%rya-online.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: PR/45908: Roland UM-ONE and Telldus Tellstick USB devices not
 recognized
Date: Mon, 6 Feb 2012 12:28:12 +0000 (GMT)

 A bit of googling suggests that Telldus and Metageek both are using a VID
 which is used by several companies and they are not the same company
 (perhaps they are renting a product ID, to avoid USB association fees?)
 
 The correct thing to do would be to rename 0x1781 to list the real vendor
 and put the company (MetaGeek, Telldus, etc) into the product name, but I
 can't determine who that is. I suggest "Misc Vendors" for the vendor name
 here, as below
 
 iain
 
 Index: usbdevs
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/usb/usbdevs,v
 retrieving revision 1.606
 diff -u -p -r1.606 usbdevs
 --- usbdevs    21 Jan 2012 12:50:28 -0000      1.606
 +++ usbdevs    6 Feb 2012 12:08:05 -0000
 @@ -504,7 +504,7 @@ vendor LINKSYS4            0x1737  Linksys
  vendor SENAO          0x1740  Senao
  vendor ASUSTEK2               0x1761  ASUSTeK Computer
  vendor SWEEX2         0x177f  Sweex
 -vendor METAGEEK               0x1781  MetaGeek
 +vendor MISC           0x1781  Misc Vendors
  vendor DISPLAYLINK    0x17e9  DisplayLink
  vendor E3C            0x18b4  E3C Technologies
  vendor AMIT           0x18c5  AMIT
 @@ -1858,9 +1859,6 @@ product MELCO WLIUCGN            0x015d  WLI-UC-GN
  /* Merlin products */
  product MERLIN V620             0x1110  Merlin V620
 
 -/* MetaGeek products */
 -product METAGEEK WISPY_24X    0x083f  Wi-Spy 2.4x
 -
  /* Metricom products */
  product METRICOM RICOCHET_GS  0x0001  Ricochet GS
 
 @@ -1944,6 +1942,11 @@ product MINOLTA 5400            0x400e  Dimage 5400
  product MINOLTA DIMAGEA1      0x401a  Dimage A1
  product MINOLTA XT            0x4015  Dimage Xt
 
 +/* Misc Vendors (sharing a Vendor ID) */
 +product MISC WISPY_24X                0x083f  MetaGeek Wi-Spy 2.4x
 +product MISC TELLSTICK                0x0c30  Telldus Tellstick
 +product MISC TELLSTICK_DUO    0x0c31  Telldus Tellstick Duo
 +
  /* Mitsumi products */
  product MITSUMI CDRRW         0x0000  CD-R/RW Drive
  product MITSUMI MOUSE         0x6407  Mouse
 @@ -2414,6 +2417,7 @@ product ROLAND UA1EX             0x0096  EDIROL UA-1
  product ROLAND UM3            0x009A  EDIROL UM-3
  product ROLAND UA4FX          0x00A3  EDIROL UA-4FX
  product ROLAND SONICCELL      0x00C2  SonicCell
 +product ROLAND UMONE          0x012a  UM-ONE MIDI I/F
 
  /* Sagem products */
  product SAGEM XG760A          0x004a  XG-760A
 


Home | Main Index | Thread Index | Old Index