fujitsu u810 - Touchscreen Error During Install
I'm trying to get all the touch screen functions working on my Fujitsu U810 and I'm getting an error. Help
metungkp1@
mkdir: cannot create directory `fujitsu_
metungkp1@
metungkp1@
--2011-05-12 09:42:06-- http://
Resolving sites.google.com... 74.125.224.174, 74.125.224.175, 74.125.224.160, ...
Connecting to sites.google.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://
--2011-05-12 09:42:13-- http://
Connecting to sites.google.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://
--2011-05-12 09:42:13-- http://
Resolving 370321487851318
Connecting to 370321487851318
HTTP request sent, awaiting response... 200 OK
Length: 10655 (10K) [application/
Saving to: `fujitsu-
100%[==
2011-05-12 09:42:14 (148 MB/s) - `fujitsu-
metungkp1@
fujitsu-
fujitsu-
fujitsu-
fujitsu-
fujitsu-
fujitsu-
fujitsu-
fujitsu-
fujitsu-
metungkp1@
metungkp1@
make -C /lib/modules/
make[1]: Entering directory `/usr/src/
CC [M] /home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
/home/metungkp1
make[2]: *** [/home/
make[1]: *** [_module_
make[1]: Leaving directory `/usr/src/
make: *** [fujitsu_
metungkp1@
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu linux Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2011-05-12
- Last reply:
- 2011-05-21
MetungKP (metungkp) said : | #1 |
Anyone?
Nosam (cybergene) said : | #2 |
Hey I've made a patch, but I'm not a kernel module developer so it may contain bugs I'm not aware of.
First you'll need to get this:
http://
Then apply the following patch to fujitsu_
--- a/fujitsu_
+++ b/fujitsu_
@@ -6,9 +6,6 @@
* Derived from USB Acecad "Acecad Flair" tablet driver (acecad.c)
* Derived from USB U810 tablet driver from Julian Brown
*
- * 0.3.9 - 2011.05.21
- * - Updated to work on ubuntu natty [Linux 2.6.38-8] (Nosam)
- *
* 0.3.8 - 2010.10.04
* - Updated to work on Linux 2.6.35 (nerd65536)
*
@@ -63,7 +60,7 @@
/*
* Version Information
*/
-#define DRIVER_VERSION "v0.3.9"
+#define DRIVER_VERSION "v0.3.8"
#define DRIVER_DESC "Fujitsu usb touchscreen driver for u810, u820, p1620, t1010"
#define DRIVER_LICENSE "GPL"
#define DRIVER_AUTHOR "zmiq2 <email address hidden>"
@@ -315,17 +312,13 @@
*/
-
- if (!input_
- input_dev->absinfo = kcalloc(ABS_CNT, sizeof(struct input_absinfo), GFP_KERNEL);
- WARN(!input_
switch (id->driver_info) {
- input_dev-
- input_dev-
- input_dev-
- input_dev-
+ input_dev-
+ input_dev-
+ input_dev-
+ input_dev-
@@ -339,8 +332,8 @@
}
/* 6 pixels of fuzz. The touch panel appears to be quite noisy. */
- input_dev-
- input_dev-
+ input_dev-
+ input_dev-
@@ -360,8 +353,7 @@
return 0;
fail2: usb_free_
- fail1: kfree(input_
- input_free_
+ fail1: input_free_
return err;
@@ -370,11 +362,9 @@
static void usb_u810_
{
struct usb_u810_tablet *u810_tablet = usb_get_
- struct input_dev *dev = u810_tablet->input;
if (u810_tablet) {
- kfree(dev-
Nosam (cybergene) said : | #3 |
Sorry I got the wrong diff earlier.
Just head to the following repo to get the code:
https:/
Can you help with this problem?
Provide an answer of your own, or ask MetungKP for more information if necessary.