Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
70 lines (48 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
70 lines (48 loc) · 1.02 KB

deft

A Linux LKM to add support for the 3 function buttons of Elecom DEFT trackballs.

Based on a kernel patch by Yuxuan Shui.

NOTE: Only needed for Linux <4.12. This patch has already been integrated in recent Linux kernels.

Requirements

Linux 4.2+ Kernel headers

Installation

Ubuntu

# add-apt-repository ppa:christian-petrov/deft
# apt-get update
# apt-get install deft-dkms

Arch Linux

$ yaourt deft-dkms

... or use your favorite AUR helper or install the package manually.

Manual

$ cd driver
$ make
# make install

DKMS

$ cd driver
# cp -rv . /usr/src/deft-1.0.2
# dkms install deft/1.0.2

Removal

Ubuntu/Debian

# apt-get remove deft-dkms

Arch Linux

# pacman -R deft-dkms

Manual

# make uninstall

DKMS

# dkms remove deft/1.0.2 --all