Re: [PATCH v2] HID: logitech-hidpp: prefix the name with Logitech
From: Jiri Kosina <hidden>
Date: 2014-12-17 09:38:15
Also in:
lkml
From: Jiri Kosina <hidden>
Date: 2014-12-17 09:38:15
Also in:
lkml
On Thu, 11 Dec 2014, Benjamin Tissoires wrote:
Current names are reported as "K750", "M705", and it can be misleading for the users when they look at their input device list. Prefixing the names with "Logitech " makes things better. Signed-off-by: Benjamin Tissoires <redacted> --- Changes in v2: - renamed PREFIX_SIZE into PREFIX_LENGTH - changed "name_length + PREFIX_LENGTH;" into "PREFIX_LENGTH + name_length;" - rebased on Peter's last patch series
Ok, looks reasonable. I was waiting whether someone from Logitech would comment on the prefix check that could be used other than "Logitech". But we can add that later. Applied to for-3.20/logitech, thanks. -- Jiri Kosina SUSE Labs