summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* config: add a quirk for Apple Silicon appledrmEric Curtin2023-01-111-0/+10
* fdi2iclass: remove unused local variableKonstantin Kharlamov2022-04-021-3/+0
* fdi2iclass.py: use "is" to compare with NoneKonstantin Kharlamov2022-04-021-1/+1
* config/wscons: Always attach the "ws" driver for pointer devices,nia2022-02-061-2/+2
* config/wscons: Fix build and add support for NetBSDnia2022-02-062-3/+13
* Remove autotools supportPovilas Kanapickas2021-10-271-41/+0
* config: Fix platform busid parsing when there is no ID_PATH propPovilas Kanapickas2021-06-251-0/+31
* linux: Fix udev ID_PATH parsing for udl devicesReza Arbab2020-11-251-1/+6
* linux: Fix platform device probe for DT-based PCIHuacai Chen2020-07-281-1/+26
* udev: Fixed NULL pointer argument of strcmpMartin Weber2019-09-201-5/+15
* linux: Fix platform device PCI detection for complex bus topologiesAdam Jackson2019-06-201-3/+3
* config/udev: Include header <sys/sysmacros.h> to use major/minorManoj Gupta2018-11-141-0/+4
* linux: Make platform device probe less fragileAdam Jackson2018-10-181-5/+12
* meson: Fix install path for 10-quirks.confAdam Jackson2018-03-271-1/+1
* config: fix NULL value detection for ID_INPUT being unsetPeter Hutterer2018-01-081-1/+1
* config/udev: consider ID_INPUT_FOO=0 as 'unset'Peter Hutterer2017-11-011-33/+32
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+35
* ddx: add new call to purge input devices that weren't addedPeter Hutterer2016-10-261-0/+2
* config/dbus: Initialize dbus fd to -1 so teardown doesn't use fd 0Keith Packard2016-09-151-1/+1
* config: Hold input lock across udev socket handlingKeith Packard2016-08-161-1/+5
* Remove SIGIO support for input [v5]Keith Packard2016-05-261-2/+2
* xfree86: add support for MatchIsTabletPadPeter Hutterer2016-05-032-0/+6
* config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa2016-03-013-2/+6
* config: Use NotifyFd interface for udevKeith Packard2015-12-011-29/+16
* config: Use NotifyFd for dbus interfaceKeith Packard2015-12-011-12/+4
* config: remove 10-evdev.conf, let the evdev driver install that filePeter Hutterer2015-05-182-42/+2
* Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith2015-04-211-1/+2
* config/udev: Respect seat assignments when assigned devicesDave Airlie2015-01-301-9/+21
* config/udev: Prefix and shift "removing GPU" messageDaniel Martin2014-12-081-4/+3
* config: Replace OdevAttributes linked list with structKeith Packard2014-07-172-155/+16
* config_odev_add_attribute*: Check for right attribute typeHans de Goede2014-07-141-0/+32
* config: revert quirk for the Evoluent Vertical MousePeter Hutterer2014-05-151-16/+0
* Merge commit 'who/for-keith'Keith Packard2014-05-081-4/+2
|\
| * systemd-logind: let the logind code decided whether to close an fdPeter Hutterer2014-05-051-4/+2
* | dbus: don't dispatch dbus events on select() EINTRRay Strode2014-04-301-2/+2
|/
* Remove config_odev_add_*attribute checks in various placesHans de Goede2014-03-121-26/+6
* config_odev*: Use XNF alloc functionsHans de Goede2014-03-121-15/+3
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2014-03-113-8/+26
|\
| * config: search for PnPID on all parents (#75513)Peter Hutterer2014-03-122-7/+24
| * config: only free odev->attrib_name for string typesPeter Hutterer2014-03-111-1/+2
* | config_odev_add*_attribute: Don't add the attribute to the list twiceHans de Goede2014-03-101-10/+21
|/
* config-udev: Don't try to add drm devices twiceHans de Goede2014-03-031-0/+4
* systemd-logind: Hookup systemd-logind integrationHans de Goede2014-03-032-4/+48
* OdevAttribute: Add support for integer attributesHans de Goede2014-03-031-0/+43
* OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede2014-03-031-1/+4
* OdevAttribute: Add config_odev_get_attribute helperHans de Goede2014-03-031-0/+24
* Get rid of config/non-seat0.conf.multi-seatLaércio de Sousa2014-02-172-19/+1
* config: fails to create tarball as xorg-server.conf file removedGaetan Nadon2014-02-131-1/+1
* input: un-constify InputAttributesPeter Hutterer2014-02-041-7/+7
* dbus-core: Attempt to connect to dbus ASAPHans de Goede2014-01-291-2/+2