Skip to content

Creates a custom USB HID kernel module for kernels below 5.15

Notifications You must be signed in to change notification settings

tiny-pilot/hid-backport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hid-backport

This repo contains a backport of the USB HID fixes in kernel versions 5.15 for systems where the kernel version is 5.10 <= version < 5.15.

The custom kernel module fixes compatibility issues in pre-boot for OS X systems.

Compiling

To compile the modified kernel module, run the following commands:

# Install requirements
sudo apt install \
  -y \
  gcc-arm-linux-gnueabihf \
  bc \
  bison \
  flex \
  git \
  libssl-dev \
  libc6-dev \
  libncurses5-dev \
  make

./compile-module

After the script completes, it will place the compiled module under bin/usb_f_hid.ko.

About

Creates a custom USB HID kernel module for kernels below 5.15

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages