[linux] 01/02: udeb: Really add virtio_input to virtio-modules (not input-modules)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Feb 15 19:29:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit a5a866d11296e831fe5a719d9c6db676ecbfb9bc
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Feb 15 15:22:31 2016 +0000

    udeb: Really add virtio_input to virtio-modules (not input-modules)
    
    kernel-wedge is sensitive to the difference between '-' and '_' so
    adding 'virtio-input ?' to input-modules had no effect.
    
    If we really added virtio_input to input-modules then we would end up
    with virtio and virtio_ring duplicated.  Instead, add it to
    virtio-modules like all the other virtio drivers.
---
 debian/changelog                        | 1 +
 debian/installer/modules/input-modules  | 1 -
 debian/installer/modules/virtio-modules | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ba1468c..dd26cde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ linux (4.4.1-1) UNRELEASED; urgency=medium
     - nic-pcmcia-modules: Remove Arcnet drivers
   * udeb: Move most USB wireless drivers from nic-usb-modules to
     nic-wireless-modules
+  * udeb: Really add virtio_input to virtio-modules (not input-modules)
 
   [ Roger Shimizu ]
   * Enable TTY_PRINTK as module (Closes: #814540).
diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules
index f2ce5ed..3245d16 100644
--- a/debian/installer/modules/input-modules
+++ b/debian/installer/modules/input-modules
@@ -35,6 +35,5 @@ wacom -
 # Miscellaneous input drivers
 synaptics_usb ?
 wistron_btns ?
-virtio-input ?
 gpio_keys ?
 soc_button_array ?
diff --git a/debian/installer/modules/virtio-modules b/debian/installer/modules/virtio-modules
index 01c6997..bb89475 100644
--- a/debian/installer/modules/virtio-modules
+++ b/debian/installer/modules/virtio-modules
@@ -2,6 +2,7 @@ virtio_net
 virtio_blk
 virtio_balloon
 virtio_scsi
+virtio_input
 
 # Some architectures do not have PCI bus
 virtio_pci ?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list