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.landisk | |
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.landisk')
-rw-r--r-- | etc/etc.landisk/MAKEDEV.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md index 169f795b1fe..8c6b074c90c 100644 --- a/etc/etc.landisk/MAKEDEV.md +++ b/etc/etc.landisk/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,landisk)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.48 2020/07/06 06:11:27 dlg Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.49 2021/01/23 05:08:33 thfr Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -65,6 +65,7 @@ _DEV(uall) _DEV(ugen, 70) _DEV(uhid, 65) _DEV(fido, 106) +_DEV(ujoy, 108) _DEV(ulpt, 66) _DEV(usb, 64) _TITLE(spec) |