]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
hid: Import hidmap-based drivers written by Greg V
authorVladimir Kondratyev <wulf@FreeBSD.org>
Wed, 14 Oct 2020 22:02:15 +0000 (01:02 +0300)
committerVladimir Kondratyev <wulf@FreeBSD.org>
Thu, 7 Jan 2021 23:18:44 +0000 (02:18 +0300)
commitd97d5c0ce89da10c1de150e0555774dec2ed7aed
treeb57ee644dca1fdefe4ca72eaf43078fafaeced7a
parentafd590d9e56686e179cbbf626ec567aeaaa49199
hid: Import hidmap-based drivers written by Greg V

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)
13 files changed:
share/man/man4/Makefile
share/man/man4/hgame.4 [new file with mode: 0644]
share/man/man4/hpen.4 [new file with mode: 0644]
share/man/man4/xb360gp.4 [new file with mode: 0644]
sys/conf/files
sys/dev/hid/hgame.c [new file with mode: 0644]
sys/dev/hid/hgame.h [new file with mode: 0644]
sys/dev/hid/hpen.c [new file with mode: 0644]
sys/dev/hid/xb360gp.c [new file with mode: 0644]
sys/modules/hid/Makefile
sys/modules/hid/hgame/Makefile [new file with mode: 0644]
sys/modules/hid/hpen/Makefile [new file with mode: 0644]
sys/modules/hid/xb360gp/Makefile [new file with mode: 0644]