Skip to content

Instantly share code, notes, and snippets.

@twobob
Forked from anonymous/gist:7861224
Created December 8, 2013 18:00
Show Gist options
  • Save twobob/7861233 to your computer and use it in GitHub Desktop.
Save twobob/7861233 to your computer and use it in GitHub Desktop.
# Groups are started by a header line containing the group name enclosed in '[' and ']',
# and ended implicitly by the start of the next group or the end of the file.
# The group common contains features common to all devices, the remaining groups are devices associated with the platform.
# If feature.available=value does not exist its value will be assumed as false by default.
# For example audio.available key not existing means that there is no audio available.
[common]
screen.available=true
screen.dpi=212
screen.resolution.width=758
screen.resolution.height=1024
screen.inverted=1
framebuffer.stride=768
touch.available=true
touch.proc=/proc/touch
frontlight.available=true
wifi.available=true
hall.available=true
adtcp.available=false
oobe.available=true
usb.available=true
flturbobrightness.available=true
[icewine]
wan.available=true
als.available=true
button.keypad.available=true
touch.gripsuppr.available=true
[icewine_wfo]
als.available=true
button.keypad.available=true
touch.gripsuppr.available=true
[pinot]
wan.available=true
[pinot_wfo]
[wario]
als.available=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment