Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dsurface3_spi.c127 int rubber = st & 0x18; in surface3_spi_report_pen() local
128 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen()