aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvisor.c
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2005-12-04 07:34:19 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2005-12-04 07:34:19 +0000
commit71ddfdfb45b7ccb486527d196faab2e15df68cd6 (patch)
treed53504821270b1b5a00bcde98dd6729309377365 /sys/dev/usb/uvisor.c
parentbe425a0f40fe06cafd920ef7bade6f9411581938 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uvisor.c')
-rw-r--r--sys/dev/usb/uvisor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c
index fe6f05c70d9b..8d7290f17bd6 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -242,6 +242,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 },
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35 }, PALM35 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
+ {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_TJ37 }, PALM4 },
};
#define uvisor_lookup(v, p) ((const struct uvisor_type *)usb_lookup(uvisor_devs, v, p))