Home
last modified time | relevance | path

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

/src/usr.sbin/moused/moused/ !
H A Dquirks.c125 enum udev_type { enum
154 uint32_t udev_type; member
625 s->match.udev_type = UDEV_TOUCHPAD; in parse_match()
627 s->match.udev_type = UDEV_MOUSE; in parse_match()
629 s->match.udev_type = UDEV_POINTINGSTICK; in parse_match()
631 s->match.udev_type = UDEV_KEYBOARD; in parse_match()
633 s->match.udev_type = UDEV_JOYSTICK; in parse_match()
635 s->match.udev_type = UDEV_TABLET; in parse_match()
637 s->match.udev_type = UDEV_TABLET_PAD; in parse_match()
1576 m->udev_type |= UDEV_MOUSE; in match_fill_udev_type()
[all …]