mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
added notes about USB autoscan
This commit is contained in:
@@ -121,4 +121,14 @@ before speedup:
|
||||
after speedup:
|
||||
|
||||
16.95
|
||||
16.45
|
||||
16.45
|
||||
|
||||
-------------
|
||||
|
||||
usb auto mount:
|
||||
|
||||
sudo apt install usbmount
|
||||
|
||||
sudo nano /lib/systemd/system/systemd-udevd.service
|
||||
|
||||
change to PrivateMounts=no
|
||||
@@ -638,4 +638,6 @@ def get_pboard_info():
|
||||
return response
|
||||
|
||||
def set_protocol(raw_msg):
|
||||
time.sleep(0.05)
|
||||
pcard_spi.xfer(list(raw_msg))
|
||||
time.sleep(0.05)
|
||||
|
||||
Reference in New Issue
Block a user