• H
    Input: serio - add firmware_id sysfs attribute · 0456c66f
    Hans de Goede 提交于
    serio devices exposed via platform firmware interfaces such as ACPI may
    provide additional identifying information of use to userspace.
    
    We don't associate the serio devices with the firmware device (we don't
    set it as parent), so there's no way for userspace to make use of this
    information.
    
    We cannot change the parent for serio devices instantiated though a
    firmware interface as that would break suspend / resume ordering.
    
    Therefore this patch adds a new firmware_id sysfs attribute so that
    userspace can get a string from there with any additional identifying
    information the firmware interface may provide.
    Signed-off-by: NHans de Goede <hdegoede@redhat.com>
    Acked-by: NPeter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
    0456c66f
serio.h 4.1 KB