This is a note to let you know that I've just added the patch titled

     Subject: USB Storage: Another unusual_devs entry

to my gregkh-2.6 tree.  Its filename is

     usb-storage-another-unusual_devs-entry.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/

Patches currently in gregkh-2.6 which might be from [EMAIL PROTECTED] are

usb/usb-storage-unusual-01.patch
usb/usb-storage-unusual-02.patch
usb/usb-storage-unusual-03.patch
usb/usb-storage-another-unusual_devs-entry.patch


>From [EMAIL PROTECTED] Wed Oct 12 21:02:40 2005
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 12 Oct 2005 20:57:59 -0700
From: Phil Dibowitz <[EMAIL PROTECTED]>
To: Greg KH <[EMAIL PROTECTED]>, 
 USB Storage list <[EMAIL PROTECTED]>,
 USB development list <linux-usb-devel@lists.sourceforge.net>, 
 Alan Stern <[EMAIL PROTECTED]>
Subject: USB Storage: Another unusual_devs entry

From: Alan Stern <[EMAIL PROTECTED]>

This unusual_devs.h entry fixes kernel bug #5231.  Debugging logs and
/proc/bus/usb/devices listing are available as part of the bug report.

Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
 drivers/usb/storage/unusual_devs.h |    7 +++++++
 1 file changed, 7 insertions(+)

--- gregkh-2.6.orig/drivers/usb/storage/unusual_devs.h
+++ gregkh-2.6/drivers/usb/storage/unusual_devs.h
@@ -113,6 +113,13 @@ UNUSUAL_DEV(  0x0419, 0xaaf6, 0x0100, 0x
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_IGNORE_RESIDUE ),
 
+/* Reported by Florian Mickler <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x419, 0xaaf6, 0x0100, 0x0100,
+               "TrekStor",
+               "i.Beat Joy 2.0",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_IGNORE_RESIDUE ),
+
 /* Reported by Olaf Hering <[EMAIL PROTECTED]> from novell bug #105878 */
 UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
                "SMSC",


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to