Keep logitech hid drivers (#1199770)

Some logitech mice need a driver.
This commit is contained in:
Brian C. Lane 2015-03-17 14:12:16 -07:00
parent 0f17ef6b2b
commit 90dfe0cf81
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ removekmod sound drivers/media drivers/hwmon drivers/video \
net/atm net/bluetooth net/sched net/sctp \
net/rds net/l2tp net/decnet net/netfilter net/ipv4 net/ipv6 \
drivers/watchdog drivers/target drivers/rtc drivers/input/joystick \
drivers/bluetooth drivers/hid drivers/edac drivers/staging \
drivers/bluetooth drivers/edac drivers/staging \
drivers/usb/serial drivers/usb/host drivers/usb/misc \
fs/ocfs2 fs/ceph fs/nfsd fs/ubifs fs/nilfs2 \
arch/x86/kvm
@ -89,6 +89,7 @@ removekmod sound drivers/media drivers/hwmon drivers/video \
## LUKS setup.
removekmod drivers/char --allbut virtio_console hw_random \
virtio-rng ipmi
removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp
remove lib/modules/*/{build,source,*.map}
## NOTE: depmod gets re-run after cleanup finishes