문제

I am beginner to linux, How to get devices information about keyboard, mouse etc connected to my linux machine (using C/java prg)

도움이 되었습니까?

해결책

KeyBoard, Mouse these devices are related to character drivers. You can go into "/proc" and see the devices and driver numbers there Or using "lsmod" command you can see the devices used by system. Or you may use this link "http://www.tldp.org/LDP/lkmpg/2.4/html/x856.html" to know in details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top