- Add support for the Acer Acerscan 640BT.

- Add documentation bits.

PR:		usb/95616
Submitted by:	Matthieu Guegan <lesaint@gcu.info>
Approved by:	cperciva (mentor)
MFC after:	3 days
This commit is contained in:
Florent Thoumie 2006-04-11 10:44:31 +00:00
parent 4eb4e22f1e
commit e79417e5d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157659
3 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 10, 2006
.Dd April 11, 2006
.Dt USCANNER 4
.Os
.Sh NAME
@ -68,6 +68,8 @@ Acer Acerscan 620U
.It
Acer Acerscan 640U
.It
Acer Acerscan 640BT
.It
Acer Acerscan 1240U
.It
Acer Acerscan C310U

View File

@ -581,6 +581,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_640BT 0x20be Acerscan 640BT
product ACERP ACERSCAN_1240U 0x20c0 Acerscan 1240U
product ACERP AWL300 0x9000 AWL300 Wireless adapter
product ACERP AWL400 0x9001 AWL400 Wireless adapter

View File

@ -101,6 +101,7 @@ static const struct uscan_info uscanner_devs[] = {
/* Acer Peripherals */
{{ 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_640BT }, 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 },