(please don't drop any Cc'ed addresses) On Wed, Jun 02, 2010 at 05:28:35PM +0400, Dmitriy Vasil'ev wrote: > thank you for reply, > > I am using custom variant of the Atmel's board at91sam9260-ek. > Yes, I understand how I can attach your driver to my board. > > But how I can use events in user space? > > Do I must using /dev/input/evenX for processing encoder's events? Yes, once the driver is successfully probed, you should see a message in dmesg. Can you post your dmesg output? Depending on your platform_data, you should then get relative or absolute axis information in the /dev/input handle the driver allocated. > How I can translate it to keyboard codes? Up to you, or your userspace application :) > Sorry for my stupid questions. No problem. Just remember to keep the mailing list in the Cc, so others can follow and respond as well. Thanks, Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html