Ok, so does this mean I should leave the patch as it stands? Or should I change it as suggested, "narrow the scope of the devices to which it is relevant" ?
-----Original Message----- From: Matthew Dharm Sent: Wednesday, June 12, 2002 11:14 AM To: Brad Hards Cc: Gary Brubaker; linux-usb-users Subject: Re: [Linux-usb-users] Sony PCG-SRX77 Memory Stick Reader Actually, 0x9999 is correct because it's a BCD number. 0xffff is impossible as a version number. 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. > -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver E: You run this ship with Windows?! YOU IDIOT! L: Give me a break, it came bundled with the computer! -- ESR and Lan Solaris User Friendly, 12/8/1998 _______________________________________________________________ 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
