Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmod_devicetable.h300 #define INPUT_DEVICE_ID_MATCH_VERSION 8 macro
Dinput.h1337 (INPUT_DEVICE_ID_MATCH_DEVICE | INPUT_DEVICE_ID_MATCH_VERSION)
/linux-2.6.39/scripts/mod/
Dfile2alias.c610 ADD(alias, "e", id->flags & INPUT_DEVICE_ID_MATCH_VERSION, id->version); in do_input_entry()
/linux-2.6.39/drivers/input/
Dinput.c875 if (id->flags & INPUT_DEVICE_ID_MATCH_VERSION) in input_match_device()