diff options
author | gjb <gjb@FreeBSD.org> | 2014-08-29 01:40:49 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-08-29 01:40:49 +0000 |
commit | 3c9f55fa5172fd5badd385e22d7ba7729c5eef9f (patch) | |
tree | 7451372f4acfb3629d74f1f3ffde34255736c397 /sys/dev | |
parent | 3bf1a4440db3b568130eecba928bd87a4ce00e13 (diff) | |
download | FreeBSD-src-3c9f55fa5172fd5badd385e22d7ba7729c5eef9f.zip FreeBSD-src-3c9f55fa5172fd5badd385e22d7ba7729c5eef9f.tar.gz |
MFC r269608:
Add device ID for the Chicony USB 2.0 HD UVC Webcam
found on the Asus X550LA.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c79f91c..26ba8da 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1380,6 +1380,7 @@ product CHIC CYPRESS 0x0003 Cypress USB Mouse product CHICONY KB8933 0x0001 KB-8933 keyboard product CHICONY KU0325 0x0116 KU-0325 keyboard product CHICONY CNF7129 0xb071 Notebook Web Camera +product CHICONY HDUVCCAM 0xb40a HD UVC WebCam product CHICONY RTL8188CUS_1 0xaff7 RTL8188CUS product CHICONY RTL8188CUS_2 0xaff8 RTL8188CUS product CHICONY RTL8188CUS_3 0xaff9 RTL8188CUS |