Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dsynaptics.c777 int agm_packet_type; in synaptics_parse_agm() local
779 agm_packet_type = (buf[5] & 0x30) >> 4; in synaptics_parse_agm()
780 switch (agm_packet_type) { in synaptics_parse_agm()