Loading pandora/server/bumble_experimental/hid.py +4 −2 Original line number Diff line number Diff line Loading @@ -654,6 +654,8 @@ def on_set_report_cb(report_id: int, report_type: int, report_size: int, data: b report.report_type = report_type report.report_id = report_id report.report_data = str(data.hex()) if hid_report_queue: hid_report_queue.put_nowait(report) if report_type == Message.ReportType.FEATURE_REPORT: Loading Loading @@ -702,7 +704,7 @@ def on_virtual_cable_unplug_cb(): hid_protoMode_queue = None hid_report_queue = None # This class implements the Hid Pandora interface. class HIDService(HIDServicer): Loading Loading
pandora/server/bumble_experimental/hid.py +4 −2 Original line number Diff line number Diff line Loading @@ -654,6 +654,8 @@ def on_set_report_cb(report_id: int, report_type: int, report_size: int, data: b report.report_type = report_type report.report_id = report_id report.report_data = str(data.hex()) if hid_report_queue: hid_report_queue.put_nowait(report) if report_type == Message.ReportType.FEATURE_REPORT: Loading Loading @@ -702,7 +704,7 @@ def on_virtual_cable_unplug_cb(): hid_protoMode_queue = None hid_report_queue = None # This class implements the Hid Pandora interface. class HIDService(HIDServicer): Loading