nut icon indicating copy to clipboard operation
nut copied to clipboard

usbhid-ups: mark *_info types as enumerations

Open clepple opened this issue 11 years ago • 0 comments

For instance, in mge-hid.c, "input.sensitivity" can either be "normal", "high" or "low", but the type is ST_FLAG_RW | ST_FLAG_STRING. Add HU_FLAG_ENUM for similar R/W variables that can only take one of several values.

clepple avatar Jun 19 '14 12:06 clepple