runner
runner

Reputation: 601

Event Codes in linux Device Drivers (EVIOCG*)

I have been working on driver code that uses event codes. But I haven't find any documentations regarding event codes in Linux drivers.

One thing I find out that mouse device driver uses this event codes for locating the mouse pointer. And another thing I know of event code is User space may get the current event code values using the EVIOCG* ioctls defined is linux/input.h

I am absolutely a fresher in device driver field.

I need help on under standing event codes in linux drivers

Upvotes: 0

Views: 777

Answers (1)

Related Questions