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
