From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: [PATCH v3 0/2] input/serio: Add a firmware_id sysfs attribute Date: Mon, 14 Apr 2014 12:30:17 +0200 Message-ID: <1397471419-31224-1-git-send-email-hdegoede@redhat.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:15448 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754504AbaDNK4a (ORCPT ); Mon, 14 Apr 2014 06:56:30 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Benjamin Tissoires , Peter Hutterer , linux-input@vger.kernel.org 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 differentiate pnp-ids from ie devicetree ids in the future Regards, Hans