Following the request from several users, and a little bit late, I have adapted the driver to work on systems with kernel-compiled usbhid module.
The problem was that, in certain cases (fedora and other distributions) the usbhid module is compiled in the kernel, not compiled as a module. In these cases, the prior script that performs the correct binding of the device to the fujitsu_usb_touchscreen module was not working. Also, the previous script, even it was working, was not very polite and was not following correct computer initialization procedures.
You can find the new driver here.
To follow installation instructions, go read this previous post.
Showing posts with label t1010. Show all posts
Showing posts with label t1010. Show all posts
2010-07-20
2009-07-17
Linux on a Fujitsu U810, P1620, T1010, B8260 - Touchscreen IX
An anonymous user has sent a comment where s/he tells me that the fujistu_usb_touchscreen driver is also working for the Fujitsu B8260!
Thanks for the comment; I'll update the docs!
Thanks for the comment; I'll update the docs!
2009-07-15
Linux on a Fujitsu U810, P1620, T1010 - Touchscreen VIII
Following a request from a user, I have adapted the driver to work on a Fujitsu T1010.
The problem was that, for an unknown reason, when running the calibration script, inside the driver code -1 was considered bigger than 94. I think that behavior must be because of some integer sign issues either because the new kernel, either because who knows; the truth is that this comparison works fine in my system, but doesn't on the T1010.
So, if you find that the calibration script doesn't work properly, then update to this newer version and try again.
Thanks to draco, for reporting the driver works on a T1010, for reporting the bug and letting me remote connect to his computer to debug the driver.
uname -a was:
Linux xxx 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12 UTC 2009 x86_64 GNU/Linux
You can find the new driver here.
To follow installation instructions, go read this previous post.
The problem was that, for an unknown reason, when running the calibration script, inside the driver code -1 was considered bigger than 94. I think that behavior must be because of some integer sign issues either because the new kernel, either because who knows; the truth is that this comparison works fine in my system, but doesn't on the T1010.
So, if you find that the calibration script doesn't work properly, then update to this newer version and try again.
Thanks to draco, for reporting the driver works on a T1010, for reporting the bug and letting me remote connect to his computer to debug the driver.
uname -a was:
Linux xxx 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12 UTC 2009 x86_64 GNU/Linux
You can find the new driver here.
To follow installation instructions, go read this previous post.
Subscribe to:
Posts (Atom)