extcon: madera: Make micd default ranges more sensible
authorStuart Henderson <stuarth@opensource.wolfsonmicro.com>
Fri, 19 May 2017 12:47:04 +0000 (13:47 +0100)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:27 +0000 (20:22 +0300)
Change-Id: Ie2e75c13b833d9d5797ba603528510e8616e39ab
Signed-off-by: Stuart Henderson <stuarth@opensource.wolfsonmicro.com>
drivers/extcon/extcon-madera.c

index 8f73eb1b22c3a1bb69f4651e8f78d8929266a469..0d338891618c04b2d208603fb4207d8ae6724ea9 100644 (file)
@@ -85,14 +85,13 @@ static const unsigned int madera_default_hpd_pins[4] = {
 };
 
 static struct madera_micd_range madera_micd_default_ranges[] = {
-       { .max =  70, .key = BTN_0 },
-       { .max = 186, .key = BTN_1 },
-       { .max = 295, .key = BTN_2 },
-       { .max = 681, .key = BTN_3 },
-       { .max =  -1, .key = -1 },
-       { .max =  -1, .key = -1 },
-       { .max =  -1, .key = -1 },
-       { .max =  -1, .key = -1 },
+       { .max = 116,  .key = KEY_MEDIA },
+       { .max = 173,  .key = KEY_VOICECOMMAND },
+       { .max = 321,  .key = KEY_VOLUMEUP },
+       { .max = 752,  .key = KEY_VOLUMEDOWN },
+       { .max = 1257, .key = KEY_SEARCH },
+       { .max =  -1,  .key = -1 },
+       { .max =  -1,  .key = -1 },
 };
 
 /* The number of levels in madera_micd_levels valid for button thresholds */