Skip to content

add support for my personal azeron gaming keypad

License

Notifications You must be signed in to change notification settings

neon-grim/xpad-noone-azeron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the original upstream xpad driver from the Linux kernel with support for Xbox One controllers removed. If you are running the xone driver you will have to replace the xpad kernel module with this one to retain the functionality of Xbox and Xbox 360 controllers.

⚠️ Changes from upstream xpad are pulled regularly. Pull requests for new devices added to paroj/xpad will not be accepted!

Installation

  1. Unplug your Xbox devices and remove xpad:
sudo modprobe -r xpad
  1. Clone the repository:
git clone https://github.com/medusalix/xpad-noone
  1. Install xpad-noone using the following commands:
sudo cp -r xpad-noone /usr/src/xpad-noone-1.0
sudo dkms install -m xpad-noone -v 1.0
  1. Plug in your Xbox devices and add the module if it is not loaded automatically:
sudo modprobe xpad-noone

About

add support for my personal azeron gaming keypad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%