Searched refs:macroKeyEvents (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/input/tablet/ |
D | aiptek.c | 354 static const int macroKeyEvents[] = { variable 514 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 599 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 662 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 700 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 705 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 739 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 744 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 761 input_report_key(inputdev, macroKeyEvents[macro - 1], in aiptek_irq() 765 input_report_key(inputdev, macroKeyEvents[macro + 1], in aiptek_irq() [all …]
|