https://github.com/markmandel/psmouse-focaltech-dkms
Attempt to make https://github.com/mgottschlag/linux into a DKMS driver. (May now work)
https://github.com/markmandel/psmouse-focaltech-dkms
Last synced: about 1 year ago
JSON representation
Attempt to make https://github.com/mgottschlag/linux into a DKMS driver. (May now work)
- Host: GitHub
- URL: https://github.com/markmandel/psmouse-focaltech-dkms
- Owner: markmandel
- Created: 2014-10-26T07:02:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T22:34:14.000Z (over 11 years ago)
- Last Synced: 2025-04-10T06:32:33.370Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 378 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# psmouse-focaltech DKMS
## Description
Attempt to turn https://github.com/mgottschlag/linux 's Focaltech driver into a
DKMS Driver for Ubuntu 14.10 (may work on older versions like 14.04)
Tested on 14.10
A .deb package can be download at https://github.com/nieluj/psmouse-focaltech-dkms/releases/download/0.1/psmouse-focaltech-dkms_0.1_all.deb
## Installation instructions
```bash
$ sudo apt-get install dkms
$ cd /tmp
$ git clone https://github.com/nieluj/psmouse-focaltech-dkms.git
$ cd psmouse-focaltech-dkms
$ ./install.sh
```
## Uninstallation
```bash
$ sudo dkms remove psmouse-focaltech/0.1 --all
```