projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1bbc8
)
Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'
author
Wan ZongShun
<
[email protected]
>
Mon, 19 Jul 2010 05:23:19 +0000
(22:23 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Tue, 20 Jul 2010 04:42:56 +0000
(21:42 -0700)
The name of platfrom device was changed and we need to make driver's
name match in order for it to bind to the device.
Signed-off-by: Wan ZongShun <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/w90p910_keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/w90p910_keypad.c
b/drivers/input/keyboard/w90p910_keypad.c
index 4ef764cc493c06c49fa135e735ed6dcf2e2aa93e..ee2bf6bcf2912becd87c02023cd4477395fbb63d 100644
(file)
--- a/
drivers/input/keyboard/w90p910_keypad.c
+++ b/
drivers/input/keyboard/w90p910_keypad.c
@@
-258,7
+258,7
@@
static struct platform_driver w90p910_keypad_driver = {
.probe = w90p910_keypad_probe,
.remove = __devexit_p(w90p910_keypad_remove),
.driver = {
- .name = "nuc900-k
eypad
",
+ .name = "nuc900-k
pi
",
.owner = THIS_MODULE,
},
};