Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Match the UMAX Astra 3400.



details:   https://anonhg.NetBSD.org/src/rev/9f9b6267bfc1
branches:  trunk
changeset: 515796:9f9b6267bfc1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 05 00:31:06 2001 +0000

description:
Match the UMAX Astra 3400.

diffstat:

 sys/dev/usb/uscanner.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c5586dbe7335 -r 9f9b6267bfc1 sys/dev/usb/uscanner.c
--- a/sys/dev/usb/uscanner.c    Fri Oct 05 00:24:52 2001 +0000
+++ b/sys/dev/usb/uscanner.c    Fri Oct 05 00:31:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uscanner.c,v 1.15 2001/04/19 00:47:50 augustss Exp $   */
+/*     $NetBSD: uscanner.c,v 1.16 2001/10/05 00:31:06 thorpej Exp $    */
 /*     $FreeBSD$       */
 
 /*
@@ -157,6 +157,7 @@
        { USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1236U },
        { USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2000U },
        { USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2200U },
+       { USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA3400 },
 
        /* Visioneer */
        { USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_5300 },



Home | Main Index | Thread Index | Old Index