patch-2.4.0-test2 linux/drivers/usb/usb-storage.h

Next file: linux/drivers/usb/usb-uhci.c
Previous file: linux/drivers/usb/usb-storage.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/usb/usb-storage.h linux/drivers/usb/usb-storage.h
@@ -139,7 +139,8 @@
 	/* 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;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)