mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Jörg Prante" <joergprante@gmx.de>
To: mdharm-usb@one-eyed-alien.net
Cc: linux-usb-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, linuxppc-user@lists.linuxppc.org
Subject: [PATCH] LaCie USB CDRW
Date: Sun, 17 Mar 2002 11:28:14 +0100	[thread overview]
Message-ID: <200203171028.ALV49936@m1000.netcologne.de> (raw)

[-- 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",

             reply	other threads:[~2002-03-17 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-17 10:28 Jörg Prante [this message]
2002-03-18  2:28 ` Matthew Dharm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200203171028.ALV49936@m1000.netcologne.de \
    --to=joergprante@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=linuxppc-user@lists.linuxppc.org \
    --cc=mdharm-usb@one-eyed-alien.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®