Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py292 rdesc: Optional[Union[hid.ReportDescriptor, str, bytes]] = None, argument
312 self.rdesc = hid.ReportDescriptor.from_human_descr(rdesc_str) # type: ignore