summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
2 daysinclude: move dbus-core.h to configEnrico Weigelt, metux IT consult3-2/+60
2024-04-01config: wscons: fix warning on discarded constEnrico Weigelt, metux IT consult1-1/+1
2024-03-28config: wscons: use asprintf() instead of deprecated Xprintf()Enrico Weigelt, metux IT consult1-4/+2
2024-02-17Fix build on OpenBSD.Matthieu Herrb1-0/+1
2023-01-11config: add a quirk for Apple Silicon appledrmEric Curtin1-0/+10
2022-04-02fdi2iclass: remove unused local variableKonstantin Kharlamov1-3/+0
2022-04-02fdi2iclass.py: use "is" to compare with NoneKonstantin Kharlamov1-1/+1
2022-02-06config/wscons: Always attach the "ws" driver for pointer devices,nia1-2/+2
2022-02-06config/wscons: Fix build and add support for NetBSDnia2-3/+13
2021-10-27Remove autotools supportPovilas Kanapickas1-41/+0
2021-06-25config: Fix platform busid parsing when there is no ID_PATH propPovilas Kanapickas1-0/+31
2020-11-25linux: Fix udev ID_PATH parsing for udl devicesReza Arbab1-1/+6
2020-07-28linux: Fix platform device probe for DT-based PCIHuacai Chen1-1/+26
2019-09-20udev: Fixed NULL pointer argument of strcmpMartin Weber1-5/+15
2019-06-20linux: Fix platform device PCI detection for complex bus topologiesAdam Jackson1-3/+3
2018-11-14config/udev: Include header <sys/sysmacros.h> to use major/minorManoj Gupta1-0/+4
2018-10-18linux: Make platform device probe less fragileAdam Jackson1-5/+12
2018-03-27meson: Fix install path for 10-quirks.confAdam Jackson1-1/+1
2018-01-08config: fix NULL value detection for ID_INPUT being unsetPeter Hutterer1-1/+1
2017-11-01config/udev: consider ID_INPUT_FOO=0 as 'unset'Peter Hutterer1-33/+32
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+35
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+2
2016-09-15config/dbus: Initialize dbus fd to -1 so teardown doesn't use fd 0Keith Packard1-1/+1
2016-08-16config: Hold input lock across udev socket handlingKeith Packard1-1/+5
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer2-0/+6
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaƩrcio de Sousa3-2/+6
2015-12-01config: Use NotifyFd interface for udevKeith Packard1-29/+16
2015-12-01config: Use NotifyFd for dbus interfaceKeith Packard1-12/+4
2015-05-18config: remove 10-evdev.conf, let the evdev driver install that filePeter Hutterer2-42/+2
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-1/+2
2015-01-30config/udev: Respect seat assignments when assigned devicesDave Airlie1-9/+21
2014-12-08config/udev: Prefix and shift "removing GPU" messageDaniel Martin1-4/+3
2014-07-17config: Replace OdevAttributes linked list with structKeith Packard2-155/+16
2014-07-14config_odev_add_attribute*: Check for right attribute typeHans de Goede1-0/+32
2014-05-15config: revert quirk for the Evoluent Vertical MousePeter Hutterer1-16/+0
2014-05-08Merge commit 'who/for-keith'Keith Packard1-4/+2
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-4/+2
2014-04-30dbus: don't dispatch dbus events on select() EINTRRay Strode1-2/+2
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-26/+6
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-15/+3
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard3-8/+26
2014-03-12config: search for PnPID on all parents (#75513)Peter Hutterer2-7/+24
2014-03-11config: only free odev->attrib_name for string typesPeter Hutterer1-1/+2
2014-03-10config_odev_add*_attribute: Don't add the attribute to the list twiceHans de Goede1-10/+21
2014-03-03config-udev: Don't try to add drm devices twiceHans de Goede1-0/+4
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede2-4/+48
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede1-0/+43
2014-03-03OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede1-1/+4
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-0/+24