Re: [PATCH v2 2/6] platform/x86: asus-armoury: move existing tunings to asus-armoury module

From: Luke Jones
Date: Sun Aug 11 2024 - 06:40:55 EST


> > +{
> > + return sysfs_emit(buf, "integer\n");
>
> Lukas Wunner might have done something to make emitting constant strings
> easier, please check out if that's already in mainline.

Found it, DEVICE_STRING_ATTR_RO is what you mean?