]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/usb/quirks.h
USB: storage: Never reset devices that will morph to an old mode
[net-next-2.6.git] / include / linux / usb / quirks.h
index 2526f3bbd273e522e1ff77b2ba404c87d9a5a56a..0a555dd131fcdc24db1b8debe89f641fcc5b20bb 100644 (file)
@@ -19,4 +19,7 @@
 /* device can't handle its Configuration or Interface strings */
 #define USB_QUIRK_CONFIG_INTF_STRINGS  0x00000008
 
+/*device will morph if reset, don't use reset for handling errors */
+#define USB_QUIRK_RESET_MORPHS         0x00000010
+
 #endif /* __LINUX_USB_QUIRKS_H */