Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Undo last (not supposed to be committed).



details:   https://anonhg.NetBSD.org/src/rev/5880aa58776d
branches:  trunk
changeset: 542349:5880aa58776d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 27 00:32:44 2003 +0000

description:
Undo last (not supposed to be committed).

diffstat:

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

diffs (26 lines):

diff -r 80ea552c64d4 -r 5880aa58776d sys/dev/usb/uscanner.c
--- a/sys/dev/usb/uscanner.c    Mon Jan 27 00:31:01 2003 +0000
+++ b/sys/dev/usb/uscanner.c    Mon Jan 27 00:32:44 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uscanner.c,v 1.39 2003/01/27 00:31:02 wiz Exp $        */
+/*     $NetBSD: uscanner.c,v 1.40 2003/01/27 00:32:44 wiz Exp $        */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.39 2003/01/27 00:31:02 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uscanner.c,v 1.40 2003/01/27 00:32:44 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -112,7 +112,6 @@
 
   /* Canon */
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
- {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N670U }, 0 },
 
   /* Kye */
  {{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },



Home | Main Index | Thread Index | Old Index