projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8310e
)
Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDs
author
Dmitry Torokhov
<dtor@insightbb.com>
Wed, 25 Apr 2007 04:40:53 +0000
(
00:40
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Wed, 25 Apr 2007 04:40:53 +0000
(
00:40
-0400)
Add PNP IDs for Fujitsu touchscreen/touchpad for AUX port
detection to latch onto.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h
patch
|
blob
|
history
diff --git
a/drivers/input/serio/i8042-x86ia64io.h
b/drivers/input/serio/i8042-x86ia64io.h
index 196cdf5c7e70eb38c38bf02d154c2c51beb5a6cd..6858bc58f0fdb40e6da447decd63db5f162377b5 100644
(file)
--- a/
drivers/input/serio/i8042-x86ia64io.h
+++ b/
drivers/input/serio/i8042-x86ia64io.h
@@
-302,6
+302,8
@@
static struct pnp_driver i8042_pnp_kbd_driver = {
};
static struct pnp_device_id pnp_aux_devids[] = {
+ { .id = "FJC6000", .driver_data = 0 },
+ { .id = "FJC6001", .driver_data = 0 },
{ .id = "PNP0f03", .driver_data = 0 },
{ .id = "PNP0f0b", .driver_data = 0 },
{ .id = "PNP0f0e", .driver_data = 0 },