summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/NEWS2
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)