[PATCH] introduce-panic-blink-led-not-using-userspace-omfg.patch
Michael 'Mickey' Lauer
mickey at openmoko.org
Wed Jun 18 14:23:01 CEST 2008
Am Mittwoch 18 Juni 2008 13:34:11 schrieb Andy Green:
> Somebody in the thread at some point said:
> | A panic is silent on GTA02, it would be good if we got a little hint
> |
> | @@ -878,9 +899,9 @@ static struct s3c2410_udc_mach_info gta02_udc_cfg = {
> | };
> |
> | static struct s3c2410_ts_mach_info gta02_ts_cfg = {
> | - .delay = 10000,
> | - .presc = 65,
> | - .oversampling_shift = 5,
> | + .delay = 20000,
> | + .presc = 50000000 / 2500000, /* PCLK / 2.5MHz */
> | + .oversampling_shift = 0, /* averaging, 2^n samples */
> | };
> |
> | /* SPI: LCM control interface attached to Glamo3362 */
>
> This crept into it from the touchscreen meddling, I put it back into the
> right patch in git.
>
> I'm going to have a look at the touchscreen improvement in kernel stuff,
> it seems like it should make some kind of solution.
Cool, please also include tslib in your analysis. The dejitter and variance
plugins do not work for our data -- it seems they need more "base accuracy"
from the ts, so they would be a candidate to improve as well.
--
:M:
More information about the openmoko-kernel
mailing list