diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-11-08 11:23:07 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-11-08 11:23:07 +0000 |
| commit | 68ded8480c35fa978caf6d6813f34ee5e3fab20b (patch) | |
| tree | 4c3e355b32a26de47ac8b3c7092c90b88ee06d28 /sys/dev | |
| parent | 8226fdbdce871e99b3402f91a58ebcc6072fdc71 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uvisor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 72b64a44c6e8c..d82cd5463b530 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -217,7 +217,7 @@ static const struct uvisor_type uvisor_devs[] = { {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_Z }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE }, PALM4 }, - {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, PALM4 }, + {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, 0 }, {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 }, {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_S360 }, PALM4 }, {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 }, |
