-
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: 141343 b: refs/heads/master c: ecf4745 h: refs/heads/master i: 141341: e5f3df4 141339: 22d5024 141335: c549f6c 141327: 62d1b0a 141311: b9f0a2a v: v3
- Loading branch information
Justin Bronder
authored and
Greg Kroah-Hartman
committed
Apr 3, 2009
1 parent
7272373
commit 05d3d10
Showing
7 changed files
with
58 additions
and
47 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: 5f4e925ad70446862097371dc3ba915610493891 | ||
refs/heads/master: ecf474516696c7eb6c2f6bb8dafcf86ebca62713 |
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
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
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,9 @@ | ||
config B3DFG | ||
tristate "Brontes 3d Frame Framegrabber" | ||
default n | ||
---help--- | ||
This driver provides support for the Brontes 3d Framegrabber | ||
PCI card. | ||
|
||
To compile this driver as a module, choose M here. The module | ||
will be called b3dfg. |
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 @@ | ||
obj-$(CONFIG_B3DFG) += b3dfg.o |
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,4 @@ | ||
|
||
- queue/wait buffer presents filltime results for each frame? | ||
- counting of dropped frames | ||
- review endianness |
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