[android-porting] Re: Android ICS bar in i.Mx6

2012-06-28 Thread Vishveshwar
Hi, In AOSP code 800x480 is taken as a phone display and not tablet display. You have to force-enable the Navigation bar. There is a patchset in rowboat android project to enable navigation bar for Landscape displays in phone mode: https://groups.google.com/d/topic/rowboat/_9IYwTL4y84/discussio

[android-porting] eGalax with usbtouchscreen driver

2012-06-28 Thread Luccio
Hi, i am trying to add my eGalax capacitive touchscreen to my platform, for that i build the usbtouchscreen driver and i add the idc file with idVendor,idProduct of my eGalax. However the touchscreen is handled by the usbhid driver. How can make it working with the usbtouhscreen driver ? here i

Re: [android-porting] touchscreen kernel driver integration for ICS

2012-06-28 Thread Matthias Brugger
Hi Luccio, On 06/27/2012 07:08 PM, Luccio wrote: Hi Matthias, here is the entry which i added in the kconfig : config TOUCHSCREEN_ZXY100_USB tristate "Zytronic usb touchscreen driver" depends on ZXY100 && ZXY100_MESSAGES && ZXY100_SYSFS help Say Y here if you have a Zytro

Re: [android-porting] usb touchscreen on ICS

2012-06-28 Thread Holger Schurig
There are more USB touchscreen drivers that can store calibration data in EEPROM, e.g. the DMC TSC-10/25. I know, because I contributed the part to handle this USB touchscreen controller into the kernel :-) > > > But in my application I kept the calibration data in the filesystem, and the hard