Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsynaptics.c1084 static const unsigned char newabs_rel_mask[] = { 0xC0, 0x00, 0x00, 0xC0, 0x00 }; in synaptics_validate_byte() local
1097 return (packet[idx] & newabs_rel_mask[idx]) == newabs_rslt[idx]; in synaptics_validate_byte()