[Touch-packages] [Bug 288964] Re: sudo does not work with unbinding usb interface from usbhid driver

2021-12-14 Thread Seth Arnold
ALinuxUser, Xiaofan Chen's example was unbinding the usbhid driver via the /sys/bus/usb/drivers/usbhid/unbind control file -- yours is using /sys/bus/usb/drivers/usb/unbind instead. You probably have to use the control file that corresponds to the driver your device is using. (Check lsusb -t output

[Touch-packages] [Bug 288964] Re: sudo does not work with unbinding usb interface from usbhid driver

2021-12-11 Thread ALinuxUser
I am sorry to necrobump, but I don't get it. $ sudo echo -n '2-3' | tee -a /sys/bus/usb/drivers/usb/unbind Produces, on my system, this: 'tee: unbind: Permission denied'. Similarly if I have used 'su' to obtain root: # echo -n '2-3' | tee -a /sys/bus/usb/drivers/usb/unbind 2-3tee: /sys/bus/usb/d