Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dtrackpoint.h24 #define TP_MAGIC_IDENT 0x01 /* Sent after a TP_READ_ID followed */ macro
Dtrackpoint.c268 if (param[0] != TP_MAGIC_IDENT) in trackpoint_start_protocol()