Searched refs:ALPS_PASS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 95 #define ALPS_PASS 0x04 /* device has a pass-through port */ macro 107 …{ { 0x32, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, /* Tosh… 118 …{ { 0x63, 0x03, 0xc8 }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, /* Dell… 128 { { 0x20, 0x02, 0x0e }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, 130 { { 0x22, 0x02, 0x0a }, 0x00, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, 131 …{ { 0x22, 0x02, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT } }, /* Dell… 134 ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, 138 ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Toshiba Tecra A11-11L */ 1915 if (priv->flags & ALPS_PASS) in alps_poll() 1921 if (priv->flags & ALPS_PASS) in alps_poll() [all …]
|