Hi, I'm trying to get the touchscreen (idVendor=0408, idProduct=3001, USB) to work with ICS and pandaboard, but no success In Froyo and Gingerbread everything worked with quanta driver (i tested it with android-x86 platform).
*My hardware:* Pandaboard ES rev. B1 LCD Acer t231h with usb touchscreen 0408:3001 I've done this: *Compile kernel with:* #Acer T231H CONFIG_HID_QUANTA=y CONFIG_HID=y CONFIG_USB_HID=y *When I turn on debug in HID:* echo 1 > /sys/module/hid/parameters/debug *Dmesg in Android ICS on pandaboard after connect the touchscreen:* [ 131.272521] usb 1-1.3: new full speed USB device number 6 using ehci-omap [ 131.449798] usb 1-1.3: New USB device found, idVendor=0408, idProduct=3001 [ 131.458068] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 131.466491] usb 1-1.3: Product: T231H [ 131.470733] usb 1-1.3: Manufacturer: Acer [ 131.498504] drivers/hid/usbhid/hid-core.c: HID probe called for ifnum 0 [ 131.506561] drivers/hid/usbhid/hid-quirks.c: Found squirk 0x8 for USB HID vendor 0x408 prod 0x3001 *Dmesg after connecting the touchscreen to my laptop:* (Opensuse 12.1 32bit, also tested in Ubuntu 12.04 64bit) [27014.108072] usb 6-1: new full speed USB device number 3 using uhci_hcd [27014.458336] usb 6-1: New USB device found, idVendor=0408, idProduct=3001 [27014.458346] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [27014.458353] usb 6-1: Product: T231H [27014.458358] usb 6-1: Manufacturer: Acer [27014.461420] /home/abuild/rpmbuild/BUILD/kernel-default-3.1.9/linux-3.1/drivers/hid/usbhid/hid-core.c: HID probe called for ifnum 0 [27014.461435] /home/abuild/rpmbuild/BUILD/kernel-default-3.1.9/linux-3.1/drivers/hid/usbhid/hid-quirks.c: Found squirk 0x8 for USB HID vendor 0x408 prod 0x3001 [27014.461555] /home/abuild/rpmbuild/BUILD/kernel-default-3.1.9/linux-3.1/drivers/hid/usbhid/hid-quirks.c: Found squirk 0x8 for USB HID vendor 0x408 prod 0x3001 [27014.509960] input: Acer T231H as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input11 [27014.510376] quanta-touch 0003:0408:3001.0003: input,hidraw1: USB HID v1.10 Device [Acer T231H] on usb-0000:00:1d.1-1/input0 I tried to get it worked for several days with no success. Any help is appreceated Thank you Jiri -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
