Searched refs:ALPS_FW_BK_2 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
D | alps.c | 99 #define ALPS_FW_BK_2 0x20 /* front & back buttons present */ macro 114 …{ { 0x63, 0x02, 0x28 }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_FW_BK_2 } }, /* Fujitsu Siemens S… 121 { { 0x73, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_FW_BK_2 } }, /* Ahtec Laptop */ 273 if (priv->flags & ALPS_FW_BK_2) { 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()
|