Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161285
b: refs/heads/master
c: fb962e1
h: refs/heads/master
i:
  161283: 5d3efbd
v: v3
  • Loading branch information
Wan ZongShun authored and Dmitry Torokhov committed Aug 21, 2009
1 parent d4b1a90 commit 51b4086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc69f4a6af49ee69475dc4217924d9edf77760e0
refs/heads/master: fb962e1e1772df163358832476e6091d1660ba9f
6 changes: 3 additions & 3 deletions trunk/drivers/input/keyboard/w90p910_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static struct platform_driver w90p910_keypad_driver = {
.probe = w90p910_keypad_probe,
.remove = __devexit_p(w90p910_keypad_remove),
.driver = {
.name = "w90p910-keypad",
.name = "nuc900-keypad",
.owner = THIS_MODULE,
},
};
Expand All @@ -286,6 +286,6 @@ module_init(w90p910_keypad_init);
module_exit(w90p910_keypad_exit);

MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>");
MODULE_DESCRIPTION("w90p910 keypad driver!");
MODULE_DESCRIPTION("w90p910 keypad driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:w90p910-keypad");
MODULE_ALIAS("platform:nuc900-keypad");

0 comments on commit 51b4086

Please sign in to comment.