Lines Matching refs:get
95 if not device.get("ID_INPUT_TOUCHPAD", 0):
113 0x00: self.udev_device.get("LIBINPUT_FUZZ_00"),
114 0x01: self.udev_device.get("LIBINPUT_FUZZ_01"),
115 0x35: self.udev_device.get("LIBINPUT_FUZZ_35"),
116 0x36: self.udev_device.get("LIBINPUT_FUZZ_36"),
196 0x00: device.udev_device.get("EVDEV_ABS_00"),
197 0x01: device.udev_device.get("EVDEV_ABS_01"),
198 0x35: device.udev_device.get("EVDEV_ABS_35"),
199 0x36: device.udev_device.get("EVDEV_ABS_36"),
381 # Some devices match better on pvr, others on pn, so we get to try both. yay