Add Epson 640U. From Chris Baird <cjb@brushtail.apana.org.au>
This commit is contained in:
parent
bb99dc52c7
commit
cafdfc900c
@ -1,4 +1,4 @@
|
||||
$NetBSD: usbdevs,v 1.184 2001/10/06 15:02:22 pooka Exp $
|
||||
$NetBSD: usbdevs,v 1.185 2001/10/07 22:30:33 augustss Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
|
||||
@ -534,6 +534,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 640U 0x010c Perfection 640U scanner
|
||||
|
||||
/* e-TEK Labs products */
|
||||
product ETEK 1COM 0x8007 Serial port
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: uscanner.c,v 1.16 2001/10/05 00:31:06 thorpej Exp $ */
|
||||
/* $NetBSD: uscanner.c,v 1.17 2001/10/07 22:30:33 augustss Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
@ -151,6 +151,7 @@ static const struct scanner_id {
|
||||
{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 },
|
||||
{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 },
|
||||
{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 },
|
||||
{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U },
|
||||
|
||||
/* UMAX */
|
||||
{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U },
|
||||
|
Loading…
Reference in New Issue
Block a user