diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:34:30 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:21:29 -0400 |
commit | b8c21cf697d165999cc21a90e6caa73690ac6190 (patch) | |
tree | 795001ad27187193af60ca856a19790c9c29e122 /drivers/hid/Kconfig | |
parent | 236db47c2b3b69464d50c695ab2ddd516cf64520 (diff) |
HID: add framebuffer support to PicoLCD device
Add framebuffer support to PicoLCD device with use of deferred-io.
Only changed areas of framebuffer get sent to device in order to
save USB bandwidth and especially resources on PicoLCD device or
allow higher refresh rate for a small area. Changed tiles are
determined while updating shadow framebuffer.
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 138ba6a277ee..a813ea9c792d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -265,6 +265,11 @@ config HID_PETALYNX | |||
265 | config HID_PICOLCD | 265 | config HID_PICOLCD |
266 | tristate "PicoLCD (graphic version)" | 266 | tristate "PicoLCD (graphic version)" |
267 | depends on USB_HID | 267 | depends on USB_HID |
268 | select FB_DEFERRED_IO if FB | ||
269 | select FB_SYS_FILLRECT if FB | ||
270 | select FB_SYS_COPYAREA if FB | ||
271 | select FB_SYS_IMAGEBLIT if FB | ||
272 | select FB_SYS_FOPS if FB | ||
268 | ---help--- | 273 | ---help--- |
269 | This provides support for Minibox PicoLCD devices, currently | 274 | This provides support for Minibox PicoLCD devices, currently |
270 | only the graphical ones are supported. | 275 | only the graphical ones are supported. |
@@ -272,8 +277,8 @@ config HID_PICOLCD | |||
272 | This includes support for the following device features: | 277 | This includes support for the following device features: |
273 | - Keypad | 278 | - Keypad |
274 | - Switching between Firmware and Flash mode | 279 | - Switching between Firmware and Flash mode |
275 | Features that are not (yet) supported: | ||
276 | - Framebuffer for monochrome 256x64 display | 280 | - Framebuffer for monochrome 256x64 display |
281 | Features that are not (yet) supported: | ||
277 | - Backlight control | 282 | - Backlight control |
278 | - Contrast control | 283 | - Contrast control |
279 | - IR | 284 | - IR |