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:
parent
2a3d4ce88c
commit
8d1cad031e
@ -182,6 +182,8 @@ Mustek BearPaw 1200TA
|
||||
.It
|
||||
NatSemi BearPaw 1200
|
||||
.It
|
||||
Nikon CoolScan LS40 ED
|
||||
.It
|
||||
Primax 6200
|
||||
.It
|
||||
Primax Colorado 1200u
|
||||
|
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user