summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uvisor.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-04-06 17:34:50 +0000
committerscottl <scottl@FreeBSD.org>2003-04-06 17:34:50 +0000
commit13536dd031844ab0deed68effedad936689a7568 (patch)
treef588ac94dc7ed24273df6deab5288590b3dc879a /sys/dev/usb/uvisor.c
parent5d70c2872059a14e03d84b1655afe69e521e4ded (diff)
downloadFreeBSD-src-13536dd031844ab0deed68effedad936689a7568.zip
FreeBSD-src-13536dd031844ab0deed68effedad936689a7568.tar.gz
Add support for the CLIE 5.0 series of PDAs
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 f5eb7d9..1e0f26d 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -202,6 +202,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ 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_50 }, 0 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
};
#define uvisor_lookup(v, p) ((const struct uvisor_type *)usb_lookup(uvisor_devs, v, p))
OpenPOWER on IntegriCloud