README 611 B

1234567891011121314151617
  1. Driver for the Xbox/ Xbox 360/ Xbox 360 Wireless/ Xbox One Controllers.
  2. This driver includes the latest changes in the upstream linux kernel
  3. and additionally carries the following staging changes:
  4. * enable debug outputs to ease resolving issues
  5. * some minor code refactoring improving readability
  6. To build the module for a kernel that isn't currently running on the
  7. system pass that kernel's "uname -r" ouput such as:
  8. KERNEL="4.9.0" ./xpad-dkms.SlackBuild
  9. This module will have precedence over the default xpad module included
  10. with Slackware.
  11. This will need to be rebuilt for every new kernel installed.