diff options
| author | Alessandro Fracchetti <al.fracchetti@tin.it> | 2004-05-04 23:44:44 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-05-04 23:44:44 -0700 |
| commit | c0eecb4d51d716f21af8436cf3fe40aef1db28f8 (patch) | |
| tree | 3cb45881cf3ae8fc68973da66e86cc2df4f8a005 | |
| parent | a643ce4f6a45f9d88dc7550d8b0f25da70d7b7d3 (diff) | |
[PATCH] USB Storage: Kyocera Finecsm 3L -unusual_devs.h
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 590e92add20b..cb247e6923f8 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -90,6 +90,12 @@ UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), #endif +/* Patch submitted by Alessandro Fracchetti <al.fracchetti@tin.it> */ +UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100, + "Kyocera", + "Finecam L3", + US_SC_SCSI, US_PR_BULK, NULL, US_FL_FIX_INQUIRY), + /* Patch submitted by Philipp Friedrich <philipp@void.at> */ UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, "Kyocera", |
