projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d268211
)
Input: i8042 - also set the firmware id for MUXed ports
author
Hans de Goede
<hdegoede@redhat.com>
Thu, 11 Sep 2014 17:13:13 +0000
(10:13 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 12 Sep 2014 06:32:52 +0000
(23:32 -0700)
So that firmware-id matching can be used with multiplexed aux ports too.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/i8042.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/serio/i8042.c
b/drivers/input/serio/i8042.c
index 3807c3e971cca79e6ff42b745409ac418487bb0c..f5a98af3b325c1f3257759e31a450c67b2fa00a5 100644
(file)
--- a/
drivers/input/serio/i8042.c
+++ b/
drivers/input/serio/i8042.c
@@
-1254,6
+1254,8
@@
static int __init i8042_create_aux_port(int idx)
} else {
snprintf(serio->name, sizeof(serio->name), "i8042 AUX%d port", idx);
snprintf(serio->phys, sizeof(serio->phys), I8042_MUX_PHYS_DESC, idx + 1);
+ strlcpy(serio->firmware_id, i8042_aux_firmware_id,
+ sizeof(serio->firmware_id));
}
port->serio = serio;