On Tue, 13 Jan 2004, Loic Jaquemet wrote:

> actually , there is a similar device, at least by brand & name :
> the Vendor=0471 ProdID=1120 ( mine is 1125 )
> its a Philips & Nike mp3 player too..
> 
> see : 
> http://marc.theaimsgroup.com/?l=linux-usb-devel&m=104887595829212&w=2

Well, if your device is like that one, maybe this patch will help.  If it 
doesn't work, try changing the US_SC_SCSI to US_SC_RBC.

Alan Stern


===== unusual_devs.h 1.87 vs edited =====
--- 1.87/drivers/usb/storage/unusual_devs.h     Tue Dec 30 13:25:14 2003
+++ edited/drivers/usb/storage/unusual_devs.h   Tue Jan 13 17:17:04 2004
@@ -97,6 +97,12 @@
                US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
 #endif
 
+/* Data reported by Loic Jaquemet <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x0471, 0x1125, 0x0000, 0x9999,
+               "Nike",
+               "psa-128max mp3",
+               US_SC_SCSI, US_PR_BULK, NULL, 0 ),
+
 /* Patch submitted by Philipp Friedrich <[EMAIL PROTECTED]> */
 UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
                "Kyocera",





-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to