diff options
-rw-r--r-- | kernel/list_modules.pm | 4 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index cb51739fe..dab48a8f8 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -248,7 +248,9 @@ our %l = ( qw(cafe_ccic cpia2 cpia_usb cyber2000fb em28xx et61x251 gspca), qw(ibmcam konicawc mod_quickcam ov511 ov511-alt ov518_decomp), qw(ov51x-jpeg ovfx2 pwc qc-usb-messenger quickcam quickcam_messenger), - qw(se401 sn9c102 stv680 tcm825x ultracam), + # 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), }, diff --git a/perl-install/NEWS b/perl-install/NEWS index c2e5316e4..5d0476404 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- handle new drivers: + o webcam: stv06xx - run_program: use home and logname of user we are dropping privileges to, not 501 - harddrake: |