[android-porting] Re: Touchscreen : values,unit...

2010-04-08 Thread Arnaud Frigout
Hi Deva R and Dianne Hackborn, Thanks for the quick reply. Deva R : The driver reports BTN_TOUCH, ABS_X, ABS_Y and ABS_PRESSURE. I know that BTN_TOUCH, ABS_X, ABS_Y must be reported for Android but is it obligatory for ABS_PRESSURE ? What's happen if i don't use the PRESSURE? On the screen in t

[android-porting] Re: Touchscreen : values,unit...

2010-04-09 Thread Arnaud Frigout
Hi Deva R, Do you know what are the minimum and the maximum accepted by Android? (min=0?) Is it 16 bits or 32bits? Thanks you, Best Regards, Arnaud Frigout -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, repl

Re: [android-porting] Re: Touchscreen : values,unit...

2010-04-08 Thread Deva R
Hi, > The driver reports BTN_TOUCH, ABS_X, ABS_Y and ABS_PRESSURE. > I know that BTN_TOUCH, ABS_X, ABS_Y must be reported for Android but > is it obligatory for ABS_PRESSURE ? > What's happen if i don't use the PRESSURE? you can see few drivers in /drivers/input updating just ABS_X, ABS_Y, but n