-
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.
yaml --- r: 226408 b: refs/heads/master c: abfd013 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Dec 30, 2010
1 parent
6c749d4
commit 47adf77
Showing
3 changed files
with
14 additions
and
4 deletions.
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: 6a23a520c07ba556ea2317b1f72f3d2eb002f991 | ||
refs/heads/master: abfd013b665d21f57bc4b2e455b23c4cece0df9f |
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
The binding between hdpvr and lirc_zilog is currently disabled, | ||
due to an OOPS reported a few years ago when both the hdpvr and cx18 | ||
drivers were loaded in his system. More details can be seen at: | ||
http://www.mail-archive.com/linux-media@vger.kernel.org/msg09163.html | ||
More tests need to be done, in order to fix the reported issue. | ||
|
||
There's a conflict between ir-kbd-i2c: Both provide support for RX events. | ||
Such conflict needs to be fixed, before moving it out of staging. | ||
|
||
The way I2C probe works, it will try to register the driver twice, one | ||
for RX and another for TX. The logic needs to be fixed to avoid such | ||
issue. | ||
|