Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dalps.c98 #define ALPS_FW_BK_1 0x10 /* front & back buttons present */ macro
116 { { 0x63, 0x02, 0x50 }, 0x00, { ALPS_PROTO_V2, 0xef, 0xef, ALPS_FW_BK_1 } }, /* NEC Versa L320 */
268 if (priv->flags & ALPS_FW_BK_1) { in alps_process_packet_v1_v2()
336 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_process_packet_v1_v2()
2900 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_init()