summaryrefslogtreecommitdiff
path: root/src/path-seat.c
Commit message (Expand)AuthorAgeFilesLines
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-241-1/+1
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-021-8/+8
* remove extra parameter in path_disable_device()weizhixiang2020-09-161-4/+3
* path-seat.c: remove unused includesKonstantin Kharlamov2019-09-131-2/+0
* path: add helper function to destroy a devicePeter Hutterer2019-06-111-12/+13
* path: initialize the quirks context after error checkingPeter Hutterer2019-06-111-7/+7
* path: factor out the seat creation into a helper functionPeter Hutterer2019-06-111-20/+39
* path: drop the separate header, not necessaryPeter Hutterer2019-06-111-1/+16
* path: limit path device nodes to PATH_MAX charactersPeter Hutterer2019-02-111-0/+7
* path: don't leak the udev device on failurePeter Hutterer2018-11-071-3/+2
* libinput: initialize the quirks subsystemPeter Hutterer2018-06-081-0/+7
* path: if the udev device is never initialized, bailPeter Hutterer2018-01-091-1/+1
* Add safe_strdup()Peter Hutterer2017-07-121-4/+3
* Abort if zalloc ever failsPeter Hutterer2017-07-121-7/+1
* evdev: standardize log messsagesPeter Hutterer2017-02-241-5/+10
* path: parse the WL_OUTPUT property for patch devices tooPeter Hutterer2017-02-091-1/+4
* path: remove unncessary declarationPeter Hutterer2017-02-011-2/+0
* path: remove unused declaration of path_input_process_eventPeter Hutterer2017-02-011-1/+0
* evdev: add a wrapper to get the evdev device from a libinput devicePeter Hutterer2017-01-311-3/+3
* Rename path.(c|h) to path-seat.(c|h)Peter Hutterer2017-01-161-0/+385