Go to the documentation of this file.
20 #include <linux/kernel.h>
21 #include <linux/module.h>
30 #define MXM_WMMX_GUID "F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0"
34 #define MXM_WMMX_FUNC_MXDS 0x5344584D
35 #define MXM_WMMX_FUNC_MXMX 0x53445344
50 struct acpi_buffer input = { (acpi_size)
sizeof(args), &args };
54 printk(
"calling mux switch %d\n", adapter);
62 printk(
"mux switched %d\n", status);
75 struct acpi_buffer input = { (acpi_size)
sizeof(args), &args };
79 printk(
"calling mux switch %d\n", adapter);
87 printk(
"mux mutex set switched %d\n", status);
101 static int __init mxm_wmi_init(
void)
106 static void __exit mxm_wmi_exit(
void)