summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 5 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 0f1e37116..ebfbdc703 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- include more HID drivers (mga#4129)
+
Version 1.65 - 15 February 2012 by Thierry Vignaud
- do not recompress modules as XZ since kernel now compress
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index a07d73af6..4c5b2f33d 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -178,7 +178,7 @@ our %l = (
],
hid => [ qw(hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony
hid-cypress hid-drff hid-ezkey hid-gaff hid-gyration hid-kensington hid-kye
- hid-keytouch hid-logitech hid-microsoft hid-monterey hid-multilaser hid-ntrig
+ hid-keytouch hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-multilaser hid-ntrig
hid-petalynx hid-pl hid-samsung hid-sjoy hid-sony hid-sunplus
hid-tmff hid-topseed hid-uclogic hid-zpff hid-wacom ff-memless) ],
#serial_cs
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e2b7aac1f..3ee366e68 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- recognize more HID drivers (mga#4129)
+
Version 13.83 - 19 February 2012
- log more stuff regarding packages installation (mga#4565)