diff options
author | Tobias Lorenz <tobias.lorenz@gmx.net> | 2007-03-25 03:10:55 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-03-25 03:10:55 +0200 |
commit | 80c52d7641ea7f7846d828baafd4478ce8b8b0de (patch) | |
tree | 2c2c807a78e45da17db1f34dc67f040d519cc4fc | |
parent | d73ef9d3b6c594a1389786589126ba39c8462102 (diff) | |
download | lwn-80c52d7641ea7f7846d828baafd4478ce8b8b0de.tar.gz lwn-80c52d7641ea7f7846d828baafd4478ce8b8b0de.zip |
USB: Mitsumi USB FDD 061M: UNUSUAL_DEV multilun fix
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index ad38301b766f..5c0eab49a580 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -56,7 +56,8 @@ UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE), -UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100, +/* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */ +UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200, "Mitsumi", "USB FDD", US_SC_DEVICE, US_PR_DEVICE, NULL, |