On Thu, 13 Jun 2002 04:14, Matthew Dharm wrote: > Actually, 0x9999 is correct because it's a BCD number. 0xffff is > impossible as a version number. Its supposed to be a BCD number. In theory. An example from my current setup on this machine:
T: Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=046d ProdID=c503 Rev=10.b7 S: Manufacturer=Logitech S: Product=USB Receiver C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr= 50mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=hid E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms Brad > > Matt > > On Wed, Jun 12, 2002 at 10:27:10AM +1000, Brad Hards wrote: > > On Wed, 12 Jun 2002 09:51, Gary Brubaker wrote: > > <snip> > > > > > I added the following to unusual devs to get the device working: > > > > > > --- linux-2.4/drivers/usb/storage/unusual_devs.h.orig Mon Apr 1 > > > 11:27:13 2002 > > > +++ linux-2.4/drivers/usb/storage/unusual_devs.h Mon Apr 29 07:47:07 > > > 2002 > > > @@ -227,6 +227,13 @@ > > > "Memorystick MSC-U01N", > > > US_SC_UFI, US_PR_CB, NULL, > > > US_FL_SINGLE_LUN | US_FL_START_STOP ), > > > + > > > +/* Attempt to get the Sony MSC-U03 to work on a Vaio PCG-SRX77 */ > > > +UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, > > > > There is no evidence that Sony will have the same issues with half the > > versions of this device. Why don't you constrain the revision to just the > > ones that you need. Or if you somehow know that every rev is stuffed, why > > not use 0xFFFF? > > > > > + "Sony", > > > + "Memorystick MSC-U03", > > > + US_SC_UFI, US_PR_CB, NULL, > > > + US_FL_SINGLE_LUN | US_FL_START_STOP ), > > > > Brad > > -- > > http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. > > > > _______________________________________________________________ > > > > Multimillion Dollar Computer Inventory > > Live Webcast Auctions Thru Aug. 2002 - > > http://www.cowanalexander.com/calendar > > > > > > > > _______________________________________________ > > [EMAIL PROTECTED] > > To unsubscribe, use the last form field at: > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
