Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-input.c1442 unsigned int new_tool) in hid_report_set_tool() argument
1444 if (report->tool != new_tool) in hid_report_set_tool()
1447 input_event(input, EV_KEY, new_tool, 1); in hid_report_set_tool()
1448 report->tool = new_tool; in hid_report_set_tool()