summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/gpiokeys.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2018-05-10Emit initial lid switch state event at startupjmcneill
2018-04-28Add support for lid switch event codes.jmcneill
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-09-23For known Linux keycodes, report key press events through a wskbd devicejmcneill
2017-07-06Only read gpio pin if the pin is validjmcneill
2017-07-06Read the initial key state at startup so we only trigger events on statejmcneill
2015-12-16Use of_getprop_bool/of_getprop_uint32jmcneill
2015-12-14Add driver for device tree "gpio-keys" device. Each GPIO key is mapped tojmcneill