Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1 | /* |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 2 | * eeepc-laptop.c - Asus Eee PC extras |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 3 | * |
| 4 | * Based on asus_acpi.c as patched for the Eee PC by Asus: |
| 5 | * ftp://ftp.asus.com/pub/ASUS/EeePC/701/ASUS_ACPI_071126.rar |
| 6 | * Based on eee.c from eeepc-linux |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by |
| 10 | * the Free Software Foundation; either version 2 of the License, or |
| 11 | * (at your option) any later version. |
| 12 | * |
| 13 | * This program is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. |
| 17 | */ |
| 18 | |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 19 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| 20 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 21 | #include <linux/kernel.h> |
| 22 | #include <linux/module.h> |
| 23 | #include <linux/init.h> |
| 24 | #include <linux/types.h> |
| 25 | #include <linux/platform_device.h> |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 26 | #include <linux/backlight.h> |
| 27 | #include <linux/fb.h> |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 28 | #include <linux/hwmon.h> |
| 29 | #include <linux/hwmon-sysfs.h> |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 30 | #include <acpi/acpi_drivers.h> |
| 31 | #include <acpi/acpi_bus.h> |
| 32 | #include <linux/uaccess.h> |
Matthew Garrett | a195dcd | 2008-08-19 12:13:20 +0100 | [diff] [blame] | 33 | #include <linux/input.h> |
| 34 | #include <linux/rfkill.h> |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 35 | #include <linux/pci.h> |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 36 | #include <linux/pci_hotplug.h> |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 37 | #include <linux/leds.h> |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 38 | |
| 39 | #define EEEPC_LAPTOP_VERSION "0.1" |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 40 | #define EEEPC_LAPTOP_NAME "Eee PC Hotkey Driver" |
| 41 | #define EEEPC_LAPTOP_FILE "eeepc" |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 42 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 43 | #define EEEPC_ACPI_CLASS "hotkey" |
| 44 | #define EEEPC_ACPI_DEVICE_NAME "Hotkey" |
| 45 | #define EEEPC_ACPI_HID "ASUS010" |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 46 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 47 | MODULE_AUTHOR("Corentin Chary, Eric Cooper"); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 48 | MODULE_DESCRIPTION(EEEPC_LAPTOP_NAME); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 49 | MODULE_LICENSE("GPL"); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 50 | |
| 51 | /* |
| 52 | * Definitions for Asus EeePC |
| 53 | */ |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 54 | #define NOTIFY_BRN_MIN 0x20 |
| 55 | #define NOTIFY_BRN_MAX 0x2f |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 56 | |
| 57 | enum { |
| 58 | DISABLE_ASL_WLAN = 0x0001, |
| 59 | DISABLE_ASL_BLUETOOTH = 0x0002, |
| 60 | DISABLE_ASL_IRDA = 0x0004, |
| 61 | DISABLE_ASL_CAMERA = 0x0008, |
| 62 | DISABLE_ASL_TV = 0x0010, |
| 63 | DISABLE_ASL_GPS = 0x0020, |
| 64 | DISABLE_ASL_DISPLAYSWITCH = 0x0040, |
| 65 | DISABLE_ASL_MODEM = 0x0080, |
Corentin Chary | b7b700d | 2009-06-16 19:28:52 +0000 | [diff] [blame] | 66 | DISABLE_ASL_CARDREADER = 0x0100, |
| 67 | DISABLE_ASL_3G = 0x0200, |
| 68 | DISABLE_ASL_WIMAX = 0x0400, |
| 69 | DISABLE_ASL_HWCF = 0x0800 |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 70 | }; |
| 71 | |
| 72 | enum { |
| 73 | CM_ASL_WLAN = 0, |
| 74 | CM_ASL_BLUETOOTH, |
| 75 | CM_ASL_IRDA, |
| 76 | CM_ASL_1394, |
| 77 | CM_ASL_CAMERA, |
| 78 | CM_ASL_TV, |
| 79 | CM_ASL_GPS, |
| 80 | CM_ASL_DVDROM, |
| 81 | CM_ASL_DISPLAYSWITCH, |
| 82 | CM_ASL_PANELBRIGHT, |
| 83 | CM_ASL_BIOSFLASH, |
| 84 | CM_ASL_ACPIFLASH, |
| 85 | CM_ASL_CPUFV, |
| 86 | CM_ASL_CPUTEMPERATURE, |
| 87 | CM_ASL_FANCPU, |
| 88 | CM_ASL_FANCHASSIS, |
| 89 | CM_ASL_USBPORT1, |
| 90 | CM_ASL_USBPORT2, |
| 91 | CM_ASL_USBPORT3, |
| 92 | CM_ASL_MODEM, |
| 93 | CM_ASL_CARDREADER, |
Corentin Chary | b7b700d | 2009-06-16 19:28:52 +0000 | [diff] [blame] | 94 | CM_ASL_3G, |
| 95 | CM_ASL_WIMAX, |
| 96 | CM_ASL_HWCF, |
| 97 | CM_ASL_LID, |
| 98 | CM_ASL_TYPE, |
| 99 | CM_ASL_PANELPOWER, /*P901*/ |
| 100 | CM_ASL_TPD |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 101 | }; |
| 102 | |
Adrian Bunk | 1410946 | 2008-06-25 19:25:47 +0300 | [diff] [blame] | 103 | static const char *cm_getv[] = { |
Jonathan McDowell | 3af9bfc | 2008-12-03 20:31:11 +0000 | [diff] [blame] | 104 | "WLDG", "BTHG", NULL, NULL, |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 105 | "CAMG", NULL, NULL, NULL, |
| 106 | NULL, "PBLG", NULL, NULL, |
| 107 | "CFVG", NULL, NULL, NULL, |
| 108 | "USBG", NULL, NULL, "MODG", |
Corentin Chary | b7b700d | 2009-06-16 19:28:52 +0000 | [diff] [blame] | 109 | "CRDG", "M3GG", "WIMG", "HWCF", |
| 110 | "LIDG", "TYPE", "PBPG", "TPDG" |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 111 | }; |
| 112 | |
Adrian Bunk | 1410946 | 2008-06-25 19:25:47 +0300 | [diff] [blame] | 113 | static const char *cm_setv[] = { |
Jonathan McDowell | 3af9bfc | 2008-12-03 20:31:11 +0000 | [diff] [blame] | 114 | "WLDS", "BTHS", NULL, NULL, |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 115 | "CAMS", NULL, NULL, NULL, |
| 116 | "SDSP", "PBLS", "HDPS", NULL, |
| 117 | "CFVS", NULL, NULL, NULL, |
| 118 | "USBG", NULL, NULL, "MODS", |
Corentin Chary | b7b700d | 2009-06-16 19:28:52 +0000 | [diff] [blame] | 119 | "CRDS", "M3GS", "WIMS", NULL, |
| 120 | NULL, NULL, "PBPS", "TPDS" |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 121 | }; |
| 122 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 123 | struct key_entry { |
| 124 | char type; |
| 125 | u8 code; |
| 126 | u16 keycode; |
| 127 | }; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 128 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 129 | enum { KE_KEY, KE_END }; |
| 130 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 131 | static const struct key_entry eeepc_keymap[] = { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 132 | /* Sleep already handled via generic ACPI code */ |
| 133 | {KE_KEY, 0x10, KEY_WLAN }, |
| 134 | {KE_KEY, 0x11, KEY_WLAN }, |
| 135 | {KE_KEY, 0x12, KEY_PROG1 }, |
| 136 | {KE_KEY, 0x13, KEY_MUTE }, |
| 137 | {KE_KEY, 0x14, KEY_VOLUMEDOWN }, |
| 138 | {KE_KEY, 0x15, KEY_VOLUMEUP }, |
Corentin Chary | b39b85e74 | 2009-12-03 07:45:13 +0000 | [diff] [blame^] | 139 | {KE_KEY, 0x16, KEY_DISPLAY_OFF }, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 140 | {KE_KEY, 0x1a, KEY_COFFEE }, |
| 141 | {KE_KEY, 0x1b, KEY_ZOOM }, |
| 142 | {KE_KEY, 0x1c, KEY_PROG2 }, |
| 143 | {KE_KEY, 0x1d, KEY_PROG3 }, |
| 144 | {KE_KEY, NOTIFY_BRN_MIN, KEY_BRIGHTNESSDOWN }, |
| 145 | {KE_KEY, NOTIFY_BRN_MAX, KEY_BRIGHTNESSUP }, |
| 146 | {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, |
| 147 | {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, |
| 148 | {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE }, |
Corentin Chary | b39b85e74 | 2009-12-03 07:45:13 +0000 | [diff] [blame^] | 149 | {KE_KEY, 0x37, KEY_F13 }, /* Disable Touchpad */ |
| 150 | {KE_KEY, 0x38, KEY_F14 }, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 151 | {KE_END, 0}, |
| 152 | }; |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 153 | |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 154 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 155 | /* |
| 156 | * This is the main structure, we can use it to store useful information |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 157 | */ |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 158 | struct eeepc_laptop { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 159 | acpi_handle handle; /* the handle of the acpi device */ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 160 | u32 cm_supported; /* the control methods supported |
| 161 | by this BIOS */ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 162 | u16 event_count[128]; /* count for each event */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 163 | |
| 164 | struct platform_device *platform_device; |
| 165 | struct device *hwmon_device; |
| 166 | struct backlight_device *backlight_device; |
| 167 | |
Matthew Garrett | a195dcd | 2008-08-19 12:13:20 +0100 | [diff] [blame] | 168 | struct input_dev *inputdev; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 169 | struct key_entry *keymap; |
| 170 | |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 171 | struct rfkill *wlan_rfkill; |
| 172 | struct rfkill *bluetooth_rfkill; |
Corentin Chary | 3cd530b | 2009-06-25 13:25:42 +0200 | [diff] [blame] | 173 | struct rfkill *wwan3g_rfkill; |
Corentin Chary | d1ec9c3 | 2009-08-28 12:56:41 +0000 | [diff] [blame] | 174 | struct rfkill *wimax_rfkill; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 175 | |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 176 | struct hotplug_slot *hotplug_slot; |
Alan Jenkins | dcf443b | 2009-08-28 12:56:33 +0000 | [diff] [blame] | 177 | struct mutex hotplug_lock; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 178 | |
| 179 | struct led_classdev tpd_led; |
| 180 | int tpd_led_wk; |
| 181 | struct workqueue_struct *led_workqueue; |
| 182 | struct work_struct tpd_led_work; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 183 | }; |
| 184 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 185 | /* |
| 186 | * ACPI Helpers |
| 187 | */ |
Alan Jenkins | 6b188a7 | 2009-12-03 07:45:02 +0000 | [diff] [blame] | 188 | static int write_acpi_int(acpi_handle handle, const char *method, int val) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 189 | { |
| 190 | struct acpi_object_list params; |
| 191 | union acpi_object in_obj; |
| 192 | acpi_status status; |
| 193 | |
| 194 | params.count = 1; |
| 195 | params.pointer = &in_obj; |
| 196 | in_obj.type = ACPI_TYPE_INTEGER; |
| 197 | in_obj.integer.value = val; |
| 198 | |
Alan Jenkins | 6b188a7 | 2009-12-03 07:45:02 +0000 | [diff] [blame] | 199 | status = acpi_evaluate_object(handle, (char *)method, ¶ms, NULL); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 200 | return (status == AE_OK ? 0 : -1); |
| 201 | } |
| 202 | |
| 203 | static int read_acpi_int(acpi_handle handle, const char *method, int *val) |
| 204 | { |
| 205 | acpi_status status; |
Matthew Wilcox | 27663c5 | 2008-10-10 02:22:59 -0400 | [diff] [blame] | 206 | unsigned long long result; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 207 | |
| 208 | status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); |
| 209 | if (ACPI_FAILURE(status)) { |
| 210 | *val = -1; |
| 211 | return -1; |
| 212 | } else { |
| 213 | *val = result; |
| 214 | return 0; |
| 215 | } |
| 216 | } |
| 217 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 218 | static int set_acpi(struct eeepc_laptop *eeepc, int cm, int value) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 219 | { |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 220 | const char *method = cm_setv[cm]; |
| 221 | |
| 222 | if (method == NULL) |
| 223 | return -ENODEV; |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 224 | if ((eeepc->cm_supported & (0x1 << cm)) == 0) |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 225 | return -ENODEV; |
| 226 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 227 | if (write_acpi_int(eeepc->handle, method, value)) |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 228 | pr_warning("Error writing %s\n", method); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 229 | return 0; |
| 230 | } |
| 231 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 232 | static int get_acpi(struct eeepc_laptop *eeepc, int cm) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 233 | { |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 234 | const char *method = cm_getv[cm]; |
| 235 | int value; |
| 236 | |
| 237 | if (method == NULL) |
| 238 | return -ENODEV; |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 239 | if ((eeepc->cm_supported & (0x1 << cm)) == 0) |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 240 | return -ENODEV; |
| 241 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 242 | if (read_acpi_int(eeepc->handle, method, &value)) |
Alan Jenkins | 13f7002 | 2009-12-03 07:44:59 +0000 | [diff] [blame] | 243 | pr_warning("Error reading %s\n", method); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 244 | return value; |
| 245 | } |
| 246 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 247 | static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, acpi_handle *handle) |
| 248 | { |
| 249 | const char *method = cm_setv[cm]; |
| 250 | acpi_status status; |
| 251 | |
| 252 | if (method == NULL) |
| 253 | return -ENODEV; |
| 254 | if ((eeepc->cm_supported & (0x1 << cm)) == 0) |
| 255 | return -ENODEV; |
| 256 | |
| 257 | status = acpi_get_handle(eeepc->handle, (char *)method, |
| 258 | handle); |
| 259 | if (status != AE_OK) { |
| 260 | pr_warning("Error finding %s\n", method); |
| 261 | return -ENODEV; |
| 262 | } |
| 263 | return 0; |
| 264 | } |
| 265 | |
| 266 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 267 | /* |
| 268 | * Sys helpers |
| 269 | */ |
| 270 | static int parse_arg(const char *buf, unsigned long count, int *val) |
| 271 | { |
| 272 | if (!count) |
| 273 | return 0; |
| 274 | if (sscanf(buf, "%i", val) != 1) |
| 275 | return -EINVAL; |
| 276 | return count; |
| 277 | } |
| 278 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 279 | static ssize_t store_sys_acpi(struct device *dev, int cm, |
| 280 | const char *buf, size_t count) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 281 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 282 | struct eeepc_laptop *eeepc = dev_get_drvdata(dev); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 283 | int rv, value; |
| 284 | |
| 285 | rv = parse_arg(buf, count, &value); |
| 286 | if (rv > 0) |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 287 | value = set_acpi(eeepc, cm, value); |
Corentin Chary | f36509e | 2009-06-25 13:25:40 +0200 | [diff] [blame] | 288 | if (value < 0) |
Alan Jenkins | 6dff29b | 2009-12-03 07:44:45 +0000 | [diff] [blame] | 289 | return -EIO; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 290 | return rv; |
| 291 | } |
| 292 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 293 | static ssize_t show_sys_acpi(struct device *dev, int cm, char *buf) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 294 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 295 | struct eeepc_laptop *eeepc = dev_get_drvdata(dev); |
| 296 | int value = get_acpi(eeepc, cm); |
Corentin Chary | f36509e | 2009-06-25 13:25:40 +0200 | [diff] [blame] | 297 | |
| 298 | if (value < 0) |
Alan Jenkins | 6dff29b | 2009-12-03 07:44:45 +0000 | [diff] [blame] | 299 | return -EIO; |
Corentin Chary | f36509e | 2009-06-25 13:25:40 +0200 | [diff] [blame] | 300 | return sprintf(buf, "%d\n", value); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 301 | } |
| 302 | |
Alan Jenkins | 6dff29b | 2009-12-03 07:44:45 +0000 | [diff] [blame] | 303 | #define EEEPC_CREATE_DEVICE_ATTR(_name, _mode, _cm) \ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 304 | static ssize_t show_##_name(struct device *dev, \ |
| 305 | struct device_attribute *attr, \ |
| 306 | char *buf) \ |
| 307 | { \ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 308 | return show_sys_acpi(dev, _cm, buf); \ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 309 | } \ |
| 310 | static ssize_t store_##_name(struct device *dev, \ |
| 311 | struct device_attribute *attr, \ |
| 312 | const char *buf, size_t count) \ |
| 313 | { \ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 314 | return store_sys_acpi(dev, _cm, buf, count); \ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 315 | } \ |
| 316 | static struct device_attribute dev_attr_##_name = { \ |
| 317 | .attr = { \ |
| 318 | .name = __stringify(_name), \ |
Alan Jenkins | 6dff29b | 2009-12-03 07:44:45 +0000 | [diff] [blame] | 319 | .mode = _mode }, \ |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 320 | .show = show_##_name, \ |
| 321 | .store = store_##_name, \ |
| 322 | } |
| 323 | |
Alan Jenkins | 6dff29b | 2009-12-03 07:44:45 +0000 | [diff] [blame] | 324 | EEEPC_CREATE_DEVICE_ATTR(camera, 0644, CM_ASL_CAMERA); |
| 325 | EEEPC_CREATE_DEVICE_ATTR(cardr, 0644, CM_ASL_CARDREADER); |
| 326 | EEEPC_CREATE_DEVICE_ATTR(disp, 0200, CM_ASL_DISPLAYSWITCH); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 327 | |
| 328 | struct eeepc_cpufv { |
| 329 | int num; |
| 330 | int cur; |
| 331 | }; |
| 332 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 333 | static int get_cpufv(struct eeepc_laptop *eeepc, struct eeepc_cpufv *c) |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 334 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 335 | c->cur = get_acpi(eeepc, CM_ASL_CPUFV); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 336 | c->num = (c->cur >> 8) & 0xff; |
| 337 | c->cur &= 0xff; |
| 338 | if (c->cur < 0 || c->num <= 0 || c->num > 12) |
| 339 | return -ENODEV; |
| 340 | return 0; |
| 341 | } |
| 342 | |
| 343 | static ssize_t show_available_cpufv(struct device *dev, |
| 344 | struct device_attribute *attr, |
| 345 | char *buf) |
| 346 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 347 | struct eeepc_laptop *eeepc = dev_get_drvdata(dev); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 348 | struct eeepc_cpufv c; |
| 349 | int i; |
| 350 | ssize_t len = 0; |
| 351 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 352 | if (get_cpufv(eeepc, &c)) |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 353 | return -ENODEV; |
| 354 | for (i = 0; i < c.num; i++) |
| 355 | len += sprintf(buf + len, "%d ", i); |
| 356 | len += sprintf(buf + len, "\n"); |
| 357 | return len; |
| 358 | } |
| 359 | |
| 360 | static ssize_t show_cpufv(struct device *dev, |
| 361 | struct device_attribute *attr, |
| 362 | char *buf) |
| 363 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 364 | struct eeepc_laptop *eeepc = dev_get_drvdata(dev); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 365 | struct eeepc_cpufv c; |
| 366 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 367 | if (get_cpufv(eeepc, &c)) |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 368 | return -ENODEV; |
| 369 | return sprintf(buf, "%#x\n", (c.num << 8) | c.cur); |
| 370 | } |
| 371 | |
| 372 | static ssize_t store_cpufv(struct device *dev, |
| 373 | struct device_attribute *attr, |
| 374 | const char *buf, size_t count) |
| 375 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 376 | struct eeepc_laptop *eeepc = dev_get_drvdata(dev); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 377 | struct eeepc_cpufv c; |
| 378 | int rv, value; |
| 379 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 380 | if (get_cpufv(eeepc, &c)) |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 381 | return -ENODEV; |
| 382 | rv = parse_arg(buf, count, &value); |
| 383 | if (rv < 0) |
| 384 | return rv; |
| 385 | if (!rv || value < 0 || value >= c.num) |
| 386 | return -EINVAL; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 387 | set_acpi(eeepc, CM_ASL_CPUFV, value); |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 388 | return rv; |
| 389 | } |
| 390 | |
| 391 | static struct device_attribute dev_attr_cpufv = { |
| 392 | .attr = { |
| 393 | .name = "cpufv", |
| 394 | .mode = 0644 }, |
| 395 | .show = show_cpufv, |
| 396 | .store = store_cpufv |
| 397 | }; |
| 398 | |
| 399 | static struct device_attribute dev_attr_available_cpufv = { |
| 400 | .attr = { |
| 401 | .name = "available_cpufv", |
| 402 | .mode = 0444 }, |
| 403 | .show = show_available_cpufv |
| 404 | }; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 405 | |
| 406 | static struct attribute *platform_attributes[] = { |
| 407 | &dev_attr_camera.attr, |
| 408 | &dev_attr_cardr.attr, |
| 409 | &dev_attr_disp.attr, |
Grigori Goronzy | 158ca1d | 2009-04-27 09:23:40 +0200 | [diff] [blame] | 410 | &dev_attr_cpufv.attr, |
Corentin Chary | b31d0fd | 2009-06-16 19:28:56 +0000 | [diff] [blame] | 411 | &dev_attr_available_cpufv.attr, |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 412 | NULL |
| 413 | }; |
| 414 | |
| 415 | static struct attribute_group platform_attribute_group = { |
| 416 | .attrs = platform_attributes |
| 417 | }; |
| 418 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 419 | static int eeepc_platform_init(struct eeepc_laptop *eeepc) |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 420 | { |
| 421 | int result; |
| 422 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 423 | eeepc->platform_device = platform_device_alloc(EEEPC_LAPTOP_FILE, -1); |
| 424 | if (!eeepc->platform_device) |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 425 | return -ENOMEM; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 426 | platform_set_drvdata(eeepc->platform_device, eeepc); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 427 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 428 | result = platform_device_add(eeepc->platform_device); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 429 | if (result) |
| 430 | goto fail_platform_device; |
| 431 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 432 | result = sysfs_create_group(&eeepc->platform_device->dev.kobj, |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 433 | &platform_attribute_group); |
| 434 | if (result) |
| 435 | goto fail_sysfs; |
| 436 | return 0; |
| 437 | |
| 438 | fail_sysfs: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 439 | platform_device_del(eeepc->platform_device); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 440 | fail_platform_device: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 441 | platform_device_put(eeepc->platform_device); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 442 | return result; |
| 443 | } |
| 444 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 445 | static void eeepc_platform_exit(struct eeepc_laptop *eeepc) |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 446 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 447 | sysfs_remove_group(&eeepc->platform_device->dev.kobj, |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 448 | &platform_attribute_group); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 449 | platform_device_unregister(eeepc->platform_device); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 450 | } |
| 451 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 452 | /* |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 453 | * LEDs |
| 454 | */ |
| 455 | /* |
| 456 | * These functions actually update the LED's, and are called from a |
| 457 | * workqueue. By doing this as separate work rather than when the LED |
| 458 | * subsystem asks, we avoid messing with the Asus ACPI stuff during a |
| 459 | * potentially bad time, such as a timer interrupt. |
| 460 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 461 | static void tpd_led_update(struct work_struct *work) |
| 462 | { |
| 463 | struct eeepc_laptop *eeepc; |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 464 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 465 | eeepc = container_of(work, struct eeepc_laptop, tpd_led_work); |
| 466 | |
| 467 | set_acpi(eeepc, CM_ASL_TPD, eeepc->tpd_led_wk); |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 468 | } |
| 469 | |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 470 | static void tpd_led_set(struct led_classdev *led_cdev, |
| 471 | enum led_brightness value) |
| 472 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 473 | struct eeepc_laptop *eeepc; |
| 474 | |
| 475 | eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); |
| 476 | |
| 477 | eeepc->tpd_led_wk = (value > 0) ? 1 : 0; |
| 478 | queue_work(eeepc->led_workqueue, &eeepc->tpd_led_work); |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 479 | } |
| 480 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 481 | static int eeepc_led_init(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 482 | { |
| 483 | int rv; |
| 484 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 485 | if (get_acpi(eeepc, CM_ASL_TPD) == -ENODEV) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 486 | return 0; |
| 487 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 488 | eeepc->led_workqueue = create_singlethread_workqueue("led_workqueue"); |
| 489 | if (!eeepc->led_workqueue) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 490 | return -ENOMEM; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 491 | INIT_WORK(&eeepc->tpd_led_work, tpd_led_update); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 492 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 493 | eeepc->tpd_led.name = "eeepc::touchpad"; |
| 494 | eeepc->tpd_led.brightness_set = tpd_led_set; |
| 495 | eeepc->tpd_led.max_brightness = 1; |
| 496 | |
| 497 | rv = led_classdev_register(&eeepc->platform_device->dev, |
| 498 | &eeepc->tpd_led); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 499 | if (rv) { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 500 | destroy_workqueue(eeepc->led_workqueue); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 501 | return rv; |
| 502 | } |
| 503 | |
| 504 | return 0; |
| 505 | } |
| 506 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 507 | static void eeepc_led_exit(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 508 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 509 | if (eeepc->tpd_led.dev) |
| 510 | led_classdev_unregister(&eeepc->tpd_led); |
| 511 | if (eeepc->led_workqueue) |
| 512 | destroy_workqueue(eeepc->led_workqueue); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 513 | } |
| 514 | |
| 515 | |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 516 | /* |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 517 | * PCI hotplug (for wlan rfkill) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 518 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 519 | static bool eeepc_wlan_rfkill_blocked(struct eeepc_laptop *eeepc) |
Matthew Garrett | a195dcd | 2008-08-19 12:13:20 +0100 | [diff] [blame] | 520 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 521 | if (get_acpi(eeepc, CM_ASL_WLAN) == 1) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 522 | return false; |
| 523 | return true; |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 524 | } |
| 525 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 526 | static void eeepc_rfkill_hotplug(struct eeepc_laptop *eeepc) |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 527 | { |
| 528 | struct pci_dev *dev; |
Alan Jenkins | 6d41839 | 2009-08-28 12:56:32 +0000 | [diff] [blame] | 529 | struct pci_bus *bus; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 530 | bool blocked = eeepc_wlan_rfkill_blocked(eeepc); |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 531 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 532 | if (eeepc->wlan_rfkill) |
| 533 | rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); |
Alan Jenkins | 6d41839 | 2009-08-28 12:56:32 +0000 | [diff] [blame] | 534 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 535 | mutex_lock(&eeepc->hotplug_lock); |
Alan Jenkins | dcf443b | 2009-08-28 12:56:33 +0000 | [diff] [blame] | 536 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 537 | if (eeepc->hotplug_slot) { |
Alan Jenkins | 07e84aa | 2009-08-28 12:56:34 +0000 | [diff] [blame] | 538 | bus = pci_find_bus(0, 1); |
| 539 | if (!bus) { |
| 540 | pr_warning("Unable to find PCI bus 1?\n"); |
Alan Jenkins | dcf443b | 2009-08-28 12:56:33 +0000 | [diff] [blame] | 541 | goto out_unlock; |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 542 | } |
Alan Jenkins | 07e84aa | 2009-08-28 12:56:34 +0000 | [diff] [blame] | 543 | |
| 544 | if (!blocked) { |
| 545 | dev = pci_get_slot(bus, 0); |
| 546 | if (dev) { |
| 547 | /* Device already present */ |
| 548 | pci_dev_put(dev); |
| 549 | goto out_unlock; |
| 550 | } |
| 551 | dev = pci_scan_single_device(bus, 0); |
| 552 | if (dev) { |
| 553 | pci_bus_assign_resources(bus); |
| 554 | if (pci_bus_add_device(dev)) |
| 555 | pr_err("Unable to hotplug wifi\n"); |
| 556 | } |
| 557 | } else { |
| 558 | dev = pci_get_slot(bus, 0); |
| 559 | if (dev) { |
| 560 | pci_remove_bus_device(dev); |
| 561 | pci_dev_put(dev); |
| 562 | } |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 563 | } |
| 564 | } |
Alan Jenkins | dcf443b | 2009-08-28 12:56:33 +0000 | [diff] [blame] | 565 | |
| 566 | out_unlock: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 567 | mutex_unlock(&eeepc->hotplug_lock); |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 568 | } |
| 569 | |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 570 | static void eeepc_rfkill_notify(acpi_handle handle, u32 event, void *data) |
| 571 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 572 | struct eeepc_laptop *eeepc = data; |
| 573 | |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 574 | if (event != ACPI_NOTIFY_BUS_CHECK) |
| 575 | return; |
| 576 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 577 | eeepc_rfkill_hotplug(eeepc); |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 578 | } |
| 579 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 580 | static int eeepc_register_rfkill_notifier(struct eeepc_laptop *eeepc, |
| 581 | char *node) |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 582 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 583 | acpi_status status; |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 584 | acpi_handle handle; |
| 585 | |
| 586 | status = acpi_get_handle(NULL, node, &handle); |
| 587 | |
| 588 | if (ACPI_SUCCESS(status)) { |
| 589 | status = acpi_install_notify_handler(handle, |
| 590 | ACPI_SYSTEM_NOTIFY, |
| 591 | eeepc_rfkill_notify, |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 592 | eeepc); |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 593 | if (ACPI_FAILURE(status)) |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 594 | pr_warning("Failed to register notify on %s\n", node); |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 595 | } else |
| 596 | return -ENODEV; |
| 597 | |
| 598 | return 0; |
| 599 | } |
| 600 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 601 | static void eeepc_unregister_rfkill_notifier(struct eeepc_laptop *eeepc, |
| 602 | char *node) |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 603 | { |
| 604 | acpi_status status = AE_OK; |
| 605 | acpi_handle handle; |
| 606 | |
| 607 | status = acpi_get_handle(NULL, node, &handle); |
| 608 | |
| 609 | if (ACPI_SUCCESS(status)) { |
| 610 | status = acpi_remove_notify_handler(handle, |
| 611 | ACPI_SYSTEM_NOTIFY, |
| 612 | eeepc_rfkill_notify); |
| 613 | if (ACPI_FAILURE(status)) |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 614 | pr_err("Error removing rfkill notify handler %s\n", |
Matthew Garrett | 5740294 | 2009-01-20 16:17:48 +0100 | [diff] [blame] | 615 | node); |
| 616 | } |
| 617 | } |
| 618 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 619 | static int eeepc_get_adapter_status(struct hotplug_slot *hotplug_slot, |
| 620 | u8 *value) |
| 621 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 622 | struct eeepc_laptop *eeepc = hotplug_slot->private; |
| 623 | int val = get_acpi(eeepc, CM_ASL_WLAN); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 624 | |
| 625 | if (val == 1 || val == 0) |
| 626 | *value = val; |
| 627 | else |
| 628 | return -EINVAL; |
| 629 | |
| 630 | return 0; |
| 631 | } |
| 632 | |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 633 | static void eeepc_cleanup_pci_hotplug(struct hotplug_slot *hotplug_slot) |
| 634 | { |
| 635 | kfree(hotplug_slot->info); |
| 636 | kfree(hotplug_slot); |
| 637 | } |
| 638 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 639 | static struct hotplug_slot_ops eeepc_hotplug_slot_ops = { |
| 640 | .owner = THIS_MODULE, |
| 641 | .get_adapter_status = eeepc_get_adapter_status, |
| 642 | .get_power_status = eeepc_get_adapter_status, |
| 643 | }; |
| 644 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 645 | static int eeepc_setup_pci_hotplug(struct eeepc_laptop *eeepc) |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 646 | { |
| 647 | int ret = -ENOMEM; |
| 648 | struct pci_bus *bus = pci_find_bus(0, 1); |
| 649 | |
| 650 | if (!bus) { |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 651 | pr_err("Unable to find wifi PCI bus\n"); |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 652 | return -ENODEV; |
| 653 | } |
| 654 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 655 | eeepc->hotplug_slot = kzalloc(sizeof(struct hotplug_slot), GFP_KERNEL); |
| 656 | if (!eeepc->hotplug_slot) |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 657 | goto error_slot; |
| 658 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 659 | eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 660 | GFP_KERNEL); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 661 | if (!eeepc->hotplug_slot->info) |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 662 | goto error_info; |
| 663 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 664 | eeepc->hotplug_slot->private = eeepc; |
| 665 | eeepc->hotplug_slot->release = &eeepc_cleanup_pci_hotplug; |
| 666 | eeepc->hotplug_slot->ops = &eeepc_hotplug_slot_ops; |
| 667 | eeepc_get_adapter_status(eeepc->hotplug_slot, |
| 668 | &eeepc->hotplug_slot->info->adapter_status); |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 669 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 670 | ret = pci_hp_register(eeepc->hotplug_slot, bus, 0, "eeepc-wifi"); |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 671 | if (ret) { |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 672 | pr_err("Unable to register hotplug slot - %d\n", ret); |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 673 | goto error_register; |
| 674 | } |
| 675 | |
| 676 | return 0; |
| 677 | |
| 678 | error_register: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 679 | kfree(eeepc->hotplug_slot->info); |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 680 | error_info: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 681 | kfree(eeepc->hotplug_slot); |
| 682 | eeepc->hotplug_slot = NULL; |
Corentin Chary | 2b121bc | 2009-06-25 13:25:36 +0200 | [diff] [blame] | 683 | error_slot: |
| 684 | return ret; |
| 685 | } |
| 686 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 687 | /* |
| 688 | * Rfkill devices |
| 689 | */ |
| 690 | static int eeepc_rfkill_set(void *data, bool blocked) |
| 691 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 692 | acpi_handle handle = data; |
| 693 | |
| 694 | return write_acpi_int(handle, NULL, !blocked); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 695 | } |
| 696 | |
| 697 | static const struct rfkill_ops eeepc_rfkill_ops = { |
| 698 | .set_block = eeepc_rfkill_set, |
| 699 | }; |
| 700 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 701 | static int eeepc_new_rfkill(struct eeepc_laptop *eeepc, |
| 702 | struct rfkill **rfkill, |
| 703 | const char *name, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 704 | enum rfkill_type type, int cm) |
| 705 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 706 | acpi_handle handle; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 707 | int result; |
| 708 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 709 | result = acpi_setter_handle(eeepc, cm, &handle); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 710 | if (result < 0) |
| 711 | return result; |
| 712 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 713 | *rfkill = rfkill_alloc(name, &eeepc->platform_device->dev, type, |
| 714 | &eeepc_rfkill_ops, handle); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 715 | |
| 716 | if (!*rfkill) |
| 717 | return -EINVAL; |
| 718 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 719 | rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 720 | result = rfkill_register(*rfkill); |
| 721 | if (result) { |
| 722 | rfkill_destroy(*rfkill); |
| 723 | *rfkill = NULL; |
| 724 | return result; |
| 725 | } |
| 726 | return 0; |
| 727 | } |
| 728 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 729 | static void eeepc_rfkill_exit(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 730 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 731 | eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P5"); |
| 732 | eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P6"); |
| 733 | eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P7"); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 734 | if (eeepc->wlan_rfkill) { |
| 735 | rfkill_unregister(eeepc->wlan_rfkill); |
| 736 | rfkill_destroy(eeepc->wlan_rfkill); |
| 737 | eeepc->wlan_rfkill = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 738 | } |
| 739 | /* |
| 740 | * Refresh pci hotplug in case the rfkill state was changed after |
| 741 | * eeepc_unregister_rfkill_notifier() |
| 742 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 743 | eeepc_rfkill_hotplug(eeepc); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 744 | if (eeepc->hotplug_slot) |
| 745 | pci_hp_deregister(eeepc->hotplug_slot); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 746 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 747 | if (eeepc->bluetooth_rfkill) { |
| 748 | rfkill_unregister(eeepc->bluetooth_rfkill); |
| 749 | rfkill_destroy(eeepc->bluetooth_rfkill); |
| 750 | eeepc->bluetooth_rfkill = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 751 | } |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 752 | if (eeepc->wwan3g_rfkill) { |
| 753 | rfkill_unregister(eeepc->wwan3g_rfkill); |
| 754 | rfkill_destroy(eeepc->wwan3g_rfkill); |
| 755 | eeepc->wwan3g_rfkill = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 756 | } |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 757 | if (eeepc->wimax_rfkill) { |
| 758 | rfkill_unregister(eeepc->wimax_rfkill); |
| 759 | rfkill_destroy(eeepc->wimax_rfkill); |
| 760 | eeepc->wimax_rfkill = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 761 | } |
| 762 | } |
| 763 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 764 | static int eeepc_rfkill_init(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 765 | { |
| 766 | int result = 0; |
| 767 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 768 | mutex_init(&eeepc->hotplug_lock); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 769 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 770 | result = eeepc_new_rfkill(eeepc, &eeepc->wlan_rfkill, |
| 771 | "eeepc-wlan", RFKILL_TYPE_WLAN, |
| 772 | CM_ASL_WLAN); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 773 | |
| 774 | if (result && result != -ENODEV) |
| 775 | goto exit; |
| 776 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 777 | result = eeepc_new_rfkill(eeepc, &eeepc->bluetooth_rfkill, |
| 778 | "eeepc-bluetooth", RFKILL_TYPE_BLUETOOTH, |
| 779 | CM_ASL_BLUETOOTH); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 780 | |
| 781 | if (result && result != -ENODEV) |
| 782 | goto exit; |
| 783 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 784 | result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill, |
| 785 | "eeepc-wwan3g", RFKILL_TYPE_WWAN, |
| 786 | CM_ASL_3G); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 787 | |
| 788 | if (result && result != -ENODEV) |
| 789 | goto exit; |
| 790 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 791 | result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill, |
| 792 | "eeepc-wimax", RFKILL_TYPE_WIMAX, |
| 793 | CM_ASL_WIMAX); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 794 | |
| 795 | if (result && result != -ENODEV) |
| 796 | goto exit; |
| 797 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 798 | result = eeepc_setup_pci_hotplug(eeepc); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 799 | /* |
| 800 | * If we get -EBUSY then something else is handling the PCI hotplug - |
| 801 | * don't fail in this case |
| 802 | */ |
| 803 | if (result == -EBUSY) |
| 804 | result = 0; |
| 805 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 806 | eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P5"); |
| 807 | eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P6"); |
| 808 | eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P7"); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 809 | /* |
| 810 | * Refresh pci hotplug in case the rfkill state was changed during |
| 811 | * setup. |
| 812 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 813 | eeepc_rfkill_hotplug(eeepc); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 814 | |
| 815 | exit: |
| 816 | if (result && result != -ENODEV) |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 817 | eeepc_rfkill_exit(eeepc); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 818 | return result; |
| 819 | } |
| 820 | |
| 821 | /* |
| 822 | * Platform driver - hibernate/resume callbacks |
| 823 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 824 | static int eeepc_hotk_thaw(struct device *device) |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 825 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 826 | struct eeepc_laptop *eeepc = dev_get_drvdata(device); |
| 827 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 828 | if (eeepc->wlan_rfkill) { |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 829 | bool wlan; |
| 830 | |
Alan Jenkins | c1edd99 | 2009-08-28 12:56:39 +0000 | [diff] [blame] | 831 | /* |
| 832 | * Work around bios bug - acpi _PTS turns off the wireless led |
| 833 | * during suspend. Normally it restores it on resume, but |
Alan Jenkins | c200da5 | 2009-08-28 12:56:40 +0000 | [diff] [blame] | 834 | * we should kick it ourselves in case hibernation is aborted. |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 835 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 836 | wlan = get_acpi(eeepc, CM_ASL_WLAN); |
| 837 | set_acpi(eeepc, CM_ASL_WLAN, wlan); |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 838 | } |
| 839 | |
Alan Jenkins | c200da5 | 2009-08-28 12:56:40 +0000 | [diff] [blame] | 840 | return 0; |
| 841 | } |
| 842 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 843 | static int eeepc_hotk_restore(struct device *device) |
Alan Jenkins | c200da5 | 2009-08-28 12:56:40 +0000 | [diff] [blame] | 844 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 845 | struct eeepc_laptop *eeepc = dev_get_drvdata(device); |
| 846 | |
Alan Jenkins | c200da5 | 2009-08-28 12:56:40 +0000 | [diff] [blame] | 847 | /* Refresh both wlan rfkill state and pci hotplug */ |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 848 | if (eeepc->wlan_rfkill) |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 849 | eeepc_rfkill_hotplug(eeepc); |
Alan Jenkins | c200da5 | 2009-08-28 12:56:40 +0000 | [diff] [blame] | 850 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 851 | if (eeepc->bluetooth_rfkill) |
| 852 | rfkill_set_sw_state(eeepc->bluetooth_rfkill, |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 853 | get_acpi(eeepc, CM_ASL_BLUETOOTH) != 1); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 854 | if (eeepc->wwan3g_rfkill) |
| 855 | rfkill_set_sw_state(eeepc->wwan3g_rfkill, |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 856 | get_acpi(eeepc, CM_ASL_3G) != 1); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 857 | if (eeepc->wimax_rfkill) |
| 858 | rfkill_set_sw_state(eeepc->wimax_rfkill, |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 859 | get_acpi(eeepc, CM_ASL_WIMAX) != 1); |
Alan Jenkins | 96e9cfe | 2009-06-16 14:53:52 +0100 | [diff] [blame] | 860 | |
| 861 | return 0; |
| 862 | } |
| 863 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 864 | static struct dev_pm_ops eeepc_pm_ops = { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 865 | .thaw = eeepc_hotk_thaw, |
| 866 | .restore = eeepc_hotk_restore, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 867 | }; |
| 868 | |
| 869 | static struct platform_driver platform_driver = { |
| 870 | .driver = { |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 871 | .name = EEEPC_LAPTOP_FILE, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 872 | .owner = THIS_MODULE, |
| 873 | .pm = &eeepc_pm_ops, |
| 874 | } |
| 875 | }; |
| 876 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 877 | /* |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 878 | * Hwmon device |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 879 | */ |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 880 | |
| 881 | #define EEEPC_EC_SC00 0x61 |
| 882 | #define EEEPC_EC_FAN_PWM (EEEPC_EC_SC00 + 2) /* Fan PWM duty cycle (%) */ |
| 883 | #define EEEPC_EC_FAN_HRPM (EEEPC_EC_SC00 + 5) /* High byte, fan speed (RPM) */ |
| 884 | #define EEEPC_EC_FAN_LRPM (EEEPC_EC_SC00 + 6) /* Low byte, fan speed (RPM) */ |
| 885 | |
| 886 | #define EEEPC_EC_SFB0 0xD0 |
| 887 | #define EEEPC_EC_FAN_CTRL (EEEPC_EC_SFB0 + 3) /* Byte containing SF25 */ |
| 888 | |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 889 | static int eeepc_get_fan_pwm(void) |
| 890 | { |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 891 | u8 value = 0; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 892 | |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 893 | ec_read(EEEPC_EC_FAN_PWM, &value); |
| 894 | return value * 255 / 100; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 895 | } |
| 896 | |
| 897 | static void eeepc_set_fan_pwm(int value) |
| 898 | { |
Corentin Chary | 04dcd84 | 2008-10-09 15:33:57 +0200 | [diff] [blame] | 899 | value = SENSORS_LIMIT(value, 0, 255); |
| 900 | value = value * 100 / 255; |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 901 | ec_write(EEEPC_EC_FAN_PWM, value); |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 902 | } |
| 903 | |
| 904 | static int eeepc_get_fan_rpm(void) |
| 905 | { |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 906 | u8 high = 0; |
| 907 | u8 low = 0; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 908 | |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 909 | ec_read(EEEPC_EC_FAN_HRPM, &high); |
| 910 | ec_read(EEEPC_EC_FAN_LRPM, &low); |
| 911 | return high << 8 | low; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 912 | } |
| 913 | |
| 914 | static int eeepc_get_fan_ctrl(void) |
| 915 | { |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 916 | u8 value = 0; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 917 | |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 918 | ec_read(EEEPC_EC_FAN_CTRL, &value); |
Alan Jenkins | 4871868 | 2009-12-03 07:44:56 +0000 | [diff] [blame] | 919 | if (value & 0x02) |
| 920 | return 1; /* manual */ |
| 921 | else |
| 922 | return 2; /* automatic */ |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 923 | } |
| 924 | |
| 925 | static void eeepc_set_fan_ctrl(int manual) |
| 926 | { |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 927 | u8 value = 0; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 928 | |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 929 | ec_read(EEEPC_EC_FAN_CTRL, &value); |
Alan Jenkins | 4871868 | 2009-12-03 07:44:56 +0000 | [diff] [blame] | 930 | if (manual == 1) |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 931 | value |= 0x02; |
| 932 | else |
| 933 | value &= ~0x02; |
Alan Jenkins | 463b4e4 | 2009-12-03 07:45:03 +0000 | [diff] [blame] | 934 | ec_write(EEEPC_EC_FAN_CTRL, value); |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 935 | } |
| 936 | |
| 937 | static ssize_t store_sys_hwmon(void (*set)(int), const char *buf, size_t count) |
| 938 | { |
| 939 | int rv, value; |
| 940 | |
| 941 | rv = parse_arg(buf, count, &value); |
| 942 | if (rv > 0) |
| 943 | set(value); |
| 944 | return rv; |
| 945 | } |
| 946 | |
| 947 | static ssize_t show_sys_hwmon(int (*get)(void), char *buf) |
| 948 | { |
| 949 | return sprintf(buf, "%d\n", get()); |
| 950 | } |
| 951 | |
| 952 | #define EEEPC_CREATE_SENSOR_ATTR(_name, _mode, _set, _get) \ |
| 953 | static ssize_t show_##_name(struct device *dev, \ |
| 954 | struct device_attribute *attr, \ |
| 955 | char *buf) \ |
| 956 | { \ |
| 957 | return show_sys_hwmon(_set, buf); \ |
| 958 | } \ |
| 959 | static ssize_t store_##_name(struct device *dev, \ |
| 960 | struct device_attribute *attr, \ |
| 961 | const char *buf, size_t count) \ |
| 962 | { \ |
| 963 | return store_sys_hwmon(_get, buf, count); \ |
| 964 | } \ |
| 965 | static SENSOR_DEVICE_ATTR(_name, _mode, show_##_name, store_##_name, 0); |
| 966 | |
| 967 | EEEPC_CREATE_SENSOR_ATTR(fan1_input, S_IRUGO, eeepc_get_fan_rpm, NULL); |
Corentin Chary | 04dcd84 | 2008-10-09 15:33:57 +0200 | [diff] [blame] | 968 | EEEPC_CREATE_SENSOR_ATTR(pwm1, S_IRUGO | S_IWUSR, |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 969 | eeepc_get_fan_pwm, eeepc_set_fan_pwm); |
| 970 | EEEPC_CREATE_SENSOR_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, |
| 971 | eeepc_get_fan_ctrl, eeepc_set_fan_ctrl); |
| 972 | |
Corentin Chary | 04dcd84 | 2008-10-09 15:33:57 +0200 | [diff] [blame] | 973 | static ssize_t |
| 974 | show_name(struct device *dev, struct device_attribute *attr, char *buf) |
| 975 | { |
| 976 | return sprintf(buf, "eeepc\n"); |
| 977 | } |
| 978 | static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0); |
| 979 | |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 980 | static struct attribute *hwmon_attributes[] = { |
Corentin Chary | 04dcd84 | 2008-10-09 15:33:57 +0200 | [diff] [blame] | 981 | &sensor_dev_attr_pwm1.dev_attr.attr, |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 982 | &sensor_dev_attr_fan1_input.dev_attr.attr, |
| 983 | &sensor_dev_attr_pwm1_enable.dev_attr.attr, |
Corentin Chary | 04dcd84 | 2008-10-09 15:33:57 +0200 | [diff] [blame] | 984 | &sensor_dev_attr_name.dev_attr.attr, |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 985 | NULL |
| 986 | }; |
| 987 | |
| 988 | static struct attribute_group hwmon_attribute_group = { |
| 989 | .attrs = hwmon_attributes |
| 990 | }; |
| 991 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 992 | static void eeepc_hwmon_exit(struct eeepc_laptop *eeepc) |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 993 | { |
| 994 | struct device *hwmon; |
| 995 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 996 | hwmon = eeepc->hwmon_device; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 997 | if (!hwmon) |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 998 | return; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 999 | sysfs_remove_group(&hwmon->kobj, |
| 1000 | &hwmon_attribute_group); |
Matthew Garrett | f144131 | 2008-08-20 14:08:57 -0700 | [diff] [blame] | 1001 | hwmon_device_unregister(hwmon); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1002 | eeepc->hwmon_device = NULL; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 1003 | } |
| 1004 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1005 | static int eeepc_hwmon_init(struct eeepc_laptop *eeepc) |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1006 | { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1007 | struct device *hwmon; |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1008 | int result; |
| 1009 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1010 | hwmon = hwmon_device_register(&eeepc->platform_device->dev); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1011 | if (IS_ERR(hwmon)) { |
| 1012 | pr_err("Could not register eeepc hwmon device\n"); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1013 | eeepc->hwmon_device = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1014 | return PTR_ERR(hwmon); |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1015 | } |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1016 | eeepc->hwmon_device = hwmon; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1017 | result = sysfs_create_group(&hwmon->kobj, |
| 1018 | &hwmon_attribute_group); |
| 1019 | if (result) |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1020 | eeepc_hwmon_exit(eeepc); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1021 | return result; |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1022 | } |
| 1023 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1024 | /* |
| 1025 | * Backlight device |
| 1026 | */ |
| 1027 | static int read_brightness(struct backlight_device *bd) |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1028 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1029 | struct eeepc_laptop *eeepc = bl_get_data(bd); |
| 1030 | |
| 1031 | return get_acpi(eeepc, CM_ASL_PANELBRIGHT); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1032 | } |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1033 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1034 | static int set_brightness(struct backlight_device *bd, int value) |
| 1035 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1036 | struct eeepc_laptop *eeepc = bl_get_data(bd); |
| 1037 | |
| 1038 | return set_acpi(eeepc, CM_ASL_PANELBRIGHT, value); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1039 | } |
Alan Jenkins | 7334546 | 2009-06-29 09:40:07 +0100 | [diff] [blame] | 1040 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1041 | static int update_bl_status(struct backlight_device *bd) |
| 1042 | { |
| 1043 | return set_brightness(bd, bd->props.brightness); |
| 1044 | } |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1045 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1046 | static struct backlight_ops eeepcbl_ops = { |
| 1047 | .get_brightness = read_brightness, |
| 1048 | .update_status = update_bl_status, |
| 1049 | }; |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1050 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1051 | static int eeepc_backlight_notify(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1052 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1053 | struct backlight_device *bd = eeepc->backlight_device; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1054 | int old = bd->props.brightness; |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1055 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1056 | backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY); |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1057 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1058 | return old; |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1059 | } |
| 1060 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1061 | static int eeepc_backlight_init(struct eeepc_laptop *eeepc) |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 1062 | { |
| 1063 | struct backlight_device *bd; |
| 1064 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1065 | bd = backlight_device_register(EEEPC_LAPTOP_FILE, |
| 1066 | &eeepc->platform_device->dev, |
| 1067 | eeepc, &eeepcbl_ops); |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 1068 | if (IS_ERR(bd)) { |
Joe Perches | 19b5328 | 2009-06-25 13:25:37 +0200 | [diff] [blame] | 1069 | pr_err("Could not register eeepc backlight device\n"); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1070 | eeepc->backlight_device = NULL; |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 1071 | return PTR_ERR(bd); |
| 1072 | } |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1073 | eeepc->backlight_device = bd; |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 1074 | bd->props.max_brightness = 15; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1075 | bd->props.brightness = read_brightness(bd); |
Corentin Chary | a5fa429 | 2008-03-13 12:56:37 +0100 | [diff] [blame] | 1076 | bd->props.power = FB_BLANK_UNBLANK; |
| 1077 | backlight_update_status(bd); |
| 1078 | return 0; |
| 1079 | } |
| 1080 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1081 | static void eeepc_backlight_exit(struct eeepc_laptop *eeepc) |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 1082 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1083 | if (eeepc->backlight_device) |
| 1084 | backlight_device_unregister(eeepc->backlight_device); |
| 1085 | eeepc->backlight_device = NULL; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1086 | } |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 1087 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1088 | |
| 1089 | /* |
| 1090 | * Input device (i.e. hotkeys) |
| 1091 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1092 | static struct key_entry *eeepc_get_entry_by_scancode( |
| 1093 | struct eeepc_laptop *eeepc, |
| 1094 | int code) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1095 | { |
| 1096 | struct key_entry *key; |
| 1097 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1098 | for (key = eeepc->keymap; key->type != KE_END; key++) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1099 | if (code == key->code) |
| 1100 | return key; |
| 1101 | |
| 1102 | return NULL; |
| 1103 | } |
| 1104 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1105 | static void eeepc_input_notify(struct eeepc_laptop *eeepc, int event) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1106 | { |
| 1107 | static struct key_entry *key; |
| 1108 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1109 | key = eeepc_get_entry_by_scancode(eeepc, event); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1110 | if (key) { |
| 1111 | switch (key->type) { |
| 1112 | case KE_KEY: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1113 | input_report_key(eeepc->inputdev, key->keycode, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1114 | 1); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1115 | input_sync(eeepc->inputdev); |
| 1116 | input_report_key(eeepc->inputdev, key->keycode, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1117 | 0); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1118 | input_sync(eeepc->inputdev); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1119 | break; |
| 1120 | } |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 1121 | } |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1122 | } |
| 1123 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1124 | static struct key_entry *eeepc_get_entry_by_keycode( |
| 1125 | struct eeepc_laptop *eeepc, int code) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1126 | { |
| 1127 | struct key_entry *key; |
| 1128 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1129 | for (key = eeepc->keymap; key->type != KE_END; key++) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1130 | if (code == key->keycode && key->type == KE_KEY) |
| 1131 | return key; |
| 1132 | |
| 1133 | return NULL; |
| 1134 | } |
| 1135 | |
| 1136 | static int eeepc_getkeycode(struct input_dev *dev, int scancode, int *keycode) |
| 1137 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1138 | struct eeepc_laptop *eeepc = input_get_drvdata(dev); |
| 1139 | struct key_entry *key = eeepc_get_entry_by_scancode(eeepc, scancode); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1140 | |
| 1141 | if (key && key->type == KE_KEY) { |
| 1142 | *keycode = key->keycode; |
| 1143 | return 0; |
| 1144 | } |
| 1145 | |
| 1146 | return -EINVAL; |
| 1147 | } |
| 1148 | |
| 1149 | static int eeepc_setkeycode(struct input_dev *dev, int scancode, int keycode) |
| 1150 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1151 | struct eeepc_laptop *eeepc = input_get_drvdata(dev); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1152 | struct key_entry *key; |
| 1153 | int old_keycode; |
| 1154 | |
| 1155 | if (keycode < 0 || keycode > KEY_MAX) |
| 1156 | return -EINVAL; |
| 1157 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1158 | key = eeepc_get_entry_by_scancode(eeepc, scancode); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1159 | if (key && key->type == KE_KEY) { |
| 1160 | old_keycode = key->keycode; |
| 1161 | key->keycode = keycode; |
| 1162 | set_bit(keycode, dev->keybit); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1163 | if (!eeepc_get_entry_by_keycode(eeepc, old_keycode)) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1164 | clear_bit(old_keycode, dev->keybit); |
| 1165 | return 0; |
| 1166 | } |
| 1167 | |
| 1168 | return -EINVAL; |
Corentin Chary | e1faa9d | 2008-03-13 12:57:18 +0100 | [diff] [blame] | 1169 | } |
| 1170 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1171 | static int eeepc_input_init(struct eeepc_laptop *eeepc) |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1172 | { |
| 1173 | const struct key_entry *key; |
| 1174 | int result; |
| 1175 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1176 | eeepc->inputdev = input_allocate_device(); |
| 1177 | if (!eeepc->inputdev) { |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1178 | pr_info("Unable to allocate input device\n"); |
| 1179 | return -ENOMEM; |
| 1180 | } |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1181 | eeepc->inputdev->name = "Asus EeePC extra buttons"; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1182 | eeepc->inputdev->dev.parent = &eeepc->platform_device->dev; |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1183 | eeepc->inputdev->phys = EEEPC_LAPTOP_FILE "/input0"; |
| 1184 | eeepc->inputdev->id.bustype = BUS_HOST; |
| 1185 | eeepc->inputdev->getkeycode = eeepc_getkeycode; |
| 1186 | eeepc->inputdev->setkeycode = eeepc_setkeycode; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1187 | input_set_drvdata(eeepc->inputdev, eeepc); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1188 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1189 | eeepc->keymap = kmemdup(eeepc_keymap, sizeof(eeepc_keymap), |
| 1190 | GFP_KERNEL); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1191 | for (key = eeepc_keymap; key->type != KE_END; key++) { |
| 1192 | switch (key->type) { |
| 1193 | case KE_KEY: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1194 | set_bit(EV_KEY, eeepc->inputdev->evbit); |
| 1195 | set_bit(key->keycode, eeepc->inputdev->keybit); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1196 | break; |
| 1197 | } |
| 1198 | } |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1199 | result = input_register_device(eeepc->inputdev); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1200 | if (result) { |
| 1201 | pr_info("Unable to register input device\n"); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1202 | input_free_device(eeepc->inputdev); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1203 | return result; |
| 1204 | } |
| 1205 | return 0; |
| 1206 | } |
| 1207 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1208 | static void eeepc_input_exit(struct eeepc_laptop *eeepc) |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1209 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1210 | if (eeepc->inputdev) { |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1211 | input_unregister_device(eeepc->inputdev); |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1212 | kfree(eeepc->keymap); |
| 1213 | } |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1214 | } |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1215 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1216 | /* |
| 1217 | * ACPI driver |
| 1218 | */ |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1219 | static void eeepc_acpi_notify(struct acpi_device *device, u32 event) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1220 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1221 | struct eeepc_laptop *eeepc = acpi_driver_data(device); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1222 | u16 count; |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1223 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1224 | if (event > ACPI_MAX_SYS_NOTIFY) |
| 1225 | return; |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1226 | count = eeepc->event_count[event % 128]++; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1227 | acpi_bus_generate_proc_event(device, event, count); |
| 1228 | acpi_bus_generate_netlink_event(device->pnp.device_class, |
| 1229 | dev_name(&device->dev), event, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1230 | count); |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1231 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1232 | if (event >= NOTIFY_BRN_MIN && event <= NOTIFY_BRN_MAX) { |
| 1233 | int old_brightness, new_brightness; |
| 1234 | |
| 1235 | /* Update backlight device. */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1236 | old_brightness = eeepc_backlight_notify(eeepc); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1237 | |
| 1238 | /* Convert brightness event to keypress (obsolescent hack). */ |
| 1239 | new_brightness = event - NOTIFY_BRN_MIN; |
| 1240 | |
| 1241 | if (new_brightness < old_brightness) { |
| 1242 | event = NOTIFY_BRN_MIN; /* brightness down */ |
| 1243 | } else if (new_brightness > old_brightness) { |
| 1244 | event = NOTIFY_BRN_MAX; /* brightness up */ |
| 1245 | } else { |
| 1246 | /* |
| 1247 | * no change in brightness - already at min/max, |
| 1248 | * event will be desired value (or else ignored). |
| 1249 | */ |
| 1250 | } |
| 1251 | } |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1252 | eeepc_input_notify(eeepc, event); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1253 | } |
| 1254 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1255 | static void cmsg_quirk(struct eeepc_laptop *eeepc, int cm, const char *name) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1256 | { |
| 1257 | int dummy; |
| 1258 | |
| 1259 | /* Some BIOSes do not report cm although it is avaliable. |
| 1260 | Check if cm_getv[cm] works and, if yes, assume cm should be set. */ |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1261 | if (!(eeepc->cm_supported & (1 << cm)) |
| 1262 | && !read_acpi_int(eeepc->handle, cm_getv[cm], &dummy)) { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1263 | pr_info("%s (%x) not reported by BIOS," |
| 1264 | " enabling anyway\n", name, 1 << cm); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1265 | eeepc->cm_supported |= 1 << cm; |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1266 | } |
| 1267 | } |
| 1268 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1269 | static void cmsg_quirks(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1270 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1271 | cmsg_quirk(eeepc, CM_ASL_LID, "LID"); |
| 1272 | cmsg_quirk(eeepc, CM_ASL_TYPE, "TYPE"); |
| 1273 | cmsg_quirk(eeepc, CM_ASL_PANELPOWER, "PANELPOWER"); |
| 1274 | cmsg_quirk(eeepc, CM_ASL_TPD, "TPD"); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1275 | } |
| 1276 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1277 | static int eeepc_acpi_init(struct eeepc_laptop *eeepc, struct acpi_device *device) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1278 | { |
| 1279 | unsigned int init_flags; |
| 1280 | int result; |
| 1281 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1282 | result = acpi_bus_get_status(device); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1283 | if (result) |
| 1284 | return result; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1285 | if (!device->status.present) { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1286 | pr_err("Hotkey device not present, aborting\n"); |
| 1287 | return -ENODEV; |
Alan Jenkins | dc56ad9 | 2009-12-03 07:44:58 +0000 | [diff] [blame] | 1288 | } |
Alan Jenkins | 2b56f1c | 2009-12-03 07:44:57 +0000 | [diff] [blame] | 1289 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1290 | init_flags = DISABLE_ASL_WLAN | DISABLE_ASL_DISPLAYSWITCH; |
| 1291 | pr_notice("Hotkey init flags 0x%x\n", init_flags); |
| 1292 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1293 | if (write_acpi_int(eeepc->handle, "INIT", init_flags)) { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1294 | pr_err("Hotkey initialization failed\n"); |
| 1295 | return -ENODEV; |
| 1296 | } |
| 1297 | |
| 1298 | /* get control methods supported */ |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1299 | if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) { |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1300 | pr_err("Get control methods supported failed\n"); |
| 1301 | return -ENODEV; |
| 1302 | } |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1303 | cmsg_quirks(eeepc); |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1304 | pr_info("Get control methods supported: 0x%x\n", eeepc->cm_supported); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1305 | |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1306 | return 0; |
| 1307 | } |
| 1308 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1309 | static void __devinit eeepc_enable_camera(struct eeepc_laptop *eeepc) |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1310 | { |
| 1311 | /* |
| 1312 | * If the following call to set_acpi() fails, it's because there's no |
| 1313 | * camera so we can ignore the error. |
| 1314 | */ |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1315 | if (get_acpi(eeepc, CM_ASL_CAMERA) == 0) |
| 1316 | set_acpi(eeepc, CM_ASL_CAMERA, 1); |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1317 | } |
| 1318 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1319 | static bool eeepc_device_present; |
| 1320 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1321 | static int __devinit eeepc_acpi_add(struct acpi_device *device) |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1322 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1323 | struct eeepc_laptop *eeepc; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1324 | int result; |
| 1325 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1326 | pr_notice(EEEPC_LAPTOP_NAME "\n"); |
| 1327 | eeepc = kzalloc(sizeof(struct eeepc_laptop), GFP_KERNEL); |
| 1328 | if (!eeepc) |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1329 | return -ENOMEM; |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1330 | eeepc->handle = device->handle; |
| 1331 | strcpy(acpi_device_name(device), EEEPC_ACPI_DEVICE_NAME); |
| 1332 | strcpy(acpi_device_class(device), EEEPC_ACPI_CLASS); |
| 1333 | device->driver_data = eeepc; |
Pekka Enberg | cede2cb | 2009-06-16 19:28:45 +0000 | [diff] [blame] | 1334 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1335 | result = eeepc_acpi_init(eeepc, device); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1336 | if (result) |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 1337 | goto fail_platform; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1338 | eeepc_enable_camera(eeepc); |
Pekka Enberg | cede2cb | 2009-06-16 19:28:45 +0000 | [diff] [blame] | 1339 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1340 | /* |
| 1341 | * Register the platform device first. It is used as a parent for the |
| 1342 | * sub-devices below. |
| 1343 | * |
| 1344 | * Note that if there are multiple instances of this ACPI device it |
| 1345 | * will bail out, because the platform device is registered with a |
| 1346 | * fixed name. Of course it doesn't make sense to have more than one, |
| 1347 | * and machine-specific scripts find the fixed name convenient. But |
| 1348 | * It's also good for us to exclude multiple instances because both |
| 1349 | * our hwmon and our wlan rfkill subdevice use global ACPI objects |
| 1350 | * (the EC and the wlan PCI slot respectively). |
| 1351 | */ |
| 1352 | result = eeepc_platform_init(eeepc); |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1353 | if (result) |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 1354 | goto fail_platform; |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1355 | |
| 1356 | if (!acpi_video_backlight_support()) { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1357 | result = eeepc_backlight_init(eeepc); |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1358 | if (result) |
| 1359 | goto fail_backlight; |
| 1360 | } else |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 1361 | pr_info("Backlight controlled by ACPI video driver\n"); |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1362 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1363 | result = eeepc_input_init(eeepc); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1364 | if (result) |
| 1365 | goto fail_input; |
| 1366 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1367 | result = eeepc_hwmon_init(eeepc); |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1368 | if (result) |
| 1369 | goto fail_hwmon; |
| 1370 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1371 | result = eeepc_led_init(eeepc); |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1372 | if (result) |
| 1373 | goto fail_led; |
| 1374 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1375 | result = eeepc_rfkill_init(eeepc); |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1376 | if (result) |
| 1377 | goto fail_rfkill; |
| 1378 | |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1379 | eeepc_device_present = true; |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1380 | return 0; |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1381 | |
Corentin Chary | 7de3938 | 2009-06-25 13:25:38 +0200 | [diff] [blame] | 1382 | fail_rfkill: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1383 | eeepc_led_exit(eeepc); |
Corentin Chary | 3c0eb51 | 2009-12-03 07:44:52 +0000 | [diff] [blame] | 1384 | fail_led: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1385 | eeepc_hwmon_exit(eeepc); |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1386 | fail_hwmon: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1387 | eeepc_input_exit(eeepc); |
Alan Jenkins | f2a9d5e | 2009-08-28 12:56:36 +0000 | [diff] [blame] | 1388 | fail_input: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1389 | eeepc_backlight_exit(eeepc); |
Corentin Chary | 1ddec2f | 2009-06-25 13:25:39 +0200 | [diff] [blame] | 1390 | fail_backlight: |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1391 | eeepc_platform_exit(eeepc); |
Alan Jenkins | 9db106b | 2009-12-03 07:45:06 +0000 | [diff] [blame] | 1392 | fail_platform: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1393 | kfree(eeepc); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1394 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1395 | return result; |
| 1396 | } |
| 1397 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1398 | static int eeepc_acpi_remove(struct acpi_device *device, int type) |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1399 | { |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1400 | struct eeepc_laptop *eeepc = acpi_driver_data(device); |
| 1401 | |
| 1402 | eeepc_backlight_exit(eeepc); |
| 1403 | eeepc_rfkill_exit(eeepc); |
| 1404 | eeepc_input_exit(eeepc); |
| 1405 | eeepc_hwmon_exit(eeepc); |
| 1406 | eeepc_led_exit(eeepc); |
| 1407 | eeepc_platform_exit(eeepc); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1408 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1409 | kfree(eeepc); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1410 | return 0; |
| 1411 | } |
| 1412 | |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1413 | |
| 1414 | static const struct acpi_device_id eeepc_device_ids[] = { |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1415 | {EEEPC_ACPI_HID, 0}, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1416 | {"", 0}, |
| 1417 | }; |
| 1418 | MODULE_DEVICE_TABLE(acpi, eeepc_device_ids); |
| 1419 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1420 | static struct acpi_driver eeepc_acpi_driver = { |
| 1421 | .name = EEEPC_LAPTOP_NAME, |
| 1422 | .class = EEEPC_ACPI_CLASS, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1423 | .owner = THIS_MODULE, |
| 1424 | .ids = eeepc_device_ids, |
| 1425 | .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS, |
| 1426 | .ops = { |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1427 | .add = eeepc_acpi_add, |
| 1428 | .remove = eeepc_acpi_remove, |
| 1429 | .notify = eeepc_acpi_notify, |
Alan Jenkins | 52bbe3c | 2009-12-03 07:45:07 +0000 | [diff] [blame] | 1430 | }, |
| 1431 | }; |
| 1432 | |
| 1433 | |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1434 | static int __init eeepc_laptop_init(void) |
| 1435 | { |
| 1436 | int result; |
| 1437 | |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1438 | result = platform_driver_register(&platform_driver); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1439 | if (result < 0) |
| 1440 | return result; |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1441 | |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1442 | result = acpi_bus_register_driver(&eeepc_acpi_driver); |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1443 | if (result < 0) |
| 1444 | goto fail_acpi_driver; |
Alan Jenkins | 854c783 | 2009-12-03 07:45:09 +0000 | [diff] [blame] | 1445 | if (!eeepc_device_present) { |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1446 | result = -ENODEV; |
| 1447 | goto fail_no_device; |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1448 | } |
| 1449 | return 0; |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1450 | |
| 1451 | fail_no_device: |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1452 | acpi_bus_unregister_driver(&eeepc_acpi_driver); |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1453 | fail_acpi_driver: |
| 1454 | platform_driver_unregister(&platform_driver); |
| 1455 | return result; |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1456 | } |
| 1457 | |
| 1458 | static void __exit eeepc_laptop_exit(void) |
| 1459 | { |
Alan Jenkins | a7624b6 | 2009-12-03 07:45:08 +0000 | [diff] [blame] | 1460 | acpi_bus_unregister_driver(&eeepc_acpi_driver); |
Alan Jenkins | 22072e9 | 2009-12-03 07:45:05 +0000 | [diff] [blame] | 1461 | platform_driver_unregister(&platform_driver); |
Alan Jenkins | 1e77985 | 2009-08-28 12:56:35 +0000 | [diff] [blame] | 1462 | } |
| 1463 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1464 | module_init(eeepc_laptop_init); |
| 1465 | module_exit(eeepc_laptop_exit); |