示例#1
0
文件: udev.py 项目: Aeva/switchprint
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
示例#2
0
文件: udev.py 项目: Aeva/switchprint
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
示例#3
0
文件: udev.py 项目: Aeva/switchprint
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)
示例#4
0
文件: udev.py 项目: Aeva/switchprint
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)