Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/mouse/
Dalps.c100 #define ALPS_PS2_INTERLEAVED 0x80 /* 3-byte PS/2 packet interleaved with macro
119 ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Toshiba Tecra A11-11L */
124 …ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Dell Latitude E5500, E6400, E6500, Pr…
1631 if ((priv->flags & ALPS_PS2_INTERLEAVED) && in alps_process_byte()