Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dalps.c97 #define ALPS_FW_BK_1 0x10 /* front & back buttons present */ macro
129 { { 0x63, 0x02, 0x50 }, { ALPS_PROTO_V2, 0xef, 0xef, ALPS_FW_BK_1 } }, /* NEC Versa L320 */
273 if (priv->flags & ALPS_FW_BK_1) { in alps_process_packet_v1_v2()
341 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_process_packet_v1_v2()
3074 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_init()