Hi,

here is a Linux Kernel USB definition of the LaCie USB CDRW burner. This 
was missing from linux/drivers/usb/storage/unusual_devs.h, so the drive was 
recognized by USB, but not properly installed by the USB SCSI emulation.

I tested only reading yet, but I think writing works, too. Will be tested 
soon. I have an old model of 1999 with USB 1, 2x/2x/4x, and no FireWire 
Combo. The USB one is mainly used by Apple folks for CD burning, and will 
make those people happy. Current model can be found at

http://www.lacie.com/products/product.cfm?id=4A866A34-54C8-11D5-97C60090278D3ED0

This should be a fix to the LaCie USB burner trouble that has been reported 
in September 2002 to linuxppc-user.

http://www.geocrawler.com/mail/thread.php3?subject=Lacie+USB+Burner&list=2

Cheers,

Jörg
 
--- linux/drivers/usb/storage/unusual_devs.h	Mon Mar 11 15:17:38 2002
+++ linux-lacie/drivers/usb/storage/unusual_devs.h	Sun Mar 17 10:56:37 2002
@@ -252,6 +252,12 @@
 		"USB Hard Disk",
 		US_SC_RBC, US_PR_CB, NULL, 0 ), 
 
+/* Submitted by Jörg Prante <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x059f, 0xa602, 0x0200, 0x0200, 
+		"LaCie",
+		"USB Mass STORAGE",
+		US_SC_SCSI, US_PR_CB, NULL, 0 ), 
+
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,
                 "In-System",

Reply via email to