Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/hid/tests/
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(
Dtest_keyboard.py17 class InvalidHIDCommunication(Exception): class