[Bug 317094] Re: evtouch meta bug to collect lshal info
Amit Kucheria
amit.kucheria at canonical.com
Fri May 29 08:38:52 UTC 2009
For everyone that has sent their lshal output to this bug, try the
following:
$ lsusb
Find your vendor id and product id for the touchscreen.
$ modprobe usbtouchscreen
$ sudo sh -c "echo <vendor id> <product id> > /sys/bus/usb/drivers/usbtouchscreen/new_id"
e.g. From my lsusb, one of the entries is:
Bus 005 Device 002: ID 0483:2016 SGS Thomson Microelectronics Fingerprint Reader
So the vendor id is 0483, device id is 2016.
So the above command would become something like:
$ sudo sh -c "echo 0483 2016 > /sys/bus/usb/drivers/newfingerprintdriver/new_id"
Please report back if your touchscreen starts working.
--
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list