I have downloaded and installed Cygwin in Windows 8. I connected a USB device and was trying to access it in Cygwin environment.
On typing lsusb i am getting below error. It says lsusb command not found
-bash: lsubs: command not found
I googled and found out that we have to install usbutils if we want to use lsusb. I tried doing it by giving below command but later found out that there is no such package in cygwin package list.
apt-cyg install usbutils
Any idea how to check usb devices connected by giving lsusb in cygwin?