diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-18 22:25:43 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-18 22:25:43 +0000 |
| commit | 949565fb05358ff6747f5b69c65c53e00d2f69bf (patch) | |
| tree | d9704194b6fe950ef9ee5331f55d7a635b36bd12 | |
| parent | ce804bff581bc312583c4487f0167cd12f642a07 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 131185c721c8..0cf4ece99ac2 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -80,6 +80,7 @@ Static const struct usbd_quirk_entry { { USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPHONE, 0x100, { UQ_AU_INP_ASYNC }}, { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD3G, ANY, { UQ_NO_OPEN_CLEARSTALL }}, + { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPODNANO, ANY, { UQ_NO_OPEN_CLEARSTALL }}, { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPODVIDEO, ANY, { UQ_NO_OPEN_CLEARSTALL }}, /* XXX These should have a revision number, but I don't know what they are. */ { USB_VENDOR_HP, USB_PRODUCT_HP_895C, ANY, { UQ_BROKEN_BIDIR }}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 76a26e6256bf..d1af3317712e 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -644,6 +644,7 @@ product APPLE OPTMOUSE 0x0302 Optical mouse product APPLE SPEAKERS 0x1101 Speakers product APPLE IPOD3G 0x1203 iPod 3G product APPLE IPODVIDEO 0x1209 iPod Video +product APPLE IPODNANO 0x120a iPod Nano /* Asahi Optical products */ product ASAHIOPTICAL OPTIO230 0x0004 Digital camera |
