diff options
author | scottl <scottl@FreeBSD.org> | 2003-04-06 17:34:50 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-04-06 17:34:50 +0000 |
commit | 13536dd031844ab0deed68effedad936689a7568 (patch) | |
tree | f588ac94dc7ed24273df6deab5288590b3dc879a /sys/dev/usb/uvisor.c | |
parent | 5d70c2872059a14e03d84b1655afe69e521e4ded (diff) | |
download | FreeBSD-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.c | 1 |
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)) |