From eb3b16e594b5bdc3c8e9922f372d72fcbb8a3a55 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 12 Jul 2018 21:28:13 +0000 Subject: Thu Jul 12 21:28:13 UTC 2018 a/etc-15.0-x86_64-7.txz: Rebuilt. Don't set a default MANPATH - it ends up overriding the config file settings. Thanks to Nate_KS and andygoth. a/mkinitrd-1.4.11-x86_64-8.txz: Rebuilt. Added hid-asus module to mkinitrd_command_generator.sh. Thanks to phalange. l/harfbuzz-1.8.3-x86_64-1.txz: Upgraded. n/bind-9.12.2-x86_64-1.txz: Upgraded. Looking at the BIND release schedule, it's probably better to stick with this stable branch than to track the development/unstable which isn't due to become bind-9.14.0 for many months. Like always, we'll move to a newer branch if that becomes necessary. x/xf86-input-libinput-0.28.0-x86_64-1.txz: Upgraded. x/xf86-video-ati-20180711_f533b1f6-x86_64-1.txz: Upgraded. --- source/a/mkinitrd/mkinitrd_command_generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/a/mkinitrd/mkinitrd_command_generator.sh') diff --git a/source/a/mkinitrd/mkinitrd_command_generator.sh b/source/a/mkinitrd/mkinitrd_command_generator.sh index 33d9c9de..d6d0d1a1 100644 --- a/source/a/mkinitrd/mkinitrd_command_generator.sh +++ b/source/a/mkinitrd/mkinitrd_command_generator.sh @@ -225,7 +225,7 @@ function add_usb_keyboard() { local USBMOD if cat /proc/bus/input/devices | sed -e 's/^$/\$/g' | \ tr "\n$" " \n" | grep -q " Phys=.*usb.* .*Handlers=.*kbd.*B:"; then - USBMOD="xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:hid:usbhid:i2c-hid:hid_generic:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch" + USBMOD="xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:hid:usbhid:i2c-hid:hid_generic:hid-asus:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch" [ -n "$MLIST" ] && MLIST="$MLIST:$USBMOD" \ || MLIST="$USBMOD" fi -- cgit v1.2.3