2020#include "shared-psy-info.h"
2121#include "x86-android-tablets.h"
2222
23- /* Acer Iconia One 7 B1-750 has an Android factory img with everything hardcoded */
23+ /* Acer Iconia One 7 B1-750 has an Android factory image with everything hardcoded */
2424static const char * const acer_b1_750_mount_matrix [] = {
2525 "-1" , "0" , "0" ,
2626 "0" , "1" , "0" ,
@@ -98,7 +98,7 @@ const struct x86_dev_info acer_b1_750_info __initconst = {
9898 * Advantech MICA-071
9999 * This is a standard Windows tablet, but it has an extra "quick launch" button
100100 * which is not described in the ACPI tables in anyway.
101- * Use the x86-android-tablets infra to create a gpio-button device for this.
101+ * Use the x86-android-tablets infra to create a gpio-keys device for this.
102102 */
103103static const struct x86_gpio_button advantech_mica_071_button __initconst = {
104104 .button = {
@@ -209,7 +209,7 @@ const struct x86_dev_info chuwi_hi8_info __initconst = {
209209 * This comes in both Windows and Android versions and even on Android
210210 * the DSDT is mostly sane. This tablet has 2 extra general purpose buttons
211211 * in the button row with the power + volume-buttons labeled P and F.
212- * Use the x86-android-tablets infra to create a gpio-button device for these.
212+ * Use the x86-android-tablets infra to create a gpio-keys device for these.
213213 */
214214static const struct x86_gpio_button cyberbook_t116_buttons [] __initconst = {
215215 {
@@ -276,7 +276,7 @@ const struct x86_dev_info czc_p10t __initconst = {
276276 .init = czc_p10t_init ,
277277};
278278
279- /* Medion Lifetab S10346 tablets have an Android factory img with everything hardcoded */
279+ /* Medion Lifetab S10346 tablets have an Android factory image with everything hardcoded */
280280static const char * const medion_lifetab_s10346_accel_mount_matrix [] = {
281281 "0" , "1" , "0" ,
282282 "1" , "0" , "0" ,
@@ -305,7 +305,7 @@ static const struct software_node medion_lifetab_s10346_touchscreen_node = {
305305
306306static const struct x86_i2c_client_info medion_lifetab_s10346_i2c_clients [] __initconst = {
307307 {
308- /* kxtj21009 accel */
308+ /* kxtj21009 accelerometer */
309309 .board_info = {
310310 .type = "kxtj21009" ,
311311 .addr = 0x0f ,
@@ -359,7 +359,7 @@ const struct x86_dev_info medion_lifetab_s10346_info __initconst = {
359359 .gpiod_lookup_tables = medion_lifetab_s10346_gpios ,
360360};
361361
362- /* Nextbook Ares 8 (BYT) tablets have an Android factory img with everything hardcoded */
362+ /* Nextbook Ares 8 (BYT) tablets have an Android factory image with everything hardcoded */
363363static const char * const nextbook_ares8_accel_mount_matrix [] = {
364364 "0" , "-1" , "0" ,
365365 "-1" , "0" , "0" ,
@@ -387,7 +387,7 @@ static const struct software_node nextbook_ares8_touchscreen_node = {
387387
388388static const struct x86_i2c_client_info nextbook_ares8_i2c_clients [] __initconst = {
389389 {
390- /* Freescale MMA8653FC accel */
390+ /* Freescale MMA8653FC accelerometer */
391391 .board_info = {
392392 .type = "mma8653" ,
393393 .addr = 0x1d ,
@@ -428,7 +428,7 @@ const struct x86_dev_info nextbook_ares8_info __initconst = {
428428 .gpiod_lookup_tables = nextbook_ares8_gpios ,
429429};
430430
431- /* Nextbook Ares 8A (CHT) tablets have an Android factory img with everything hardcoded */
431+ /* Nextbook Ares 8A (CHT) tablets have an Android factory image with everything hardcoded */
432432static const char * const nextbook_ares8a_accel_mount_matrix [] = {
433433 "1" , "0" , "0" ,
434434 "0" , "-1" , "0" ,
@@ -446,7 +446,7 @@ static const struct software_node nextbook_ares8a_accel_node = {
446446
447447static const struct x86_i2c_client_info nextbook_ares8a_i2c_clients [] __initconst = {
448448 {
449- /* Freescale MMA8653FC accel */
449+ /* Freescale MMA8653FC accelerometer */
450450 .board_info = {
451451 .type = "mma8653" ,
452452 .addr = 0x1d ,
@@ -497,7 +497,7 @@ const struct x86_dev_info nextbook_ares8a_info __initconst = {
497497 * Peaq C1010
498498 * This is a standard Windows tablet, but it has a special Dolby button.
499499 * This button has a WMI interface, but that is broken. Instead of trying to
500- * use the broken WMI interface, instantiate a gpio_keys device for this.
500+ * use the broken WMI interface, instantiate a gpio-keys device for this.
501501 */
502502static const struct x86_gpio_button peaq_c1010_button __initconst = {
503503 .button = {
@@ -521,7 +521,7 @@ const struct x86_dev_info peaq_c1010_info __initconst = {
521521 * Whitelabel (sold as various brands) TM800A550L tablets.
522522 * These tablet's DSDT contains a whole bunch of bogus ACPI I2C devices
523523 * (removed through acpi_quirk_skip_i2c_client_enumeration()) and
524- * the touchscreen fwnode has the wrong GPIOs.
524+ * the touchscreen firmware node has the wrong GPIOs.
525525 */
526526static const char * const whitelabel_tm800a550l_accel_mount_matrix [] = {
527527 "-1" , "0" , "0" ,
@@ -566,7 +566,7 @@ static const struct x86_i2c_client_info whitelabel_tm800a550l_i2c_clients[] __in
566566 .polarity = ACPI_ACTIVE_HIGH ,
567567 },
568568 }, {
569- /* kxcj91008 accel */
569+ /* kxcj91008 accelerometer */
570570 .board_info = {
571571 .type = "kxcj91008" ,
572572 .addr = 0x0f ,
@@ -598,12 +598,12 @@ const struct x86_dev_info whitelabel_tm800a550l_info __initconst = {
598598};
599599
600600/*
601- * The fwnode for ktd2026 on Xaomi pad2. It composed of a RGB LED node
601+ * The firmware node for ktd2026 on Xaomi pad2. It composed of a RGB LED node
602602 * with three subnodes for each color (B/G/R). The RGB LED node is named
603603 * "multi-led" to align with the name in the device tree.
604604 */
605605
606- /* main fwnode for ktd2026 */
606+ /* Main firmware node for ktd2026 */
607607static const struct software_node ktd2026_node = {
608608 .name = "ktd2026" ,
609609};
@@ -665,7 +665,7 @@ static const struct software_node *ktd2026_node_group[] = {
665665};
666666
667667/*
668- * For the LEDs which backlight the menu / home / back capacitive buttons on
668+ * For the LEDs which backlight the Menu / Home / Back capacitive buttons on
669669 * the bottom bezel. These are attached to a TPS61158 LED controller which
670670 * is controlled by the "pwm_soc_lpss_2" PWM output.
671671 */
0 commit comments