From 864a7c582518538c209f5d81043816b5e2696ca3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 25 Mar 2022 18:35:02 +0200 Subject: change 'native' to 'base' --- hid-tmt300rs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hid-tmt300rs.c b/hid-tmt300rs.c index c5b4655..2c44d1e 100644 --- a/hid-tmt300rs.c +++ b/hid-tmt300rs.c @@ -1199,7 +1199,7 @@ static struct t300rs_alt_modes { char *label; uint16_t mode; } t300rs_modes[] = { - {"native", "T300RS base", 0}, + {"base", "T300RS base", 0}, {"F1", "T300RS with F1 wheel attachment", 1} }; @@ -1212,7 +1212,7 @@ static ssize_t t300rs_alt_mode_show(void *data, char *buf) return -ENODEV; if (t300rs->attachment != T300RS_F1_ATTACHMENT) - /* we only support one native mode */ + /* we only support one base mode */ return scnprintf(buf, PAGE_SIZE, "%s: %s *\n", t300rs_modes[0].id, t300rs_modes[0].label); -- cgit v1.3