On Thu, Jun 28, 2012 at 12:51:57PM +0800, Daniel Kurtz wrote:
Allow userspace to query firmware ID and board ID, which are read and
cached during device initialization.
Signed-off-by: Daniel Kurtz <redacted>
---
drivers/input/mouse/synaptics.c | 41 +++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
Since there is no common way to extract the firmware id for input
devices, any userland code that wants to use these sysfs nodes needs
to know about the details of this specific driver. I am not sure the
usefulness of it all outweighs the complication it incurs. It would be
good to hear about the rationale for inclusion here.
Thanks,
Henrik