udeb: Add newly enabled drivers

This commit is contained in:
Ben Hutchings 2015-08-15 12:51:18 +02:00
parent 3bb9b71582
commit 3d5d7d8cf6
5 changed files with 11 additions and 0 deletions

5
debian/changelog vendored
View File

@ -228,6 +228,11 @@ linux (4.1.5-1) UNRELEASED; urgency=medium
* ovl: Add support for NFS as lower filesystem (Closes: #786925)
* perf: Fix double-free of the AUX buffer
* linux-source: Fix compression of the source tarball (Closes: #795199)
* udeb: Add newly enabled drivers:
- [i386] Add gpio_keys_polled, leds-gpio to input-modules
- Add virtio-input to input-modules
- Add toshsd to mmc-modules
- Add wd719x to scsi-extra-modules
-- Ian Campbell <ijc@debian.org> Tue, 04 Aug 2015 19:31:45 +0100

View File

@ -1 +1,4 @@
#include <input-modules>
# Needed on some Geode LX boards - Alix2/3/6, Soekris net5501, Traverse GEOS
gpio_keys_polled
leds-gpio

View File

@ -29,3 +29,4 @@ hid-topseed ?
synaptics_usb ?
wistron_btns ?
i2c-hid ?
virtio-input ?

View File

@ -6,3 +6,4 @@ ricoh_mmc ?
tifm_sd ?
dw_mmc ?
dw_mmc_pltfm ?
toshsd ?

View File

@ -45,3 +45,4 @@ sym53c416 ?
ufshcd ?
ufshcd-pci ?
vmw_pvscsi ?
wd719x ?