Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

matega/hid_mimouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED

This fix was mainlined a couple of months after I published this. You shouldn't need to build this module by hand any more.

https://github.com/torvalds/linux/blob/master/drivers/hid/hid-xiaomi.c

hid_mimouse

Fixes Mi Silent Mouse side buttons.

Prerequisites (on Ubuntu, Debian)

$ sudo apt install build-essential linux-headers-generic dkms

(If you use a non-generic kernel, you should install the headers for that. DKMS is optional.)

Building

$ make

Installing

$ sudo make install

DKMS

$ sudo dkms add .
$ sudo dkms install hid_mimouse/1.0

Uninstalling

$ make uninstall

Uninstalling DKMS

$ sudo dkms remove hid_mimouse/1.0 --all

About

Fixes Mi Silent Mouse side buttons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published