Lines Matching refs:reportID
192 self, x, y, pressure, buttons=None, toolid=None, proximity=None, reportID=None argument
219 reportID = reportID or self.default_reportID
230 return super().create_report(report, reportID=reportID)
232 def create_report_heartbeat(self, reportID): argument
241 return super().create_report(report, reportID=reportID)
243 def create_report_pad(self, reportID, ring, ek0): argument
262 return super().create_report(report, reportID=reportID)
280 def event_heartbeat(self, reportID): argument
284 r = self.create_report_heartbeat(reportID)
288 def event_pad(self, reportID, ring=None, ek0=None): argument
292 r = self.create_report_pad(reportID, ring, ek0)
843 uhdev.event_pad(reportID=17, ring=0, ek0=1),
852 uhdev.event_pad(reportID=17, ring=1, ek0=1),
857 uhdev.event_pad(reportID=17, ring=2, ek0=0),