diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-06-13 11:20:26 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-06-13 11:20:26 +0000 |
| commit | 62db9d4d27422952da4ebe6b5d21c57a5e844c35 (patch) | |
| tree | 591ca98348854fe8b66e46f0f9bd2d2c2f011677 /sys/dev/usb | |
| parent | 177935c8d6bd5c7d5edf8352dab4ae58748a8f9c (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 | ||||
| -rw-r--r-- | sys/dev/usb/uscanner.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5237565cbb248..f66347b34c1b8 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -607,6 +607,7 @@ product EPSON 1200 0x0104 Perfection 1200U / 1200Photo scanner product EPSON 1600 0x0107 Expression 1600 scanner product EPSON 1640 0x010a Perfection 1640SU scanner product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner +product EPSON 1250 0x010f Perfection 1250U / 1250Photo scanner product EPSON 640U 0x010c Perfection 640U scanner product EPSON 1650 0x0110 Perfection 1650 scanner product EPSON GT9700F 0x0112 GT-9700F scanner diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index 13d287b949eba..0f768879d6ea5 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -177,6 +177,7 @@ static const struct uscan_info uscanner_devs[] = { {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 }, 0 }, + {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1250 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U }, 0 }, |
