-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pavel Machek
authored and
Greg Kroah-Hartman
committed
Dec 11, 2009
1 parent
8944a42
commit d049045
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b0a0ccfad85b3657fe999805df65f5cfe634ab8a | ||
refs/heads/master: 7e9bdd0af0fe0b940ff59f4b57c463d63969852b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
* remove support for wakelocks since those are not in mainline | ||
|
||
* camera driver uses old V4L API | ||
|
||
* coding style in some places is lacking | ||
|
||
* gpio_input.c has some features matrix_keypad lacks. They should be | ||
merged to gpio_input, with gpio_input.c removed | ||
|
||
* pmem provides interface for userspace. Needs to be reviewed at least. | ||
|
||
* it is probably possible to simplify touchscreen driver using threaded_irq's. | ||
|
||
* touchscreen driver should be switched to oficial multitouch API |