diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-08-11 21:11:14 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-08-11 21:11:14 +0000 |
| commit | 4910ddcf3f4dba94b5740e04d4358181997d7b40 (patch) | |
| tree | d3b6d1994303f0fb3b0f1252cfcabbf4671bc0d2 /sys/dev/usb/uvisor.c | |
| parent | f6273f8529d55362b1568c2bccd379929d16335d (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 b654a0a294f2..0cffd8684d5d 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -197,6 +197,7 @@ static const struct uvisor_type uvisor_devs[] = { {{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, 0 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M500 }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M505 }, PALM4 }, + {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M515 }, PALM4 }, {{ 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 }, |
