summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-06-25 23:56:15 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-08-25 16:50:13 +0200
commit0a7612ca47c8051cab8d3b338b3563a89aa0da1f (patch)
treefcd7105fbde0d0c234dcf3361c44ae759f022bfb
parentda0f0d6c22b38a7d08589eb20c8c88df9efca69e (diff)
downloaddrakx-0a7612ca47c8051cab8d3b338b3563a89aa0da1f.tar
drakx-0a7612ca47c8051cab8d3b338b3563a89aa0da1f.tar.gz
drakx-0a7612ca47c8051cab8d3b338b3563a89aa0da1f.tar.bz2
drakx-0a7612ca47c8051cab8d3b338b3563a89aa0da1f.tar.xz
drakx-0a7612ca47c8051cab8d3b338b3563a89aa0da1f.zip
include more HID/I2C modules (mga#20327)
-rw-r--r--kernel/list_modules.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 6cc3ca425..52a4f858c 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -163,8 +163,8 @@ our %l = (
bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ],
firewire => [ qw(ohci1394) ],
i2c => [
- qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2),
- qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c-via i2c-viapro i2c-voodoo3),
+ qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c_designware_platform i2c-nforce2),
+ qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c_smbus i2c-via i2c-viapro i2c-voodoo3),
qw(i2c-hydra i2c-ibm_iic i2c-mpc),
],
pcmcia => [
@@ -178,7 +178,7 @@ our %l = (
hid-multilaser hid-multitouch hid-ntrig hid-ortek hid-penmount hid-petalynx hid-picolcd
hid-pl hid-plantronics hid-primax hid-prodikeys hid-retrode hid-roccat hid-roccat-arvo hid-roccat-common hid-rmi
hid-roccat-isku hid-roccat-kone hid-roccat-koneplus hid-roccat-konepure hid-roccat-kovaplus hid-roccat-lua
- hid-roccat-pyra hid-roccat-ryos hid-roccat-savu hid-saitek hid-samsung hid-sensor-hub hid-sjoy hid-sony
+ hid-roccat-pyra hid-roccat-ryos hid-roccat-savu hid-saitek hid-samsung hid-sensor-hub hid_sensor_accel_3d hid_sensor_gyro_3d hid_sensor_trigger hid-sjoy hid-sony
hid-speedlink hid-steelseries hid-sunplus hid-tivo hid-tmff hid-topseed hid-twinhan
hid-uclogic hid-waltop hid-wiimote hid-xinmo hid-zpff hid-zydacron wacom
intel-ish-ipc intel-ishtp-hid intel-ishtp) ],