Messages in this thread |  | | Date | Tue, 9 Jun 2015 09:50:52 -0700 | From | Dmitry Torokhov <> | Subject | Re: [PATCH 1/3] Input: export LEDs as class devices in sysfs |
| |
On Tue, Jun 09, 2015 at 03:27:34PM +0200, Samuel Thibault wrote: > Samuel Thibault, le Tue 09 Jun 2015 15:19:55 +0200, a écrit : > > > + [LED_NUML] = { "num-lock", VT_TRIGGER("kbd-numlock") }, > > > + [LED_CAPSL] = { "caps-lock", VT_TRIGGER("kbd-capslock") }, > > > + [LED_SCROLLL] = { "scroll-lock", VT_TRIGGER("kbd-scrollock") }, > > > > I'd tend to think we'd want to harmonize the user-visible LED names and > > kbd trigger names, > > And perhaps fix that odd-looking "scrollock"?
If you are talking about LED_SCROLLL then iut is a part of published userspace API and we can only add an alias. If we want to do that I'd do it in a separate patch.
Thanks.
-- Dmitry
|  |