Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 757 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 757 Bytes

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