Re: [PATCH] Input: rotary_encoder cleanup
From: Daniel Mack <hidden>
Date: 2009-07-01 18:33:47
From: Daniel Mack <hidden>
Date: 2009-07-01 18:33:47
On Tue, Jun 30, 2009 at 11:56:36AM -0400, H Hartley Sweeten wrote:
On Monday, June 29, 2009 7:32 PM, Dmitry Torokhov wrote:quoted
Do we know how many encoders we need to have in the system to start seeing the benefits (given that all these conversions increase text size)?Hmm.. Didn't think about that. How do you determine the text size?
'objdump -h'?
I am trying to work out a clean way to pass an array of encoders from the platform init file so that multiple devices can be handled by the driver. That was what prompted the change.
Hmm, and then report them all via the very same input device? Or register one for each encoder? The latter could easily be done by registering multiple platform_devices with different platform_data, right? Daniel