mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] LaCie USB CDRW
@ 2002-03-17 10:28 Jörg Prante
  2002-03-18  2:28 ` Matthew Dharm
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Prante @ 2002-03-17 10:28 UTC (permalink / raw)
  To: mdharm-usb; +Cc: linux-usb-devel, linux-kernel, linuxppc-user

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

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
 

[-- Attachment #2: usb-lacie-usb-cdrw.diff --]
[-- Type: text/x-diff, Size: 511 bytes --]

--- 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 <joerg@infolinux.de> */
+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",

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-18  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-17 10:28 [PATCH] LaCie USB CDRW Jörg Prante
2002-03-18  2:28 ` Matthew Dharm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®