Re: [android-porting] eGalax with usbtouchscreen driver

2012-07-03 Thread Goutam Kumar
Hi Luccio, Check in the kernel log similar to below: input: Multi Touch Panel with Controller as /devices/platform/fsl-ehci.1/usb2/2-1/2-1.4/2-1.4:1.0/input/input2 generic-usb 0003:2087:0A02.0001: input: USB HID v1.11 Device [Multi Touch Panel with Controller] on usb-fsl-ehci.1

Re: [android-porting] eGalax with usbtouchscreen driver

2012-07-02 Thread Luccio
Hi Gutam, thanks for reply, can you please give me more details about your suggest ? Best Regards. Le vendredi 29 juin 2012 10:04:19 UTC+2, Goutam Kumar a écrit : > > Hi Luccio, > > Please share and look into the kernel log. I feel the USB TS device is > getting detected as generic usb hid devi

Re: [android-porting] eGalax with usbtouchscreen driver

2012-06-29 Thread Goutam Kumar
Hi Luccio, Please share and look into the kernel log. I feel the USB TS device is getting detected as generic usb hid device. If yes then this need to correct and enable driver for your device. For eGalax support is already available. Regards, Goutam On Thu, Jun 28, 2012 at 5:42 PM, Luccio wrot

[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