Searched refs:ALPS_FW_BK_2 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/mouse/ |
D | alps.c | 98 #define ALPS_FW_BK_2 0x20 /* front & back buttons present */ macro 127 …{ { 0x63, 0x02, 0x28 }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_FW_BK_2 } }, /* Fujitsu Siemens S6010 … 135 { { 0x73, 0x02, 0x14 }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_FW_BK_2 } }, /* Ahtec Laptop */ 278 if (priv->flags & ALPS_FW_BK_2) { in alps_process_packet_v1_v2() 341 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_process_packet_v1_v2() 3080 if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { in alps_init()
|