diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2008-04-20 17:12:11 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2008-04-20 17:12:11 +0000 |
| commit | abf7be003d07779b5fbbf3a610946dc6e8648794 (patch) | |
| tree | 5bfbf87454b62d340f8cf48ba4779369aa1f2243 /sys/dev | |
| parent | 7ffe7234a4d7af5e39fe23639ad265f4f4841960 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uipaq.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/uipaq.c b/sys/dev/usb/uipaq.c index 2115049eddde..6618d4c100ce 100644 --- a/sys/dev/usb/uipaq.c +++ b/sys/dev/usb/uipaq.c @@ -122,6 +122,7 @@ struct uipaq_type { static const struct uipaq_type uipaq_devs[] = { {{ USB_VENDOR_HP, USB_PRODUCT_HP_2215 }, 0 }, {{ USB_VENDOR_HP, USB_PRODUCT_HP_568J }, 0}, + {{ USB_VENDOR_HTC, USB_PRODUCT_HTC_WINMOBILE }, 0}, {{ USB_VENDOR_HTC, USB_PRODUCT_HTC_SMARTPHONE }, 0}, {{ USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQPOCKETPC } , 0}, {{ USB_VENDOR_CASIO, USB_PRODUCT_CASIO_BE300 } , 0}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5d00c8f1a823..355b8064be3e 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1396,6 +1396,7 @@ product HP HN210E 0x811c Ethernet HN210E product HP2 C500 0x6002 PhotoSmart C500 /* HTC products */ +product HTC WINMOBILE 0x00ce HTC USB Sync product HTC SMARTPHONE 0x0a51 SmartPhone USB Sync /* HUAWEI products */ |
