diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 05:15:36 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-07 05:15:58 -0400 |
commit | 3a03c2e77f3e3169b6abb197e95647852b5791ed (patch) | |
tree | 793c957703ae08a3ba4ca241eb19e79a0f8671e2 | |
parent | 3ab0472e250832b09564b1c875584842aebd279e (diff) | |
download | drakx-3a03c2e77f3e3169b6abb197e95647852b5791ed.tar drakx-3a03c2e77f3e3169b6abb197e95647852b5791ed.tar.gz drakx-3a03c2e77f3e3169b6abb197e95647852b5791ed.tar.bz2 drakx-3a03c2e77f3e3169b6abb197e95647852b5791ed.tar.xz drakx-3a03c2e77f3e3169b6abb197e95647852b5791ed.zip |
list uvccideo managed devices as wecams (mga#9992)
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 5780c414b..d11c164ba 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -261,7 +261,7 @@ our %l = ( # both STV06xx & stv06xx b/c drivers/media/video/gspca/stv06xx/stv06xx.h # wrongly use upcase letters: qw(se401 sn9c102 STV06xx stv06xx stv680 tcm825x ultracam), - qw(usbvideo usbvision vicam w9968cf zc0301 zc3xx), + qw(usbvideo usbvision uvcvideo vicam w9968cf zc0301 zc3xx), ], }, diff --git a/perl-install/NEWS b/perl-install/NEWS index 1eb771be3..146f66e5c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - harddrake: o fix detecting AHCI as SATA (mga#9992) + o fix not listing uvccideo managed devices as wecams (mga#9992) Version 16.90 - 28 April 2015 |