Searched refs:ADB_MISC (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
H A D | adb.h | 20 #define ADB_MISC 7 /* maybe a monitor */ macro
|
/linux/drivers/macintosh/ |
H A D | adbhid.c | 536 pr_info("Unhandled ADB_MISC event %02x, %02x, %02x, %02x\n", in adbhid_buttons_input() 611 pr_info("Unhandled ADB_MISC event %02x, %02x, %02x, %02x\n", in adbhid_buttons_input() 617 pr_info("Unhandled ADB_MISC event %02x, %02x, %02x, %02x\n", in adbhid_buttons_input() 852 case ADB_MISC: in adbhid_input_register() 958 adb_register(ADB_MISC, 0, &buttons_ids, adbhid_buttons_input); in adbhid_probe()
|