summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usb-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/usb-storage.h')
-rw-r--r--drivers/usb/usb-storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/usb-storage.h b/drivers/usb/usb-storage.h
index 6e54b059b..82475f094 100644
--- a/drivers/usb/usb-storage.h
+++ b/drivers/usb/usb-storage.h
@@ -139,7 +139,8 @@ struct us_unusual_dev {
/* we search the list based on these parameters */
__u16 idVendor;
__u16 idProduct;
- __u16 bcdDevice;
+ __u16 bcdDeviceMin;
+ __u16 bcdDeviceMax;
/* the list specifies these parameters */
const char* name;