diff options
| author | carrel <carrel@NetBSD.org> | 2003-11-07 21:27:56 +0000 |
|---|---|---|
| committer | carrel <carrel@NetBSD.org> | 2003-11-07 21:27:56 +0000 |
| commit | f830588016b8c8a0bc7d173b31abcde1b89e2888 (patch) | |
| tree | 7d0a168ba55e10a36bdbada8a982062afe3002ac /sys/dev/usb | |
| parent | 03d49d9b1b9c75c6132c55d1fa3901253fcfc42e (diff) | |
enable support for the TREO 600
tested and works...
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/uvisor.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 5f6748cb43b..ae5b154dbb8 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvisor.c,v 1.22 2003/10/28 23:33:46 mycroft Exp $ */ +/* $NetBSD: uvisor.c,v 1.23 2003/11/07 21:27:56 carrel Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.22 2003/10/28 23:33:46 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvisor.c,v 1.23 2003/11/07 21:27:56 carrel Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -177,6 +177,7 @@ struct uvisor_type { static const struct uvisor_type uvisor_devs[] = { {{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, VISOR }, {{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO }, PALM4 }, + {{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO600 }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M500 }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M505 }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M515 }, PALM4 }, |
