Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196307
b: refs/heads/master
c: b8c21cf
h: refs/heads/master
i:
  196305: ca593c5
  196303: 2db1610
v: v3
  • Loading branch information
Bruno Prémont authored and Jiri Kosina committed Mar 31, 2010
1 parent 820d0af commit 3a124bd
Show file tree
Hide file tree
Showing 5 changed files with 591 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 236db47c2b3b69464d50c695ab2ddd516cf64520
refs/heads/master: b8c21cf697d165999cc21a90e6caa73690ac6190
17 changes: 17 additions & 0 deletions trunk/Documentation/ABI/testing/sysfs-driver-hid-picolcd
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,20 @@ Description: Make it possible to switch the PicoLCD device between LCD
disconnected and reconnects after above delay (default value
is 5 seconds though this default should not be relied on).


What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/fb_update_rate
Date: March 2010
Contact: Bruno Prémont <bonbons@linux-vserver.org>
Description: Make it possible to adjust defio refresh rate.

Reading: returns list of available refresh rates (expressed in Hz),
the active refresh rate being enclosed in brackets ('[' and ']')

Writing: accepts new refresh rate expressed in integer Hz
within permitted rates.

Note: As device can barely do 2 complete refreshes a second
it only makes sense to adjust this value if only one or two
tiles get changed and it's not appropriate to expect the application
to flush it's tiny changes explicitely at higher than default rate.

7 changes: 6 additions & 1 deletion trunk/drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,20 @@ config HID_PETALYNX
config HID_PICOLCD
tristate "PicoLCD (graphic version)"
depends on USB_HID
select FB_DEFERRED_IO if FB
select FB_SYS_FILLRECT if FB
select FB_SYS_COPYAREA if FB
select FB_SYS_IMAGEBLIT if FB
select FB_SYS_FOPS if FB
---help---
This provides support for Minibox PicoLCD devices, currently
only the graphical ones are supported.

This includes support for the following device features:
- Keypad
- Switching between Firmware and Flash mode
Features that are not (yet) supported:
- Framebuffer for monochrome 256x64 display
Features that are not (yet) supported:
- Backlight control
- Contrast control
- IR
Expand Down
Loading

0 comments on commit 3a124bd

Please sign in to comment.