Skip to content

jainjain/hid-acer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hid-acer kernel module

Acer keyboards e.g. in Acer SW5-012 use synaptics touchpad USB ID (06cb:2968 and 06CB:2991) and have the following issue:

  • The report descriptor specifies an excessively large number of usages and logical max (2^16), which is more than HID_MAX_USAGES. This prevents proper parsing of the report descriptor.

Known broken keyboards

  • 06CB:2968
    • Acer SW5-012
  • 06CB:2991
    • Acer SW5-171

Build / Install

git clone https://github.com/SWW13/hid-acer.git
cd hid-acer
make
sudo make install

Uninstall

sudo make uninstall

About

Acer HID Quirks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 2.3%