aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/hgame/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules/hid/*: Fix standalone buildSHENG-YI HONG2024-11-291-0/+1
| | | | | | Co-authored-by: Daniel Schaefer <dhs@frame.work> Reviewed by: imp, wulf Differential Revision: https://reviews.freebsd.org/D47830
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* hid: Import hidmap-based drivers written by Greg VVladimir Kondratyev2021-01-071-0/+9
This change includes: hpen - Generic / MS Windows compatible HID pen tablet driver. hgame - Generic game controller and joystick driver. xb360gp - Xbox360-compatible game controller driver. Submitted by: Greg V <greg_unrelenting.technology> Reviewed by: hselasky (as part of D27993)