Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dbase_device.py283 rdesc: Optional[Union[hid.ReportDescriptor, str, bytes]] = None, argument
303 self.rdesc = hid.ReportDescriptor.from_human_descr(rdesc_str) # type: ignore