diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-04-28 17:09:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-07 13:25:33 -0700 |
commit | 55fbcaa261de0013d8df9d3d2a24c4e104f6be7b (patch) | |
tree | 98266b83eff9585daa9fc34f94aee753334aeb1a | |
parent | 184feee56d980ab75b8a5d5408b5be5a9860b16f (diff) | |
download | lwn-55fbcaa261de0013d8df9d3d2a24c4e104f6be7b.tar.gz lwn-55fbcaa261de0013d8df9d3d2a24c4e104f6be7b.zip |
USB: Nokia 5300 should be treated as unusual dev
commit 6ed07d45d09bc2aa60e27b845543db9972e22a38 upstream.
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 1010341792a2..042c83b01046 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -234,6 +234,13 @@ UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_MAX_SECTORS_64 ), +/* Reported by Daniele Forsi <dforsi@gmail.com> */ +UNUSUAL_DEV( 0x0421, 0x04b9, 0x0350, 0x0350, + "Nokia", + "5300", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_MAX_SECTORS_64 ), + /* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */ UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742, "Nokia", |