diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-18 17:43:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-18 17:43:37 +0000 |
commit | 6b10ada117959a635030a185341f6f4e192c9764 (patch) | |
tree | 335dbfc75d17ce31dafc9b185d579b365b8edf1d | |
parent | c48772d289af105cb3744924c2bab8f5fe8b4edb (diff) | |
download | drakx-6b10ada117959a635030a185341f6f4e192c9764.tar drakx-6b10ada117959a635030a185341f6f4e192c9764.tar.gz drakx-6b10ada117959a635030a185341f6f4e192c9764.tar.bz2 drakx-6b10ada117959a635030a185341f6f4e192c9764.tar.xz drakx-6b10ada117959a635030a185341f6f4e192c9764.zip |
list zc3xx driven as webcams (mga#5449)
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index a1c7f1d8a..bbd72b1d2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -263,7 +263,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), + qw(usbvideo usbvision vicam w9968cf zc0301 zc3xx), ], }, diff --git a/perl-install/NEWS b/perl-install/NEWS index e76e00d02..1fd12f8f2 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,6 @@ - finish-install: make sure sbin is added to PATH +- harddrake: + o list "zc3xx" driven as webcams (mga#5449) - interactive::curses: o make sure ranges are always within limits (mga#646) - ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc) |