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 Sony Clie 4.1.



details:   https://anonhg.NetBSD.org/src/rev/fdc882e7b4c5
branches:  trunk
changeset: 532856:fdc882e7b4c5
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jun 16 15:01:31 2002 +0000

description:
Match Sony Clie 4.1.

diffstat:

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

diffs (26 lines):

diff -r a4fa60424792 -r fdc882e7b4c5 sys/dev/usb/uvisor.c
--- a/sys/dev/usb/uvisor.c      Sun Jun 16 15:00:41 2002 +0000
+++ b/sys/dev/usb/uvisor.c      Sun Jun 16 15:01:31 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvisor.c,v 1.14 2002/02/27 23:00:03 augustss Exp $     */
+/*     $NetBSD: uvisor.c,v 1.15 2002/06/16 15:01:31 augustss Exp $     */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.14 2002/02/27 23:00:03 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.15 2002/06/16 15:01:31 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,6 +164,7 @@
        {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M505 }, PALM4 },
        {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M125 }, PALM4 },
        {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, PALM4 },
+       {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 },
 /*     {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
 };
 #define uvisor_lookup(v, p) ((struct uvisor_type *)usb_lookup(uvisor_devs, v, p))



Home | Main Index | Thread Index | Old Index