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/uscanner.c | |
| parent | 177935c8d6bd5c7d5edf8352dab4ae58748a8f9c (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uscanner.c')
| -rw-r--r-- | sys/dev/usb/uscanner.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |
