Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.

      src/sys/dev/usb/usbdevs: rev 1.247
      src/sys/dev/usb/uscanner.c: rev 1.67
This commit is contained in:
flz 2006-01-11 00:29:16 +00:00
parent 742f52a8cb
commit 411c651bd6
2 changed files with 2 additions and 0 deletions

View File

@ -579,6 +579,7 @@ product ACERP ACERSCAN_C310U 0x12a6 Acerscan C310U
product ACERP ACERSCAN_320U 0x2022 Acerscan 320U
product ACERP ACERSCAN_640U 0x2040 Acerscan 640U
product ACERP ACERSCAN_620U 0x2060 Acerscan 620U
product ACERP ACERSCAN_1240U 0x20c0 Acerscan 1240U
product ACERP AWL300 0x9000 AWL300 Wireless adapter
product ACERP AWL400 0x9001 AWL400 Wireless adapter

View File

@ -102,6 +102,7 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U }, 0 },
{{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_640U }, 0 },
{{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_620U }, 0 },
{{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_1240U }, 0 },
{{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_C310U }, 0 },
/* AGFA */