summaryrefslogtreecommitdiff
path: root/config/udev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* config: Hold input lock across udev socket handlingKeith Packard2016-08-161-1/+5
* xfree86: add support for MatchIsTabletPadPeter Hutterer2016-05-031-0/+4
* config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa2016-03-011-0/+4
* config: Use NotifyFd interface for udevKeith Packard2015-12-011-29/+16
* 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-171-5/+5
* Remove config_odev_add_*attribute checks in various placesHans de Goede2014-03-121-26/+6
* config: search for PnPID on all parents (#75513)Peter Hutterer2014-03-121-4/+11
* 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-031-4/+35
* input: un-constify InputAttributesPeter Hutterer2014-02-041-7/+7
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-2/+2
* config/udev: handle const stringsKeith Packard2014-01-121-9/+11
* xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats...Laércio de Sousa2013-09-251-0/+4
* config/udev: fix "removing GPU device" format string mistakeAaron Plattner2013-01-211-1/+1
* config/udev: ignore change on drm devicesDave Airlie2012-09-191-1/+7
* config/udev: respect seat for hotplugged video devices.Dave Airlie2012-09-041-0/+4
* config/udev: add wrapper around check if server is not seat 0Dave Airlie2012-09-041-2/+2
* Fix more poorly indented/wrapped comments & codeAlan Coopersmith2012-07-091-2/+4
* xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie2012-07-061-0/+42
* xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie2012-07-061-0/+69
* config/udev: add pre_init stage to config and udev.Dave Airlie2012-05-211-4/+12
* Introduce a consistent coding styleKeith Packard2012-03-211-22/+36
* udev: make use of udev_enumerate_add_match_tag() only when it is availableLennart Poettering2011-10-031-0/+4
* input: make InputOption opaque, provide interface functions.Peter Hutterer2011-08-221-20/+15
* config: use add_option for '_source' tooPeter Hutterer2011-08-221-7/+1
* config: fix a log messagePeter Hutterer2011-08-221-1/+1
* config: add udev/systemd multi-seat supportLennart Poettering2011-08-221-0/+18
* config: don't fail if a device vanished by the time we managed to look at itLennart Poettering2011-07-271-0/+5
* config: limit the kernel subsystems we look for devices inLennart Poettering2011-07-271-0/+7
* config: process udev "changed" and "add" events in the same code pathsLennart Poettering2011-07-271-5/+3
* config: handle device change event properlyErkki Seppälä2011-03-241-0/+4
* config: Ensure that stolen option list elements are released.Rami Ylimäki2011-03-091-3/+3
* udev: Fix removing of the wake up handlerPauli Nieminen2010-12-311-1/+1
* udev: Add strdups to kill const warningsDaniel Stone2010-12-311-5/+12
* Convert existing Xprintf style calls to asprintf styleAlan Coopersmith2010-12-071-6/+8
* Merge branch 'master' into input-apiPeter Hutterer2010-10-151-17/+9
|\
| * Fix udev population of Bluetooth input device product IDsChase Douglas2010-09-011-17/+9
* | config: expose config_info as an input option.Peter Hutterer2010-09-011-5/+2
|/
* Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2010-06-111-3/+3