Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3985327 authored by Corentin Chary's avatar Corentin Chary Committed by Len Brown
Browse files

asus-laptop: version bump and lindent



Version bump, lindent, etc ..

Signed-off-by: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 832d9950
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#include <acpi/acpi_bus.h>
#include <asm/uaccess.h>

#define ASUS_LAPTOP_VERSION "0.41"
#define ASUS_LAPTOP_VERSION "0.42"

#define ASUS_HOTK_NAME          "Asus Laptop Support"
#define ASUS_HOTK_CLASS         "hotkey"
@@ -149,7 +149,7 @@ ASUS_HANDLE(display_set, ASUS_HOTK_PREFIX "SDSP");
ASUS_HANDLE(display_get, "\\_SB.PCI0.P0P1.VGA.GETD",	/*  A6B, A6K A6R A7D F3JM L4R M6R A3G
							   M6A M6V VX-1 V6J V6V W3Z */
	    "\\_SB.PCI0.P0P2.VGA.GETD",	/* A3E A4K, A4D A4L A6J A7J A8J Z71V M9V
					   S5A M5A z33A W1Jc W2V */
					   S5A M5A z33A W1Jc W2V G1 */
	    "\\_SB.PCI0.P0P3.VGA.GETD",	/* A6V A6Q */
	    "\\_SB.PCI0.P0PA.VGA.GETD",	/* A6T, A6M */
	    "\\_SB.PCI0.PCI1.VGAC.NMAP",	/* L3C */
@@ -285,7 +285,8 @@ static int read_wireless_status(int mask)
	return (hotk->status & mask) ? 1 : 0;
}

static int read_gps_status(void) {
static int read_gps_status(void)
{
	ulong status;
	acpi_status rv = AE_OK;