I would love to create a patch for you, but i don't know how .... I tried to commit the result, but I got :
beaglekernel@beaglekernel-VirtualBox:~/linux-dev/KERNEL$ git commit # On branch v3.8.13-bone35 # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: drivers/input/touchscreen/ti_am335x_tsc.c # no changes added to commit (use "git add" and/or "git commit -a") beaglekernel@beaglekernel-VirtualBox:~/linux-dev/KERNEL$ git commit drivers/input/touchscreen/ti_am335x_tsc.c error: insufficient permission for adding an object to repository database .git/objects error: drivers/input/touchscreen/ti_am335x_tsc.c: failed to insert into database error: unable to index file drivers/input/touchscreen/ti_am335x_tsc.c fatal: updating files failed On Sun, Jan 12, 2014 at 1:35 PM, Will Kostelecky <[email protected]>wrote: > I have the same problem with the LCD7 on Archlinux and would really like > to get it fixed. I can't find the above file on my installation and am > not sure where to look. Or for that matter what to do with the patched > file if I were able to find it. Can someone help with a) telling me where > to look for the right file to patch, and b) tell me how to build a patched > driver? I am not a complete neophyte with Linux (I frequently build apps > from source and can debug build problems) but I dont know where to start > with drivers! > > Thanks, > Will > > > On Thursday, 9 January 2014 07:58:47 UTC, Mickae1 wrote: > >> Lan Kidd, For the patch, I'm sure that Robert Nelson will include it on >> the next release of the kernel, same for Koen ! >> >> Terry Storm, well not really :) , the noise come when you remove your >> finger, always at this time .... when the pressure is not enough we got >> some crazy x and y value .......... >> >> >> On Thu, Jan 9, 2014 at 6:54 AM, Terry Storm <[email protected]> wrote: >> >>> Ditto. >>> >>> Regarding the fix which makes this work 99% of the time... >>> Have you considered the noise could be on the power lines which power >>> the touch screen? >>> One could assume the power rails are meant to be between GND and VCC, >>> however this may not be the case. It then assumes GND is 0 and VCC is Max. >>> Since there are 4 AIN's used, it should be possible to read the voltages... >>> Maybe do some sort of ratio calculation or something. >>> Just a thought. >>> >>> Terry >>> >>> >>> On Thursday, 9 January 2014 07:56:11 UTC+13, Ian Kidd wrote: >>>> >>>> I'm going to be the helpless little girl here and ask for a quick >>>> synopsis of how to apply the patch? I'm not sure where the file is that >>>> gets this Diff, because I can't locate it in /lib/modules. >>>> >>> -- >>> 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/groups/opt_out. >>> >> >> -- > 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/groups/opt_out. > -- 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/groups/opt_out.
