forked from kreijack/logitech-m560
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (14 loc) · 631 Bytes
/
README
File metadata and controls
21 lines (14 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a beta for a driver for the Logitech mouse M560; this mouse is
designed for Windows 8, and has a non conventional behavior: the mouse
appears as a pair of mouse and keyboard and some buttons
don't emit the standard mouse button event, but instead a combination
of keyboard and mouse button. This prevent a "confortable" use of
this mouse under Linux.
This driver allow to use this mouse like an ordinary mouse. The driver is
based on the source of hid-logitech-hidpp.c Linux driver.
To compile:
$ make
To install:
$ sudo rmmod hid_logitech_hidpp
$ sudo insmod hid-logitech-hidpp.ko
G.Baroncelli <kreijack@inwind.it>