Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e70e7690b66dc06fe2ad9058e696e18fe7f3faa6
Commit:     e70e7690b66dc06fe2ad9058e696e18fe7f3faa6
Parent:     565227c08226e458da191518251dbff6831624c2
Author:     Greg Kroah-Hartman <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 19:18:31 2007 -0500
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Mon Dec 17 10:47:16 2007 -0800

    USB: revert portions of "UNUSUAL_DEV: Sync up some reported devices from 
Ubuntu"
    
    This reverts one change from 67fa10627ec0d8aa16f1cf38cf527e67d8097d3c
    that prevented userspace from seing the "driver disk" lun in a san disk
    device.  The kernel shouldn't do this, it's up to userspace to handle
    this properly, if it somehow wants to filter this away.
    
    
    Cc: Ben Collins <[EMAIL PROTECTED]>
    Cc: Alan Stern <[EMAIL PROTECTED]>
    Cc: Phil Dibowitz <[EMAIL PROTECTED]>
    Cc: Kyle McMartin <[EMAIL PROTECTED]>
    Cc: Matthew Dharm <[EMAIL PROTECTED]>
    Cc: Hans de Goede <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/storage/unusual_devs.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/drivers/usb/storage/unusual_devs.h 
b/drivers/usb/storage/unusual_devs.h
index 7bbfd31..6d6108b 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1265,14 +1265,6 @@ UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_IGNORE_DEVICE ),
 
-/* SanDisk that has a second LUN for a driver ISO, reported by
- * Ben Collins <[EMAIL PROTECTED]> */
-UNUSUAL_DEV( 0x0781, 0x5406, 0x0000, 0xffff,
-               "SanDisk",
-               "U3 Cruzer Micro driver ISO",
-               US_SC_DEVICE, US_PR_DEVICE, NULL,
-               US_FL_SINGLE_LUN ),
-
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
                "ATI",
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to