Add support Nikon CoolScan LS40 ED

PR:		kern/71139
Submitted by:	Pierre DAVID <Pierre.David@crc.u-strasbg.fr>
MFC after:	1 week
This commit is contained in:
MIHIRA Sanpei Yoshiro 2004-09-03 23:29:01 +00:00
parent 9b3310685b
commit 3785db4f85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134734
3 changed files with 6 additions and 1 deletions

View File

@ -182,6 +182,8 @@ Mustek BearPaw 1200TA
.It
NatSemi BearPaw 1200
.It
Nikon CoolScan LS40 ED
.It
Primax 6200
.It
Primax Colorado 1200u

View File

@ -1118,6 +1118,7 @@ product NETGEAR FA120 0x1040 USB 2.0 Ethernet adapter
/* Nikon products */
product NIKON E990 0x0102 Digital Camera E990
product NIKON LS40 0x4000 CoolScan LS40 ED
/* Olympus products */
product OLYMPUS C1 0x0102 C-1 Digital Camera
@ -1143,7 +1144,6 @@ product PALM TUNGSTEN_T 0x0060 Palm Tungsten T
product PALM ZIRE31 0x0061 Palm Zire 31
product PALM ZIRE 0x0070 Palm Zire
/* Panasonic products */
product PANASONIC KXLRW32AN 0x0d09 CD-R Drive KXL-RW32AN
product PANASONIC KXLCB20AN 0x0d0a CD-R Drive KXL-CB20AN
product PANASONIC KXLCB35AN 0x0d0e DVD-ROM & CD-R/RW

View File

@ -170,6 +170,9 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW1200 }, 0 },
{{ USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW2400 }, 0 },
/* Nikon */
{{ USB_VENDOR_NIKON, USB_PRODUCT_NIKON_LS40 }, 0 },
/* Primax */
{{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2X300 }, 0 },
{{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E300 }, 0 },