[PATCH v3 0/2] input/serio: Add a firmware_id sysfs attribute

2014-04-14 Thread Hans de Goede
Hi All, Here is v3 of my serio firmware_id sysfs attribute patch-set Changes in v2: -Add a helper function to avoid copy/pasting the code for building the firmware_id string from pnp_ids Changes in v3: -Prefix the firmware_id string for 8042-pnp devices which "PNP: " so that it will be easy to

Re: [PATCH v3 0/2] input/serio: Add a firmware_id sysfs attribute

2014-04-19 Thread Dmitry Torokhov
On Mon, Apr 14, 2014 at 12:30:17PM +0200, Hans de Goede wrote: > Hi All, > > Here is v3 of my serio firmware_id sysfs attribute patch-set > > Changes in v2: > -Add a helper function to avoid copy/pasting the code for building > the firmware_id string from pnp_ids > > Changes in v3: > -Prefix th