X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fusb_usual.h;h=608487a62c98f8e1f129350db0a3c70e3e766dd5;hb=47005f255ed126a4b48a1a2f63164fb1d83bcb0a;hp=f9c058f33712a05295ff4ca71eed11818c4d6a72;hpb=a00828e9ac62caed7b830d631914d7748817ccd1;p=linux-2.6 diff --git a/include/linux/usb_usual.h b/include/linux/usb_usual.h index f9c058f337..608487a62c 100644 --- a/include/linux/usb_usual.h +++ b/include/linux/usb_usual.h @@ -9,7 +9,6 @@ #ifndef __LINUX_USB_USUAL_H #define __LINUX_USB_USUAL_H -#include /* We should do this for cleanliness... But other usb_foo.h do not do this. */ /* #include */ @@ -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 */