In all flavors of Linux, we can use a utility called “lsusb” to get information on various USB devices connected.
$ lsusb
The above command lists devices connected to the Linux kernel. See the screenshot attached below.
You can use,
$ lsusb -v
to get more detailed information on the devices connected to the system.