-
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: 186783 b: refs/heads/master c: dd8015f h: refs/heads/master i: 186781: 2d5497d 186779: 90db314 186775: 0437e2c 186767: f249316 186751: 1f8d03b v: v3
- Loading branch information
Bernie Thompson
authored and
Greg Kroah-Hartman
committed
Mar 4, 2010
1 parent
2b48268
commit bcbac01
Showing
3 changed files
with
25 additions
and
5 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: 3e8f3d6fa672896096068296658a769649186150 | ||
refs/heads/master: dd8015f1c83bfde9966c86a5958abd466a304398 |
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,8 +1,14 @@ | ||
config FB_UDL | ||
tristate "Displaylink USB Framebuffer support" | ||
depends on FB && USB | ||
select FB_MODE_HELPERS | ||
select FB_SYS_FILLRECT | ||
select FB_SYS_COPYAREA | ||
select FB_SYS_IMAGEBLIT | ||
select FB_SYS_FOPS | ||
select FB_DEFERRED_IO | ||
---help--- | ||
This is an experimental driver for DisplayLink USB devices | ||
that provides a framebuffer device. A normal framebuffer can | ||
be used with this driver, or xorg can be run on the device | ||
using it. | ||
This is a kernel framebuffer driver for DisplayLink USB devices. | ||
Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
To compile as a module, choose M here: the module name is udlfb. |
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