summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-device.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29Add an api for early initialization of input udevsubmit/tizen/20201102.045342submit/tizen/20201030.074029accepted/tizen/unified/20201103.051952Hyotaek Shim1-0/+9
2019-07-24libudev: Update list of possible actionsBastien Nocera1-2/+2
2019-06-12libudev: hide definition of struct udev_deviceYu Watanabe1-0/+37
2019-06-12libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe1-21/+34
2019-03-12libudev: use device_get_seqnum() and device_get_action()Yu Watanabe1-20/+7
2018-11-23libudev: drop unnecessary checkZbigniew Jędrzejewski-Szmek1-2/+0
2018-11-22libudev: do not ignore error in udev_list_entry_add()Yu Watanabe1-4/+8
2018-11-22libudev: introduce return_with_errno() and use it where applicableYu Watanabe1-102/+58
2018-11-22libudev-list: drop unused udev argument from udev_list_init()Yu Watanabe1-4/+4
2018-11-20libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe1-1/+1
2018-10-29sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe1-3/+3
2018-09-23sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe1-3/+6
2018-09-11sd-device,libudev: make an argument for *_set_sysattr_value() constYu Watanabe1-1/+1
2018-09-11libudev-device: create sd_device at first in udev_device_new_from_*()Yu Watanabe1-52/+22
2018-09-11libudev-device: coding style fixesYu Watanabe1-55/+27
2018-09-11libudev-device: fix return value of udev_device_has_tag()Yu Watanabe1-3/+2
2018-09-11libudev-device: use original negative errnoYu Watanabe1-1/+1
2018-09-11libudev-device: use structured initializerYu Watanabe1-3/+7
2018-09-11libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicableYu Watanabe1-24/+16
2018-08-23libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...Yu Watanabe1-2/+0
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-4/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-2/+2
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-08tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek1-2/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-08-19libudev: fix typo in commentPeter Hutterer1-1/+1
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø1-1/+1
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen1-1/+1
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-14/+14
2015-06-17libudev: device - fix typo in udev_device_get_sysattr_list_entry()Tom Gundersen1-1/+1
2015-06-02sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen1-1/+2
2015-04-23libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen1-3/+9
2015-04-02libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen1-1480/+328
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen1-12/+44
2015-03-14udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek1-2/+2
2015-03-13udev: make set_usec_initialized() internal to libudevTom Gundersen1-9/+17
2015-03-12libudev: introduce clone_with_db()Tom Gundersen1-0/+14
2015-03-12libudev: introduce udev_device_properties_copy()Tom Gundersen1-0/+15
2015-03-09libudev: udev_device_read_db - drop unused argumentTom Gundersen1-23/+20
2015-03-09libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen1-21/+36
2015-03-09udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen1-0/+8
2015-03-09libudev: private - make property_from_string_parse* staticTom Gundersen1-2/+2
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-26libudev: private - drop some functions from the internal APITom Gundersen1-41/+41
2015-01-26libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen1-0/+45
2015-01-26udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen1-0/+21