mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-20 08:37:55 +07:00
Repository for eudev development
![]() 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. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> |
||
---|---|---|
docs | ||
hwdb | ||
m4 | ||
man | ||
rules | ||
src | ||
test | ||
.gitignore | ||
.travis.yml | ||
autogen.sh | ||
configure.ac | ||
CONTRIBUTING | ||
COPYING | ||
LEGACY | ||
Makefile.am | ||
NOTES | ||
README |
This git repo is a fork of git://anongit.freedesktop.org/systemd/systemd with the aim of isolating udev from any particular flavor of system initialization. In this case, the isolation is from systemd. This is a project started by Gentoo developers and testing is currently being done mostly on OpenRC. We welcome contribution from others using a variety of system initializations to ensure eudev remains system initialization and distribution neutral. Homepage: http://www.gentoo.org/proj/en/eudev/ Tarballs of releases: http://dev.gentoo.org/~blueness/eudev/ Contact: You can email us as a group below. IRC: Freenode/#gentoo-udev Committers (alphabetical order by last name): Luca Barbato (lu_zero) <lu_zero@gentoo.org> Anthony G. Basile (blueness) <blueness@gentoo.org> Francisco Izquierdo (klondike) <klondike@gentoo.org> Ian Stakenvicius (axs) <axs@gentoo.org> Matthew Thode (prometheanfire) <prometheanfire@gentoo.org> Tony Vroon (chainsaw) <tony@linx.net> Richard Yao (ryao) <ryao@gentoo.org>