@@ -0,0 +1,7 @@
#!/usr/bin/python
# Note: pip install pyusb
from usb.core import find as finddev
dev = finddev(idVendor=0x8087, idProduct=0x0a2b)
dev.reset()
The note is not visible to the blocked user.