diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-04-06 17:34:50 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-04-06 17:34:50 +0000 |
| commit | e48fff82ef9d787faf94835e482d5ef4fe3db73c (patch) | |
| tree | f588ac94dc7ed24273df6deab5288590b3dc879a /sys/dev/usb | |
| parent | 2a33b442474991a84444ce403d65c62b1ecf16c4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -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 f5eb7d9339b83..1e0f26d3dc90a 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)) |
