Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmac_keyb.c552 unsigned char uchButtonSecond; in mouse_input() local
562 uchButtonSecond = (data[2] & 0x80); in mouse_input()
565 if (uchButtonSecond != uch_ButtonStateSecond) { in mouse_input()
566 mac_put_queue(0x3f | uchButtonSecond); in mouse_input()
567 uch_ButtonStateSecond = uchButtonSecond; in mouse_input()