On Mon, Jul 27, 2015 at 9:00 AM, Peter Gregory <[email protected]> wrote: > Thanks Robert. > I can be patient. > I just needed to know if this is a known issue and if it was fixable with a > configuration file or install program. > I would be happy to help if I can, but I am not that familiar with kernel > code. > I am experienced in C, C++, C#, Java.
So the driver is here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/input/touchscreen/ti_am335x_tsc.c The main read is here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/input/touchscreen/ti_am335x_tsc.c#n213 we mostly read the raw values, with no real filtering.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
