The camera name is different than that one. The solutioin is probably the same, but the contents of /proc/bus/usb/devices would clarify that. THe number that is suggested to be changed is the upper limit on the revision number. For example;
[antonia] ~ > cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0000 ProdID=0000 Rev= 0.00 S: Product=USB UHCI Root Hub S: SerialNumber=bf80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms The revision in this example is 0.00. Which would become 0x000 in the unusual device list. On Thu, 9 Oct 2003, Geoffrey wrote: > See the following link: > > http://returntonature.com/pipermail/linux-sony/2003-April/004024.html > > Gabor Ujvari wrote: > > Hi Developers, > > > > I'm trying to use a Sony DSC-P32 digital still camera under linux. > > The usb-storage module is loaded and working with a Diva MP3 player > > correctly. Whenever I connect the Sony camera, I get the following > > message: > > > > usb.c: USB device 3 (vend/prod 0x54c/0x10) is not claimed by any active > > driver. > > > > Sounds like the camera should be registered somewhere is usb-storage. > > What I found so far is drivers/usb/storage/unusual_devs.h, which has an > > entry for Sony still cameras: > > > > UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0422, > > "Sony", > > "DSC-S30/S70/S75/505V/F505/F707", > > US_SC_SCSI, US_PR_CB, NULL, > > US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ) > > > > However DSC-P32 is not listed, the vendor and product IDs are the > > same. Why is it not claimed by usb-storage? > > > > Details: > > > > Debian Sarge > > Debian kernel image packages 2.4.20 and 2.4.21 > > > > Thank you for your help: gabor > > > > > > Internet Securities, Inc. (trading as ISI Emerging Markets) is a Euromoney > > Institutional Investor company. > > *********************************************************** > > This communication contains information which is confidential. It is for the > > exclusive use of the intended recipient(s). If you are not the intended > > recipient(s) please note any distribution, copying or use of this communication or > > the information in it is strictly prohibited. If you have received this > > communication in error please notify us by e-mail or by telephone (as above) and > > then delete the e-mail and all attachments and any copies thereof. > > ************************************************************** > > ________________________________________________________________________ > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > SourceForge.net hosts over 70,000 Open Source Projects. > > See the people who have HELPED US provide better services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > [EMAIL PROTECTED] > > To unsubscribe, use the last form field at: > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > > > > > > -- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
