From 362e16e703d20b2d00fbd105324957049df5bc79 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Mon, 21 Nov 2022 17:00:04 +0100 Subject: [PATCH] Remove attribute group name prefix --- src/uniwill_keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 73b28a3..2296c1e 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -953,7 +953,7 @@ static struct attribute *uw_charging_profile_attrs_list[] = { }; static struct attribute_group uw_charging_profile_attr_group = { - .name = "uw_charging_profile", + .name = "charging_profile", .attrs = uw_charging_profile_attrs_list }; @@ -1048,7 +1048,7 @@ static struct attribute *uw_charging_prio_attrs_list[] = { }; static struct attribute_group uw_charging_prio_attr_group = { - .name = "uw_charging_priority", + .name = "charging_priority", .attrs = uw_charging_prio_attrs_list };