mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Remove attribute group name prefix
This commit is contained in:
parent
97ddaed782
commit
362e16e703
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue