I must add the following entry to usb-storage.c to use TEAC CD-210PU CD-ROM (shipped with NEC LaVie MX) on Linux 2.2.18. I wish it would be included in the release. Unfortunately, I did not try the device on Linux 2.4 as the OHCI driver has another problem. -- "Free software is not for free." Kaz Sasayama <[EMAIL PROTECTED]> Hyper Linux Systems (Hypercore Software Design, Ltd.) <URL:http://www.hypercore.co.jp/>
Index: 1.4/drivers/usb/usb-storage.c
--- 1.4/drivers/usb/usb-storage.c Mon, 01 Jan 2001 18:58:37 +0900 kaz 
(linux/j/e/47_usb-storag 1.1 664)
+++ 1.4(w)/drivers/usb/usb-storage.c Sun, 24 Dec 2000 20:38:40 +0900 root 
+(linux/j/e/47_usb-storag 1.1 664)
@@ -1640,6 +1640,8 @@
          "Y-E Data Flashbuster-U", US_SC_UFI, US_PR_CB, US_FL_SINGLE_LUN},
        { 0x059b, 0x0030, 0x0100,
          "Iomega Zip 250", US_SC_SCSI, US_PR_BULK, US_FL_SINGLE_LUN},
+       { 0x0644, 0x1000, 0x0133,
+         "TEAC CD-210PU", US_SC_8020, US_PR_BULK, US_FL_ALT_LENGTH},
        { 0x0693, 0x0002, 0x0100,
          "Hagiwara FlashGate SmartMedia", US_SC_SCSI, US_PR_BULK,
          US_FL_ALT_LENGTH},

Reply via email to