On Thu, Oct 23, 2014 at 9:04 AM, Arky <
hitma...@gmail.com> wrote:
> What does it take to support more generic touch devices to work with FxOS
> raspberry pi builds.
>
The gonk/android layer we're building on assumes a mostly static HW
configuration (unlike "desktop linux", or Raspbian), so unfortunately it's
a bit hard. I put together a hack in
https://github.com/mozilla-b2g/device-rpi/blob/master/b2g.sh#L11
that could be extended out relatively easily ... but not prettily ;). The
first step is to find drivers for the touchscreen that are compatible with
the Raspberry Pi's kernel.
Cheers,
Chris