How to view installed Input Devices in Linux
How to view installed Input Devices in Linux
Have you ever wondered how you would know what Input Devices are supported and available in your Linux machine?
Follow along and you will learn how you can view all Input Devices.
Open up Terminal and type in, or copy and paste the following command:
cat /proc/bus/input/devices
The expected output is a list of Input Devices that are described by several parameters;
“I:“, “N:“, “P:“, “S:“, “U:“, “H:” && “B:“, each of which represents a descriptive parameter.
You will be surprised when you see some devices in the file that you did not know are considered as Input Devices.
How to view installed Input Devices in Linux
Hacking | thetqweb