diff options
author | thfr <thfr@cvs.openbsd.org> | 2021-01-23 05:08:37 +0000 |
---|---|---|
committer | thfr <thfr@cvs.openbsd.org> | 2021-01-23 05:08:37 +0000 |
commit | 465727b6ef872bb6ef291d41b481c48699219736 (patch) | |
tree | 9648626a90aa45244a1e1f8858ecf575d5773998 /etc/etc.amd64/MAKEDEV.md | |
parent | f8fe3070cac839f2df26356a22f41b38716174e1 (diff) |
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
This includes ujoy_hid_is_collection() to work around limitations of
hid_is_collection() until this can be combined without fallout.
input, testing with 8bitdo controller, and ok brynet@
PS4 controller testing, fix for hid_is_collection, and ok mglocker@
Diffstat (limited to 'etc/etc.amd64/MAKEDEV.md')
-rw-r--r-- | etc/etc.amd64/MAKEDEV.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md index a544fae131b..3de86d5bc2e 100644 --- a/etc/etc.amd64/MAKEDEV.md +++ b/etc/etc.amd64/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,amd64)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.76 2020/07/06 06:11:26 dlg Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.77 2021/01/23 05:08:33 thfr Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -60,6 +60,7 @@ _DEV(uall) _DEV(ugen, 63) _DEV(uhid, 62) _DEV(fido, 98) +_DEV(ujoy, 100) _DEV(ulpt, 64) _DEV(usb, 61) _TITLE(spec) |