]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r359805:
authorEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 17:56:05 +0000 (17:56 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 17:56:05 +0000 (17:56 +0000)
commitea0358a5d08863995df3f4b306d515058a50ec64
treee800eaf88718f64dd9c5539224922da7a07c4300
parente6a5a10a0a19e46003fd036a46ab4e39b88bc91c
MFC r359805:

gpioctl: Print interrupts capabilities

GPIO drivers who supports interrupts report them in the caps
(obtain via the getcaps method) but gpioctl doesn't know
how to interpret this and print "UNKNOWN" for each one of them.
Even if we don't have userland gpio interrupts support for now
let gpioctl print the supported caps.
usr.sbin/gpioctl/gpioctl.c