You are not logged in.

#1 2013-03-25 20:30:00

u-foka
Member
Registered: 2012-11-24
Posts: 9

Fujitsu scroll wheel does not function correctly

Hy,

I have a Fujitsu s762 that has a scroll whell or scroll pad or whatever, a little circular touchpad that scrolls up/down on ms windows when you move your finger circularry on it.
This image shows the device: http://www.eclipsecat.com/sites/default … nt_fps.jpg

So this thing is detected by the psmosue driver as a separate event device named "DualPoint Stick" and it sends BTN_MIDDLE events when you try to scroll up, and nothing when down.

Anyone has such device, or any idea how to make it work?

Thanks!

Last edited by u-foka (2013-03-25 20:44:11)

Offline

#2 2013-04-01 08:22:37

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Well, I had to fix it at driver level...

Here is a patched psmouse driver if anyone is interested:
https://aur.archlinux.org/packages/psmo … s-fujitsu/

Offline

#3 2013-04-03 22:33:23

maarts
Member
Registered: 2013-04-03
Posts: 4

Re: Fujitsu scroll wheel does not function correctly

Hi u-foka,

I have a S761 with the same scroll wheel. Now I found your solution, but If I try to compile I get errors.

Do you have an Idea?

DKMS make.log for psmouse-alps-fujitsu-1.0 for kernel 3.2.0-39-generic (x86_64)
Do 4. Apr 00:19:06 CEST 2013
make: Gehe in Verzeichnis '/usr/src/linux-headers-3.2.0-39-generic'
  CC [M]  /var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/psmouse-base.o
  CC [M]  /var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.o
/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.c: In Funktion »set_input_params«:
/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.c:1278:31: Fehler: »INPUT_MT_POINTER« nicht deklariert (erste Benutzung in dieser Funktion)
/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.c:1278:31: Anmerkung: jeder nicht deklarierte Bezeichner wird nur einmal für jede Funktion, in der er vorkommt, gemeldet
/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.c:1278:3: Fehler: zu viele Argumente für Funktion »input_mt_init_slots«
include/linux/input/mt.h:38:5: Anmerkung: hier deklariert
/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.c:1286:3: Fehler: zu viele Argumente für Funktion »input_mt_init_slots«
include/linux/input/mt.h:38:5: Anmerkung: hier deklariert
make[1]: *** [/var/lib/dkms/psmouse/alps-fujitsu-1.0/build/src/synaptics.o] Fehler 1
make: *** [psmouse.ko] Fehler 2
make: Verlasse Verzeichnis '/usr/src/linux-headers-3.2.0-39-generic'

Thanks!

Offline

#4 2013-04-04 05:47:26

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Hy!

The error in your output shows some problem on the synaptics part of the psmouse driver which I never touched, my driver is based on the current linux 3.9 git tree and has only about 15 lines changed in the alps.c and .h files. Maybe your linux-headers package is old.

So first questions are:
Do you have an up2date system? What is your kernel version?

Tamás

Offline

#5 2013-04-04 15:26:35

maarts
Member
Registered: 2013-04-03
Posts: 4

Re: Fujitsu scroll wheel does not function correctly

Hi Tamás,

>Do you have an up2date system? What is your kernel version?

I use the kernel version 3.2 with the Ubuntu 12.04. I do not really want to update the kernel. Do you see a possibility to implement your patch in the linux 3.2?

Thanks,
maarts

Offline

#6 2013-04-04 16:56:41

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Hmm, I can give you the patch, and it should apply fine on linux 3.2, also if I will have some time in the weekend, I can make a ppa for ubuntu 12.04 smile

Offline

#7 2013-04-04 17:08:30

maarts
Member
Registered: 2013-04-03
Posts: 4

Re: Fujitsu scroll wheel does not function correctly

Hi Tamás,

that would be really great!

maarts

Offline

#8 2013-04-04 19:35:24

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Well, there are much more changes than I expected between the two version, so backporting the patch can take a little more time.. I'l tell you when it's ready!

Offline

#9 2013-04-06 20:13:52

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Here is a version for linux 3.2: http://www.eisenberger.hu/~u-foka/psmou … .gz.tar.gz
At least it compiles smile Please report back how it works!

Tamás

Offline

#10 2013-04-07 09:38:41

maarts
Member
Registered: 2013-04-03
Posts: 4

Re: Fujitsu scroll wheel does not function correctly

Hi Tamás,

to compile and install worked just fine. But the scroll wheel doesn't work.

How can I test the scroll wheel?

Thanks,
maarts

Offline

#11 2019-11-15 17:01:23

Linuxgamer21
Member
Registered: 2019-01-25
Posts: 7

Re: Fujitsu scroll wheel does not function correctly

Hi
ur link doesn't work anymore and i'm realy interested in ur driver.
Can u pls repost it?
would by nice.

Offline

#12 2019-11-15 20:43:04

u-foka
Member
Registered: 2012-11-24
Posts: 9

Re: Fujitsu scroll wheel does not function correctly

Hmm that was quite some time ago smile The old server was shut down but I've found that file in one of my old backups..
You can download it from here: http://cloud.iwstudio.hu/index.php/s/Z4xDM6ZGe3iq4FL

That's the last version as I no longer have that machine so haven't maintained the driver since then.

Offline

#13 2019-11-16 13:15:53

Linuxgamer21
Member
Registered: 2019-01-25
Posts: 7

Re: Fujitsu scroll wheel does not function correctly

when I try to compile it i get this:

[s761@s761-pc src]$ make
make -C /lib/modules/5.3.11-1-MANJARO/build M=/home/s761/Downloads/usr/src/psmouse-alps-fujitsu-1.0/src modules
make[1]: Verzeichnis „/usr/lib/modules/5.3.11-1-MANJARO/build“ wird betreten
make[1]: *** Keine Regel, um „modules“ zu erstellen.  Schluss.
make[1]: Verzeichnis „/usr/lib/modules/5.3.11-1-MANJARO/build“ wird verlassen
make: *** [Makefile:35: all] Fehler 2

Offline

Board footer

Powered by FluxBB