I am following this article to deauthorized usb:
https://www.kernel.org/doc/Documentation/usb/authorization.txt
The command iI used for de authorization:
-authorization is
sudo sh -c 'echo 0 > /sys/bus/usb/devices/3-2\:1.0/authorized'
Now iI am trying to authorize it, but not able authorize it again.
For authorization, iI am using this command:
sudo sh -c 'echo 1 > /sys/bus/usb/devices/3-2\:1.0/authorized'
I am trying to hack around and trying to find out how this authorization stuff works.
Can someone explain me what am iI doing wrong or is there other way to authorize it again?