diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2005-12-04 07:34:19 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2005-12-04 07:34:19 +0000 |
| commit | 71ddfdfb45b7ccb486527d196faab2e15df68cd6 (patch) | |
| tree | d53504821270b1b5a00bcde98dd6729309377365 /sys/dev/usb/uvisor.c | |
| parent | be425a0f40fe06cafd920ef7bade6f9411581938 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uvisor.c')
| -rw-r--r-- | sys/dev/usb/uvisor.c | 1 |
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)) |
