Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py26 class InvalidHIDCommunication(Exception): class
419 raise InvalidHIDCommunication(f"Unexpected report type: {rtype}")
421 raise InvalidHIDCommunication(f"Unexpected report number: {rnum}")
424 raise InvalidHIDCommunication(
H A Dtest_keyboard.py17 class InvalidHIDCommunication(Exception): class