Skip to content

Commit

Permalink
USB: Mitsumi USB FDD 061M: UNUSUAL_DEV multilun fix
Browse files Browse the repository at this point in the history
From: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Tobias Lorenz authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent a65dc30 commit 1ff15e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/usb/storage/unusual_devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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,
Expand Down

0 comments on commit 1ff15e8

Please sign in to comment.