Searched refs:has_pen (Results 1 – 1 of 1) sorted by relevance
2350 bool has_xy, has_pen, has_btn_stylus, has_size; in tablet_reject_device() local2354 has_pen = libevdev_has_event_code(evdev, EV_KEY, BTN_TOOL_PEN); in tablet_reject_device()2358 if (has_xy && (has_pen || has_btn_stylus) && has_size) in tablet_reject_device()2365 has_pen ? "" : " pen", in tablet_reject_device()