diff options
author | Phil Dibowitz <phil@ipom.com> | 2006-10-19 00:11:17 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-11-03 11:57:17 -0800 |
commit | bc724b98c5e782c2d6781428ed87768daa34921d (patch) | |
tree | cf86d71b8b85eb61698b159e07ebce543a714a24 /drivers | |
parent | 90ac3c8124453fb355c10d3e1a27af5c0ab21099 (diff) | |
download | op-kernel-dev-bc724b98c5e782c2d6781428ed87768daa34921d.zip op-kernel-dev-bc724b98c5e782c2d6781428ed87768daa34921d.tar.gz |
USB: usb-storage: Unusual_dev update
The protocol in this entry is needed for some versions of the device but
not others. This adds the NEED_OVERRIDE flag to prevent it complaining
to users who don't need it.
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 37ed8e0..1e0d04f 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1236,7 +1236,7 @@ UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, "Cowon Systems", "iAUDIO M5", US_SC_DEVICE, US_PR_BULK, NULL, - 0 ), + US_FL_NEED_OVERRIDE ), /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, |