From 13536dd031844ab0deed68effedad936689a7568 Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 6 Apr 2003 17:34:50 +0000 Subject: Add support for the CLIE 5.0 series of PDAs --- sys/dev/usb/uvisor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/uvisor.c') 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)) -- cgit v1.1