mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
b26e4ced91
There is no reason to match on usb-modaliases, if we can use the input-modalias to achieve the same. This commit changes the keyboard-lookups to not be restricted to USB, but pass all modaliases to the hwdb. Furthermore, we convert all usb:* matches to input:* matches, thus getting rid of any ambiguity if multiple usb devices are chained (or a bluetooth device / etc. is on top). Note that legacy keyboard:usb:* matches are still supported, but deprecated. If possible, please use keyboard:input:* matches instead. This is a required step to make other input devices work with 60-keyboard.hwdb. Other bus-types are often chained on usb and we want to avoid any ambiguity here if we incorrectly match on a USB hub. |
||
---|---|---|
.. | ||
.gitignore | ||
20-acpi-vendor.hwdb | ||
20-bluetooth-vendor-product.hwdb | ||
20-net-ifname.hwdb | ||
20-OUI.hwdb | ||
20-pci-classes.hwdb | ||
20-pci-vendor-model.hwdb | ||
20-sdio-classes.hwdb | ||
20-sdio-vendor-model.hwdb | ||
20-usb-classes.hwdb | ||
20-usb-vendor-model.hwdb | ||
60-keyboard.hwdb | ||
70-mouse.hwdb | ||
70-touchpad.hwdb | ||
ids-update.pl | ||
Makefile | ||
sdio.ids |