New entry "Sharp CE-CW05" is Panasonic OEM product of USB CDR device. And work fine with current code of 2.4.21pre4 without this workaround. This device is used as Panasonic/KXL-RW31, Hitachi/CE-CW05 and Fujitus/FMV-NRW52S.
Vendor and product ID 0x04da, 0x0d05 is Brand name: "Panasonic", Company name: "Matsushita". Product name: "KXL-RW31", Internal name: "CDRRW05".
This device protocol is 8020 and CBI and work fine. 8070 + CB does not work fine.
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 16 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=04da ProdID=0d05 Rev= 0.00 S: Manufacturer=GENERIC S: Product=CDRRW05 USB CD-R/RW drive C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=02 Prot=00 Driver=usb-storage E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=83(I) Atr=03(Int.) MxPS= 2 Ivl=1ms
Read/Write: OK. However, I do not check on 2.5.6x, only check on 2.4.21pre4.
-- GO!
Greg KH wrote:
ChangeSet 1.1002.3.7, 2003/02/21 09:16:22-08:00, [EMAIL PROTECTED]
[PATCH] USB: Yet another unusual_devs.h member.
Also note that SL11R was duplicated, so I removed it.
drivers/usb/storage/unusual_devs.h | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h Fri Feb 28 14:51:32 2003
+++ b/drivers/usb/storage/unusual_devs.h Fri Feb 28 14:51:32 2003
@@ -137,12 +137,11 @@
"LS-120 Camera",
US_SC_UFI, US_PR_CBI, NULL, 0),
-/* Reported by Peter W�chtler <[EMAIL PROTECTED]> */
-UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
- "ScanLogic",
- "SL11R-IDE 0049SQFP-1.2 A002",
- US_SC_SCSI, US_PR_BULK, NULL,
- US_FL_FIX_INQUIRY ),
+/* From Yukihiro Nakai, via [EMAIL PROTECTED] */
+UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
+ "Sharp CE-CW05",
+ "CD-R/RW Drive",
+ US_SC_8070, US_PR_CB, NULL, 0),
/* Most of the following entries were developed with the help of
* Shuttle/SCM directly.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
