also when I do a getevent, this is my output... # getevent add device 1: /dev/input/ event2 name: "Virtual Touchscreen" could not get driver version for /dev/input/mouse0, Not a typewriter add device 2: /dev/input/ event1 name: "TSC2005 touchscreen" could not get driver version for /dev/input/mice, Not a typewriter add device 3: /dev/input/ event0 name: "gpio-keys"
On May 12, 1:02 pm, bridgette <[email protected]> wrote: > Thanks...the driver is being registered. What is the middleware > process that reads these events and passes them to the Android > Framework? > > On May 12, 11:40 am, karthik poduval <[email protected]> > wrote: > > > > > Check if there is a registration with input dev subsystem in the driver and > > see if its passed or failed. There also should be a middle ware process to > > read these events from the input dev and pass them to the Android framework. > > Check if this process is running. > > > -- > > Regards, > > Karthik Poduval > > > On Wed, May 12, 2010 at 11:12 AM, bridgette <[email protected]> wrote: > > > I am using the tsc2005 driver but it is not being recognized. Any > > > suggestions on how to test? > > > > I have printk statements throughout that indicate that it is being > > > initialized but I'd like to test to what happens when I touch the > > > screen and if it is atleast recognizing it. > > > > Thanks. > > > > -- > > > unsubscribe: > > > [email protected]<android-kernel%[email protected]> > > > website:http://groups.google.com/group/android-kernel > > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-kernel > > -- > unsubscribe: [email protected] > website:http://groups.google.com/group/android-kernel -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
