patch-2.4.10 linux/drivers/usb/microtek.c

Next file: linux/drivers/usb/net1080.c
Previous file: linux/drivers/usb/mdc800.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/usb/microtek.c linux/drivers/usb/microtek.c
@@ -808,6 +808,7 @@
 	{ "ScanMaker V6USL",	mts_sup_unknown},
 	{ "ScanMaker V6USL",	mts_sup_unknown},
 	{ "Scanmaker V6UL",	mts_sup_unknown},
+	{ "Scanmaker V6UPL",	mts_sup_alpha},
 };
 
 /* The entries of microtek_table must correspond, line-by-line to
@@ -823,6 +824,7 @@
 	{ USB_DEVICE(0x5da, 0x00a3) },
 	{ USB_DEVICE(0x5da, 0x80a3) },
 	{ USB_DEVICE(0x5da, 0x80ac) },
+	{ USB_DEVICE(0x5da, 0x00b6) },
 	{ }						/* Terminating entry */
 };
 
@@ -1062,4 +1064,5 @@
 
 MODULE_AUTHOR( DRIVER_AUTHOR );
 MODULE_DESCRIPTION( DRIVER_DESC );
+MODULE_LICENSE("GPL");
 

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