aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/thinkpad_acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r--drivers/misc/thinkpad_acpi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h
index 7615adb381c..a6c28558586 100644
--- a/drivers/misc/thinkpad_acpi.h
+++ b/drivers/misc/thinkpad_acpi.h
@@ -278,6 +278,8 @@ static int beep_write(char *buf);
278 * Bluetooth subdriver 278 * Bluetooth subdriver
279 */ 279 */
280 280
281#define TPACPI_BLUETH_SYSFS_GROUP "bluetooth"
282
281enum { 283enum {
282 /* ACPI GBDC/SBDC bits */ 284 /* ACPI GBDC/SBDC bits */
283 TP_ACPI_BLUETOOTH_HWPRESENT = 0x01, /* Bluetooth hw available */ 285 TP_ACPI_BLUETOOTH_HWPRESENT = 0x01, /* Bluetooth hw available */
@@ -551,6 +553,8 @@ static int volume_write(char *buf);
551 * Wan subdriver 553 * Wan subdriver
552 */ 554 */
553 555
556#define TPACPI_WAN_SYSFS_GROUP "wwan"
557
554enum { 558enum {
555 /* ACPI GWAN/SWAN bits */ 559 /* ACPI GWAN/SWAN bits */
556 TP_ACPI_WANCARD_HWPRESENT = 0x01, /* Wan hw available */ 560 TP_ACPI_WANCARD_HWPRESENT = 0x01, /* Wan hw available */