]> err.no Git - linux-2.6/blobdiff - include/linux/usb_usual.h
[PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]
[linux-2.6] / include / linux / usb_usual.h
index f9c058f33712a05295ff4ca71eed11818c4d6a72..608487a62c98f8e1f129350db0a3c70e3e766dd5 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __LINUX_USB_USUAL_H
 #define __LINUX_USB_USUAL_H
 
-#include <linux/config.h>
 
 /* We should do this for cleanliness... But other usb_foo.h do not do this. */
 /* #include <linux/usb.h> */
@@ -102,6 +101,9 @@ enum { US_DO_ALL_FLAGS };
 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
 #define US_PR_JUMPSHOT  0xf3           /* Lexar Jumpshot */
 #endif
+#ifdef CONFIG_USB_STORAGE_ALAUDA
+#define US_PR_ALAUDA    0xf4           /* Alauda chipsets */
+#endif
 
 #define US_PR_DEVICE   0xff            /* Use device's value */