Home
last modified time | relevance | path

Searched refs:udev_type (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Dquirks.c120 enum udev_type { enum
148 uint32_t udev_type; member
613 s->match.udev_type = UDEV_TOUCHPAD; in parse_match()
615 s->match.udev_type = UDEV_MOUSE; in parse_match()
617 s->match.udev_type = UDEV_POINTINGSTICK; in parse_match()
619 s->match.udev_type = UDEV_KEYBOARD; in parse_match()
621 s->match.udev_type = UDEV_JOYSTICK; in parse_match()
623 s->match.udev_type = UDEV_TABLET; in parse_match()
625 s->match.udev_type = UDEV_TABLET_PAD; in parse_match()
1331 enum udev_type flag; in match_fill_udev_type()
[all …]