asus-wmi.c 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  1. /*
  2. * Asus PC WMI hotkey driver
  3. *
  4. * Copyright(C) 2010 Intel Corporation.
  5. * Copyright(C) 2010-2011 Corentin Chary <corentin.chary@gmail.com>
  6. *
  7. * Portions based on wistron_btns.c:
  8. * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz>
  9. * Copyright (C) 2005 Bernhard Rosenkraenzer <bero@arklinux.org>
  10. * Copyright (C) 2005 Dmitry Torokhov <dtor@mail.ru>
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License as published by
  14. * the Free Software Foundation; either version 2 of the License, or
  15. * (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. */
  26. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  27. #include <linux/kernel.h>
  28. #include <linux/module.h>
  29. #include <linux/init.h>
  30. #include <linux/types.h>
  31. #include <linux/slab.h>
  32. #include <linux/input.h>
  33. #include <linux/input/sparse-keymap.h>
  34. #include <linux/fb.h>
  35. #include <linux/backlight.h>
  36. #include <linux/leds.h>
  37. #include <linux/rfkill.h>
  38. #include <linux/pci.h>
  39. #include <linux/pci_hotplug.h>
  40. #include <linux/hwmon.h>
  41. #include <linux/hwmon-sysfs.h>
  42. #include <linux/debugfs.h>
  43. #include <linux/seq_file.h>
  44. #include <linux/platform_device.h>
  45. #include <acpi/acpi_bus.h>
  46. #include <acpi/acpi_drivers.h>
  47. #include "asus-wmi.h"
  48. MODULE_AUTHOR("Corentin Chary <corentincj@iksaif.net>, "
  49. "Yong Wang <yong.y.wang@intel.com>");
  50. MODULE_DESCRIPTION("Asus Generic WMI Driver");
  51. MODULE_LICENSE("GPL");
  52. #define to_platform_driver(drv) \
  53. (container_of((drv), struct platform_driver, driver))
  54. #define to_asus_wmi_driver(pdrv) \
  55. (container_of((pdrv), struct asus_wmi_driver, platform_driver))
  56. #define ASUS_WMI_MGMT_GUID "97845ED0-4E6D-11DE-8A39-0800200C9A66"
  57. #define NOTIFY_BRNUP_MIN 0x11
  58. #define NOTIFY_BRNUP_MAX 0x1f
  59. #define NOTIFY_BRNDOWN_MIN 0x20
  60. #define NOTIFY_BRNDOWN_MAX 0x2e
  61. /* WMI Methods */
  62. #define ASUS_WMI_METHODID_SPEC 0x43455053 /* BIOS SPECification */
  63. #define ASUS_WMI_METHODID_SFBD 0x44424653 /* Set First Boot Device */
  64. #define ASUS_WMI_METHODID_GLCD 0x44434C47 /* Get LCD status */
  65. #define ASUS_WMI_METHODID_GPID 0x44495047 /* Get Panel ID?? (Resol) */
  66. #define ASUS_WMI_METHODID_QMOD 0x444F4D51 /* Quiet MODe */
  67. #define ASUS_WMI_METHODID_SPLV 0x4C425053 /* Set Panel Light Value */
  68. #define ASUS_WMI_METHODID_SFUN 0x4E554653 /* FUNCtionalities */
  69. #define ASUS_WMI_METHODID_SDSP 0x50534453 /* Set DiSPlay output */
  70. #define ASUS_WMI_METHODID_GDSP 0x50534447 /* Get DiSPlay output */
  71. #define ASUS_WMI_METHODID_DEVP 0x50564544 /* DEVice Policy */
  72. #define ASUS_WMI_METHODID_OSVR 0x5256534F /* OS VeRsion */
  73. #define ASUS_WMI_METHODID_DSTS 0x53544344 /* Device STatuS */
  74. #define ASUS_WMI_METHODID_DSTS2 0x53545344 /* Device STatuS #2*/
  75. #define ASUS_WMI_METHODID_BSTS 0x53545342 /* Bios STatuS ? */
  76. #define ASUS_WMI_METHODID_DEVS 0x53564544 /* DEVice Set */
  77. #define ASUS_WMI_METHODID_CFVS 0x53564643 /* CPU Frequency Volt Set */
  78. #define ASUS_WMI_METHODID_KBFT 0x5446424B /* KeyBoard FilTer */
  79. #define ASUS_WMI_METHODID_INIT 0x54494E49 /* INITialize */
  80. #define ASUS_WMI_METHODID_HKEY 0x59454B48 /* Hot KEY ?? */
  81. #define ASUS_WMI_UNSUPPORTED_METHOD 0xFFFFFFFE
  82. /* Wireless */
  83. #define ASUS_WMI_DEVID_HW_SWITCH 0x00010001
  84. #define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002
  85. #define ASUS_WMI_DEVID_WLAN 0x00010011
  86. #define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
  87. #define ASUS_WMI_DEVID_GPS 0x00010015
  88. #define ASUS_WMI_DEVID_WIMAX 0x00010017
  89. #define ASUS_WMI_DEVID_WWAN3G 0x00010019
  90. #define ASUS_WMI_DEVID_UWB 0x00010021
  91. /* Leds */
  92. /* 0x000200XX and 0x000400XX */
  93. /* Backlight and Brightness */
  94. #define ASUS_WMI_DEVID_BACKLIGHT 0x00050011
  95. #define ASUS_WMI_DEVID_BRIGHTNESS 0x00050012
  96. #define ASUS_WMI_DEVID_KBD_BACKLIGHT 0x00050021
  97. #define ASUS_WMI_DEVID_LIGHT_SENSOR 0x00050022 /* ?? */
  98. /* Misc */
  99. #define ASUS_WMI_DEVID_CAMERA 0x00060013
  100. /* Storage */
  101. #define ASUS_WMI_DEVID_CARDREADER 0x00080013
  102. /* Input */
  103. #define ASUS_WMI_DEVID_TOUCHPAD 0x00100011
  104. #define ASUS_WMI_DEVID_TOUCHPAD_LED 0x00100012
  105. /* Fan, Thermal */
  106. #define ASUS_WMI_DEVID_THERMAL_CTRL 0x00110011
  107. #define ASUS_WMI_DEVID_FAN_CTRL 0x00110012
  108. /* Power */
  109. #define ASUS_WMI_DEVID_PROCESSOR_STATE 0x00120012
  110. /* DSTS masks */
  111. #define ASUS_WMI_DSTS_STATUS_BIT 0x00000001
  112. #define ASUS_WMI_DSTS_UNKNOWN_BIT 0x00000002
  113. #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000
  114. #define ASUS_WMI_DSTS_USER_BIT 0x00020000
  115. #define ASUS_WMI_DSTS_BIOS_BIT 0x00040000
  116. #define ASUS_WMI_DSTS_BRIGHTNESS_MASK 0x000000FF
  117. #define ASUS_WMI_DSTS_MAX_BRIGTH_MASK 0x0000FF00
  118. struct bios_args {
  119. u32 arg0;
  120. u32 arg1;
  121. } __packed;
  122. /*
  123. * <platform>/ - debugfs root directory
  124. * dev_id - current dev_id
  125. * ctrl_param - current ctrl_param
  126. * method_id - current method_id
  127. * devs - call DEVS(dev_id, ctrl_param) and print result
  128. * dsts - call DSTS(dev_id) and print result
  129. * call - call method_id(dev_id, ctrl_param) and print result
  130. */
  131. struct asus_wmi_debug {
  132. struct dentry *root;
  133. u32 method_id;
  134. u32 dev_id;
  135. u32 ctrl_param;
  136. };
  137. struct asus_rfkill {
  138. struct asus_wmi *asus;
  139. struct rfkill *rfkill;
  140. u32 dev_id;
  141. };
  142. struct asus_wmi {
  143. int dsts_id;
  144. int spec;
  145. int sfun;
  146. struct input_dev *inputdev;
  147. struct backlight_device *backlight_device;
  148. struct device *hwmon_device;
  149. struct platform_device *platform_device;
  150. struct led_classdev tpd_led;
  151. int tpd_led_wk;
  152. struct workqueue_struct *led_workqueue;
  153. struct work_struct tpd_led_work;
  154. struct asus_rfkill wlan;
  155. struct asus_rfkill bluetooth;
  156. struct asus_rfkill wimax;
  157. struct asus_rfkill wwan3g;
  158. struct hotplug_slot *hotplug_slot;
  159. struct mutex hotplug_lock;
  160. struct mutex wmi_lock;
  161. struct workqueue_struct *hotplug_workqueue;
  162. struct work_struct hotplug_work;
  163. struct asus_wmi_debug debug;
  164. struct asus_wmi_driver *driver;
  165. };
  166. static int asus_wmi_input_init(struct asus_wmi *asus)
  167. {
  168. int err;
  169. asus->inputdev = input_allocate_device();
  170. if (!asus->inputdev)
  171. return -ENOMEM;
  172. asus->inputdev->name = asus->driver->input_name;
  173. asus->inputdev->phys = asus->driver->input_phys;
  174. asus->inputdev->id.bustype = BUS_HOST;
  175. asus->inputdev->dev.parent = &asus->platform_device->dev;
  176. set_bit(EV_REP, asus->inputdev->evbit);
  177. err = sparse_keymap_setup(asus->inputdev, asus->driver->keymap, NULL);
  178. if (err)
  179. goto err_free_dev;
  180. err = input_register_device(asus->inputdev);
  181. if (err)
  182. goto err_free_keymap;
  183. return 0;
  184. err_free_keymap:
  185. sparse_keymap_free(asus->inputdev);
  186. err_free_dev:
  187. input_free_device(asus->inputdev);
  188. return err;
  189. }
  190. static void asus_wmi_input_exit(struct asus_wmi *asus)
  191. {
  192. if (asus->inputdev) {
  193. sparse_keymap_free(asus->inputdev);
  194. input_unregister_device(asus->inputdev);
  195. }
  196. asus->inputdev = NULL;
  197. }
  198. static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1,
  199. u32 *retval)
  200. {
  201. struct bios_args args = {
  202. .arg0 = arg0,
  203. .arg1 = arg1,
  204. };
  205. struct acpi_buffer input = { (acpi_size) sizeof(args), &args };
  206. struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
  207. acpi_status status;
  208. union acpi_object *obj;
  209. u32 tmp;
  210. status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id,
  211. &input, &output);
  212. if (ACPI_FAILURE(status))
  213. goto exit;
  214. obj = (union acpi_object *)output.pointer;
  215. if (obj && obj->type == ACPI_TYPE_INTEGER)
  216. tmp = (u32) obj->integer.value;
  217. else
  218. tmp = 0;
  219. if (retval)
  220. *retval = tmp;
  221. kfree(obj);
  222. exit:
  223. if (ACPI_FAILURE(status))
  224. return -EIO;
  225. if (tmp == ASUS_WMI_UNSUPPORTED_METHOD)
  226. return -ENODEV;
  227. return 0;
  228. }
  229. static int asus_wmi_get_devstate(struct asus_wmi *asus, u32 dev_id, u32 *retval)
  230. {
  231. return asus_wmi_evaluate_method(asus->dsts_id, dev_id, 0, retval);
  232. }
  233. static int asus_wmi_set_devstate(u32 dev_id, u32 ctrl_param,
  234. u32 *retval)
  235. {
  236. return asus_wmi_evaluate_method(ASUS_WMI_METHODID_DEVS, dev_id,
  237. ctrl_param, retval);
  238. }
  239. /* Helper for special devices with magic return codes */
  240. static int asus_wmi_get_devstate_bits(struct asus_wmi *asus,
  241. u32 dev_id, u32 mask)
  242. {
  243. u32 retval = 0;
  244. int err;
  245. err = asus_wmi_get_devstate(asus, dev_id, &retval);
  246. if (err < 0)
  247. return err;
  248. if (!(retval & ASUS_WMI_DSTS_PRESENCE_BIT))
  249. return -ENODEV;
  250. if (mask == ASUS_WMI_DSTS_STATUS_BIT) {
  251. if (retval & ASUS_WMI_DSTS_UNKNOWN_BIT)
  252. return -ENODEV;
  253. }
  254. return retval & mask;
  255. }
  256. static int asus_wmi_get_devstate_simple(struct asus_wmi *asus, u32 dev_id)
  257. {
  258. return asus_wmi_get_devstate_bits(asus, dev_id,
  259. ASUS_WMI_DSTS_STATUS_BIT);
  260. }
  261. /*
  262. * LEDs
  263. */
  264. /*
  265. * These functions actually update the LED's, and are called from a
  266. * workqueue. By doing this as separate work rather than when the LED
  267. * subsystem asks, we avoid messing with the Asus ACPI stuff during a
  268. * potentially bad time, such as a timer interrupt.
  269. */
  270. static void tpd_led_update(struct work_struct *work)
  271. {
  272. int ctrl_param;
  273. struct asus_wmi *asus;
  274. asus = container_of(work, struct asus_wmi, tpd_led_work);
  275. ctrl_param = asus->tpd_led_wk;
  276. asus_wmi_set_devstate(ASUS_WMI_DEVID_TOUCHPAD_LED, ctrl_param, NULL);
  277. }
  278. static void tpd_led_set(struct led_classdev *led_cdev,
  279. enum led_brightness value)
  280. {
  281. struct asus_wmi *asus;
  282. asus = container_of(led_cdev, struct asus_wmi, tpd_led);
  283. asus->tpd_led_wk = !!value;
  284. queue_work(asus->led_workqueue, &asus->tpd_led_work);
  285. }
  286. static int read_tpd_led_state(struct asus_wmi *asus)
  287. {
  288. return asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_TOUCHPAD_LED);
  289. }
  290. static enum led_brightness tpd_led_get(struct led_classdev *led_cdev)
  291. {
  292. struct asus_wmi *asus;
  293. asus = container_of(led_cdev, struct asus_wmi, tpd_led);
  294. return read_tpd_led_state(asus);
  295. }
  296. static int asus_wmi_led_init(struct asus_wmi *asus)
  297. {
  298. int rv;
  299. if (read_tpd_led_state(asus) < 0)
  300. return 0;
  301. asus->led_workqueue = create_singlethread_workqueue("led_workqueue");
  302. if (!asus->led_workqueue)
  303. return -ENOMEM;
  304. INIT_WORK(&asus->tpd_led_work, tpd_led_update);
  305. asus->tpd_led.name = "asus::touchpad";
  306. asus->tpd_led.brightness_set = tpd_led_set;
  307. asus->tpd_led.brightness_get = tpd_led_get;
  308. asus->tpd_led.max_brightness = 1;
  309. rv = led_classdev_register(&asus->platform_device->dev, &asus->tpd_led);
  310. if (rv) {
  311. destroy_workqueue(asus->led_workqueue);
  312. return rv;
  313. }
  314. return 0;
  315. }
  316. static void asus_wmi_led_exit(struct asus_wmi *asus)
  317. {
  318. if (asus->tpd_led.dev)
  319. led_classdev_unregister(&asus->tpd_led);
  320. if (asus->led_workqueue)
  321. destroy_workqueue(asus->led_workqueue);
  322. }
  323. /*
  324. * PCI hotplug (for wlan rfkill)
  325. */
  326. static bool asus_wlan_rfkill_blocked(struct asus_wmi *asus)
  327. {
  328. int result = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
  329. if (result < 0)
  330. return false;
  331. return !result;
  332. }
  333. static void asus_rfkill_hotplug(struct asus_wmi *asus)
  334. {
  335. struct pci_dev *dev;
  336. struct pci_bus *bus;
  337. bool blocked;
  338. bool absent;
  339. u32 l;
  340. mutex_lock(&asus->wmi_lock);
  341. blocked = asus_wlan_rfkill_blocked(asus);
  342. mutex_unlock(&asus->wmi_lock);
  343. mutex_lock(&asus->hotplug_lock);
  344. if (asus->wlan.rfkill)
  345. rfkill_set_sw_state(asus->wlan.rfkill, blocked);
  346. if (asus->hotplug_slot) {
  347. bus = pci_find_bus(0, 1);
  348. if (!bus) {
  349. pr_warn("Unable to find PCI bus 1?\n");
  350. goto out_unlock;
  351. }
  352. if (pci_bus_read_config_dword(bus, 0, PCI_VENDOR_ID, &l)) {
  353. pr_err("Unable to read PCI config space?\n");
  354. goto out_unlock;
  355. }
  356. absent = (l == 0xffffffff);
  357. if (blocked != absent) {
  358. pr_warn("BIOS says wireless lan is %s, "
  359. "but the pci device is %s\n",
  360. blocked ? "blocked" : "unblocked",
  361. absent ? "absent" : "present");
  362. pr_warn("skipped wireless hotplug as probably "
  363. "inappropriate for this model\n");
  364. goto out_unlock;
  365. }
  366. if (!blocked) {
  367. dev = pci_get_slot(bus, 0);
  368. if (dev) {
  369. /* Device already present */
  370. pci_dev_put(dev);
  371. goto out_unlock;
  372. }
  373. dev = pci_scan_single_device(bus, 0);
  374. if (dev) {
  375. pci_bus_assign_resources(bus);
  376. if (pci_bus_add_device(dev))
  377. pr_err("Unable to hotplug wifi\n");
  378. }
  379. } else {
  380. dev = pci_get_slot(bus, 0);
  381. if (dev) {
  382. pci_remove_bus_device(dev);
  383. pci_dev_put(dev);
  384. }
  385. }
  386. }
  387. out_unlock:
  388. mutex_unlock(&asus->hotplug_lock);
  389. }
  390. static void asus_rfkill_notify(acpi_handle handle, u32 event, void *data)
  391. {
  392. struct asus_wmi *asus = data;
  393. if (event != ACPI_NOTIFY_BUS_CHECK)
  394. return;
  395. /*
  396. * We can't call directly asus_rfkill_hotplug because most
  397. * of the time WMBC is still being executed and not reetrant.
  398. * There is currently no way to tell ACPICA that we want this
  399. * method to be serialized, we schedule a asus_rfkill_hotplug
  400. * call later, in a safer context.
  401. */
  402. queue_work(asus->hotplug_workqueue, &asus->hotplug_work);
  403. }
  404. static int asus_register_rfkill_notifier(struct asus_wmi *asus, char *node)
  405. {
  406. acpi_status status;
  407. acpi_handle handle;
  408. status = acpi_get_handle(NULL, node, &handle);
  409. if (ACPI_SUCCESS(status)) {
  410. status = acpi_install_notify_handler(handle,
  411. ACPI_SYSTEM_NOTIFY,
  412. asus_rfkill_notify, asus);
  413. if (ACPI_FAILURE(status))
  414. pr_warn("Failed to register notify on %s\n", node);
  415. } else
  416. return -ENODEV;
  417. return 0;
  418. }
  419. static void asus_unregister_rfkill_notifier(struct asus_wmi *asus, char *node)
  420. {
  421. acpi_status status = AE_OK;
  422. acpi_handle handle;
  423. status = acpi_get_handle(NULL, node, &handle);
  424. if (ACPI_SUCCESS(status)) {
  425. status = acpi_remove_notify_handler(handle,
  426. ACPI_SYSTEM_NOTIFY,
  427. asus_rfkill_notify);
  428. if (ACPI_FAILURE(status))
  429. pr_err("Error removing rfkill notify handler %s\n",
  430. node);
  431. }
  432. }
  433. static int asus_get_adapter_status(struct hotplug_slot *hotplug_slot,
  434. u8 *value)
  435. {
  436. struct asus_wmi *asus = hotplug_slot->private;
  437. int result = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
  438. if (result < 0)
  439. return result;
  440. *value = !!result;
  441. return 0;
  442. }
  443. static void asus_cleanup_pci_hotplug(struct hotplug_slot *hotplug_slot)
  444. {
  445. kfree(hotplug_slot->info);
  446. kfree(hotplug_slot);
  447. }
  448. static struct hotplug_slot_ops asus_hotplug_slot_ops = {
  449. .owner = THIS_MODULE,
  450. .get_adapter_status = asus_get_adapter_status,
  451. .get_power_status = asus_get_adapter_status,
  452. };
  453. static void asus_hotplug_work(struct work_struct *work)
  454. {
  455. struct asus_wmi *asus;
  456. asus = container_of(work, struct asus_wmi, hotplug_work);
  457. asus_rfkill_hotplug(asus);
  458. }
  459. static int asus_setup_pci_hotplug(struct asus_wmi *asus)
  460. {
  461. int ret = -ENOMEM;
  462. struct pci_bus *bus = pci_find_bus(0, 1);
  463. if (!bus) {
  464. pr_err("Unable to find wifi PCI bus\n");
  465. return -ENODEV;
  466. }
  467. asus->hotplug_workqueue =
  468. create_singlethread_workqueue("hotplug_workqueue");
  469. if (!asus->hotplug_workqueue)
  470. goto error_workqueue;
  471. INIT_WORK(&asus->hotplug_work, asus_hotplug_work);
  472. asus->hotplug_slot = kzalloc(sizeof(struct hotplug_slot), GFP_KERNEL);
  473. if (!asus->hotplug_slot)
  474. goto error_slot;
  475. asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info),
  476. GFP_KERNEL);
  477. if (!asus->hotplug_slot->info)
  478. goto error_info;
  479. asus->hotplug_slot->private = asus;
  480. asus->hotplug_slot->release = &asus_cleanup_pci_hotplug;
  481. asus->hotplug_slot->ops = &asus_hotplug_slot_ops;
  482. asus_get_adapter_status(asus->hotplug_slot,
  483. &asus->hotplug_slot->info->adapter_status);
  484. ret = pci_hp_register(asus->hotplug_slot, bus, 0, "asus-wifi");
  485. if (ret) {
  486. pr_err("Unable to register hotplug slot - %d\n", ret);
  487. goto error_register;
  488. }
  489. return 0;
  490. error_register:
  491. kfree(asus->hotplug_slot->info);
  492. error_info:
  493. kfree(asus->hotplug_slot);
  494. asus->hotplug_slot = NULL;
  495. error_slot:
  496. destroy_workqueue(asus->hotplug_workqueue);
  497. error_workqueue:
  498. return ret;
  499. }
  500. /*
  501. * Rfkill devices
  502. */
  503. static int asus_rfkill_set(void *data, bool blocked)
  504. {
  505. struct asus_rfkill *priv = data;
  506. u32 ctrl_param = !blocked;
  507. return asus_wmi_set_devstate(priv->dev_id, ctrl_param, NULL);
  508. }
  509. static void asus_rfkill_query(struct rfkill *rfkill, void *data)
  510. {
  511. struct asus_rfkill *priv = data;
  512. int result;
  513. result = asus_wmi_get_devstate_simple(priv->asus, priv->dev_id);
  514. if (result < 0)
  515. return;
  516. rfkill_set_sw_state(priv->rfkill, !result);
  517. }
  518. static int asus_rfkill_wlan_set(void *data, bool blocked)
  519. {
  520. struct asus_rfkill *priv = data;
  521. struct asus_wmi *asus = priv->asus;
  522. int ret;
  523. /*
  524. * This handler is enabled only if hotplug is enabled.
  525. * In this case, the asus_wmi_set_devstate() will
  526. * trigger a wmi notification and we need to wait
  527. * this call to finish before being able to call
  528. * any wmi method
  529. */
  530. mutex_lock(&asus->wmi_lock);
  531. ret = asus_rfkill_set(data, blocked);
  532. mutex_unlock(&asus->wmi_lock);
  533. return ret;
  534. }
  535. static const struct rfkill_ops asus_rfkill_wlan_ops = {
  536. .set_block = asus_rfkill_wlan_set,
  537. .query = asus_rfkill_query,
  538. };
  539. static const struct rfkill_ops asus_rfkill_ops = {
  540. .set_block = asus_rfkill_set,
  541. .query = asus_rfkill_query,
  542. };
  543. static int asus_new_rfkill(struct asus_wmi *asus,
  544. struct asus_rfkill *arfkill,
  545. const char *name, enum rfkill_type type, int dev_id)
  546. {
  547. int result = asus_wmi_get_devstate_simple(asus, dev_id);
  548. struct rfkill **rfkill = &arfkill->rfkill;
  549. if (result < 0)
  550. return result;
  551. arfkill->dev_id = dev_id;
  552. arfkill->asus = asus;
  553. if (dev_id == ASUS_WMI_DEVID_WLAN && asus->driver->hotplug_wireless)
  554. *rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
  555. &asus_rfkill_wlan_ops, arfkill);
  556. else
  557. *rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
  558. &asus_rfkill_ops, arfkill);
  559. if (!*rfkill)
  560. return -EINVAL;
  561. rfkill_init_sw_state(*rfkill, !result);
  562. result = rfkill_register(*rfkill);
  563. if (result) {
  564. rfkill_destroy(*rfkill);
  565. *rfkill = NULL;
  566. return result;
  567. }
  568. return 0;
  569. }
  570. static void asus_wmi_rfkill_exit(struct asus_wmi *asus)
  571. {
  572. asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P5");
  573. asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P6");
  574. asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P7");
  575. if (asus->wlan.rfkill) {
  576. rfkill_unregister(asus->wlan.rfkill);
  577. rfkill_destroy(asus->wlan.rfkill);
  578. asus->wlan.rfkill = NULL;
  579. }
  580. /*
  581. * Refresh pci hotplug in case the rfkill state was changed after
  582. * asus_unregister_rfkill_notifier()
  583. */
  584. asus_rfkill_hotplug(asus);
  585. if (asus->hotplug_slot)
  586. pci_hp_deregister(asus->hotplug_slot);
  587. if (asus->hotplug_workqueue)
  588. destroy_workqueue(asus->hotplug_workqueue);
  589. if (asus->bluetooth.rfkill) {
  590. rfkill_unregister(asus->bluetooth.rfkill);
  591. rfkill_destroy(asus->bluetooth.rfkill);
  592. asus->bluetooth.rfkill = NULL;
  593. }
  594. if (asus->wimax.rfkill) {
  595. rfkill_unregister(asus->wimax.rfkill);
  596. rfkill_destroy(asus->wimax.rfkill);
  597. asus->wimax.rfkill = NULL;
  598. }
  599. if (asus->wwan3g.rfkill) {
  600. rfkill_unregister(asus->wwan3g.rfkill);
  601. rfkill_destroy(asus->wwan3g.rfkill);
  602. asus->wwan3g.rfkill = NULL;
  603. }
  604. }
  605. static int asus_wmi_rfkill_init(struct asus_wmi *asus)
  606. {
  607. int result = 0;
  608. mutex_init(&asus->hotplug_lock);
  609. mutex_init(&asus->wmi_lock);
  610. result = asus_new_rfkill(asus, &asus->wlan, "asus-wlan",
  611. RFKILL_TYPE_WLAN, ASUS_WMI_DEVID_WLAN);
  612. if (result && result != -ENODEV)
  613. goto exit;
  614. result = asus_new_rfkill(asus, &asus->bluetooth,
  615. "asus-bluetooth", RFKILL_TYPE_BLUETOOTH,
  616. ASUS_WMI_DEVID_BLUETOOTH);
  617. if (result && result != -ENODEV)
  618. goto exit;
  619. result = asus_new_rfkill(asus, &asus->wimax, "asus-wimax",
  620. RFKILL_TYPE_WIMAX, ASUS_WMI_DEVID_WIMAX);
  621. if (result && result != -ENODEV)
  622. goto exit;
  623. result = asus_new_rfkill(asus, &asus->wwan3g, "asus-wwan3g",
  624. RFKILL_TYPE_WWAN, ASUS_WMI_DEVID_WWAN3G);
  625. if (result && result != -ENODEV)
  626. goto exit;
  627. if (!asus->driver->hotplug_wireless)
  628. goto exit;
  629. result = asus_setup_pci_hotplug(asus);
  630. /*
  631. * If we get -EBUSY then something else is handling the PCI hotplug -
  632. * don't fail in this case
  633. */
  634. if (result == -EBUSY)
  635. result = 0;
  636. asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P5");
  637. asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P6");
  638. asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P7");
  639. /*
  640. * Refresh pci hotplug in case the rfkill state was changed during
  641. * setup.
  642. */
  643. asus_rfkill_hotplug(asus);
  644. exit:
  645. if (result && result != -ENODEV)
  646. asus_wmi_rfkill_exit(asus);
  647. if (result == -ENODEV)
  648. result = 0;
  649. return result;
  650. }
  651. /*
  652. * Hwmon device
  653. */
  654. static ssize_t asus_hwmon_pwm1(struct device *dev,
  655. struct device_attribute *attr,
  656. char *buf)
  657. {
  658. struct asus_wmi *asus = dev_get_drvdata(dev);
  659. u32 value;
  660. int err;
  661. err = asus_wmi_get_devstate(asus, ASUS_WMI_DEVID_FAN_CTRL, &value);
  662. if (err < 0)
  663. return err;
  664. value &= 0xFF;
  665. if (value == 1) /* Low Speed */
  666. value = 85;
  667. else if (value == 2)
  668. value = 170;
  669. else if (value == 3)
  670. value = 255;
  671. else if (value != 0) {
  672. pr_err("Unknown fan speed %#x", value);
  673. value = -1;
  674. }
  675. return sprintf(buf, "%d\n", value);
  676. }
  677. static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO, asus_hwmon_pwm1, NULL, 0);
  678. static ssize_t
  679. show_name(struct device *dev, struct device_attribute *attr, char *buf)
  680. {
  681. return sprintf(buf, "asus\n");
  682. }
  683. static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
  684. static struct attribute *hwmon_attributes[] = {
  685. &sensor_dev_attr_pwm1.dev_attr.attr,
  686. &sensor_dev_attr_name.dev_attr.attr,
  687. NULL
  688. };
  689. static mode_t asus_hwmon_sysfs_is_visible(struct kobject *kobj,
  690. struct attribute *attr, int idx)
  691. {
  692. struct device *dev = container_of(kobj, struct device, kobj);
  693. struct platform_device *pdev = to_platform_device(dev->parent);
  694. struct asus_wmi *asus = platform_get_drvdata(pdev);
  695. bool ok = true;
  696. int dev_id = -1;
  697. u32 value = ASUS_WMI_UNSUPPORTED_METHOD;
  698. if (attr == &sensor_dev_attr_pwm1.dev_attr.attr)
  699. dev_id = ASUS_WMI_DEVID_FAN_CTRL;
  700. if (dev_id != -1) {
  701. int err = asus_wmi_get_devstate(asus, dev_id, &value);
  702. if (err < 0)
  703. return 0; /* can't return negative here */
  704. }
  705. if (dev_id == ASUS_WMI_DEVID_FAN_CTRL) {
  706. /*
  707. * We need to find a better way, probably using sfun,
  708. * bits or spec ...
  709. * Currently we disable it if:
  710. * - ASUS_WMI_UNSUPPORTED_METHOD is returned
  711. * - reverved bits are non-zero
  712. * - sfun and presence bit are not set
  713. */
  714. if (value == ASUS_WMI_UNSUPPORTED_METHOD || value & 0xFFF80000
  715. || (!asus->sfun && !(value & ASUS_WMI_DSTS_PRESENCE_BIT)))
  716. ok = false;
  717. }
  718. return ok ? attr->mode : 0;
  719. }
  720. static struct attribute_group hwmon_attribute_group = {
  721. .is_visible = asus_hwmon_sysfs_is_visible,
  722. .attrs = hwmon_attributes
  723. };
  724. static void asus_wmi_hwmon_exit(struct asus_wmi *asus)
  725. {
  726. struct device *hwmon;
  727. hwmon = asus->hwmon_device;
  728. if (!hwmon)
  729. return;
  730. sysfs_remove_group(&hwmon->kobj, &hwmon_attribute_group);
  731. hwmon_device_unregister(hwmon);
  732. asus->hwmon_device = NULL;
  733. }
  734. static int asus_wmi_hwmon_init(struct asus_wmi *asus)
  735. {
  736. struct device *hwmon;
  737. int result;
  738. hwmon = hwmon_device_register(&asus->platform_device->dev);
  739. if (IS_ERR(hwmon)) {
  740. pr_err("Could not register asus hwmon device\n");
  741. return PTR_ERR(hwmon);
  742. }
  743. dev_set_drvdata(hwmon, asus);
  744. asus->hwmon_device = hwmon;
  745. result = sysfs_create_group(&hwmon->kobj, &hwmon_attribute_group);
  746. if (result)
  747. asus_wmi_hwmon_exit(asus);
  748. return result;
  749. }
  750. /*
  751. * Backlight
  752. */
  753. static int read_backlight_power(struct asus_wmi *asus)
  754. {
  755. int ret = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_BACKLIGHT);
  756. if (ret < 0)
  757. return ret;
  758. return ret ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
  759. }
  760. static int read_brightness_max(struct asus_wmi *asus)
  761. {
  762. u32 retval;
  763. int err;
  764. err = asus_wmi_get_devstate(asus, ASUS_WMI_DEVID_BRIGHTNESS, &retval);
  765. if (err < 0)
  766. return err;
  767. retval = retval & ASUS_WMI_DSTS_MAX_BRIGTH_MASK;
  768. retval >>= 8;
  769. if (!retval)
  770. return -ENODEV;
  771. return retval;
  772. }
  773. static int read_brightness(struct backlight_device *bd)
  774. {
  775. struct asus_wmi *asus = bl_get_data(bd);
  776. u32 retval;
  777. int err;
  778. err = asus_wmi_get_devstate(asus, ASUS_WMI_DEVID_BRIGHTNESS, &retval);
  779. if (err < 0)
  780. return err;
  781. return retval & ASUS_WMI_DSTS_BRIGHTNESS_MASK;
  782. }
  783. static int update_bl_status(struct backlight_device *bd)
  784. {
  785. struct asus_wmi *asus = bl_get_data(bd);
  786. u32 ctrl_param;
  787. int power, err;
  788. ctrl_param = bd->props.brightness;
  789. err = asus_wmi_set_devstate(ASUS_WMI_DEVID_BRIGHTNESS,
  790. ctrl_param, NULL);
  791. if (err < 0)
  792. return err;
  793. power = read_backlight_power(asus);
  794. if (power != -ENODEV && bd->props.power != power) {
  795. ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK);
  796. err = asus_wmi_set_devstate(ASUS_WMI_DEVID_BACKLIGHT,
  797. ctrl_param, NULL);
  798. }
  799. return err;
  800. }
  801. static const struct backlight_ops asus_wmi_bl_ops = {
  802. .get_brightness = read_brightness,
  803. .update_status = update_bl_status,
  804. };
  805. static int asus_wmi_backlight_notify(struct asus_wmi *asus, int code)
  806. {
  807. struct backlight_device *bd = asus->backlight_device;
  808. int old = bd->props.brightness;
  809. int new = old;
  810. if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX)
  811. new = code - NOTIFY_BRNUP_MIN + 1;
  812. else if (code >= NOTIFY_BRNDOWN_MIN && code <= NOTIFY_BRNDOWN_MAX)
  813. new = code - NOTIFY_BRNDOWN_MIN;
  814. bd->props.brightness = new;
  815. backlight_update_status(bd);
  816. backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY);
  817. return old;
  818. }
  819. static int asus_wmi_backlight_init(struct asus_wmi *asus)
  820. {
  821. struct backlight_device *bd;
  822. struct backlight_properties props;
  823. int max;
  824. int power;
  825. max = read_brightness_max(asus);
  826. if (max == -ENODEV)
  827. max = 0;
  828. else if (max < 0)
  829. return max;
  830. power = read_backlight_power(asus);
  831. if (power == -ENODEV)
  832. power = FB_BLANK_UNBLANK;
  833. else if (power < 0)
  834. return power;
  835. memset(&props, 0, sizeof(struct backlight_properties));
  836. props.type = BACKLIGHT_PLATFORM;
  837. props.max_brightness = max;
  838. bd = backlight_device_register(asus->driver->name,
  839. &asus->platform_device->dev, asus,
  840. &asus_wmi_bl_ops, &props);
  841. if (IS_ERR(bd)) {
  842. pr_err("Could not register backlight device\n");
  843. return PTR_ERR(bd);
  844. }
  845. asus->backlight_device = bd;
  846. bd->props.brightness = read_brightness(bd);
  847. bd->props.power = power;
  848. backlight_update_status(bd);
  849. return 0;
  850. }
  851. static void asus_wmi_backlight_exit(struct asus_wmi *asus)
  852. {
  853. if (asus->backlight_device)
  854. backlight_device_unregister(asus->backlight_device);
  855. asus->backlight_device = NULL;
  856. }
  857. static void asus_wmi_notify(u32 value, void *context)
  858. {
  859. struct asus_wmi *asus = context;
  860. struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
  861. union acpi_object *obj;
  862. acpi_status status;
  863. int code;
  864. int orig_code;
  865. unsigned int key_value = 1;
  866. bool autorelease = 1;
  867. status = wmi_get_event_data(value, &response);
  868. if (status != AE_OK) {
  869. pr_err("bad event status 0x%x\n", status);
  870. return;
  871. }
  872. obj = (union acpi_object *)response.pointer;
  873. if (!obj || obj->type != ACPI_TYPE_INTEGER)
  874. goto exit;
  875. code = obj->integer.value;
  876. orig_code = code;
  877. if (asus->driver->key_filter) {
  878. asus->driver->key_filter(asus->driver, &code, &key_value,
  879. &autorelease);
  880. if (code == ASUS_WMI_KEY_IGNORE)
  881. goto exit;
  882. }
  883. if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX)
  884. code = NOTIFY_BRNUP_MIN;
  885. else if (code >= NOTIFY_BRNDOWN_MIN &&
  886. code <= NOTIFY_BRNDOWN_MAX)
  887. code = NOTIFY_BRNDOWN_MIN;
  888. if (code == NOTIFY_BRNUP_MIN || code == NOTIFY_BRNDOWN_MIN) {
  889. if (!acpi_video_backlight_support())
  890. asus_wmi_backlight_notify(asus, orig_code);
  891. } else if (!sparse_keymap_report_event(asus->inputdev, code,
  892. key_value, autorelease))
  893. pr_info("Unknown key %x pressed\n", code);
  894. exit:
  895. kfree(obj);
  896. }
  897. /*
  898. * Sys helpers
  899. */
  900. static int parse_arg(const char *buf, unsigned long count, int *val)
  901. {
  902. if (!count)
  903. return 0;
  904. if (sscanf(buf, "%i", val) != 1)
  905. return -EINVAL;
  906. return count;
  907. }
  908. static ssize_t store_sys_wmi(struct asus_wmi *asus, int devid,
  909. const char *buf, size_t count)
  910. {
  911. u32 retval;
  912. int rv, err, value;
  913. value = asus_wmi_get_devstate_simple(asus, devid);
  914. if (value == -ENODEV) /* Check device presence */
  915. return value;
  916. rv = parse_arg(buf, count, &value);
  917. err = asus_wmi_set_devstate(devid, value, &retval);
  918. if (err < 0)
  919. return err;
  920. return rv;
  921. }
  922. static ssize_t show_sys_wmi(struct asus_wmi *asus, int devid, char *buf)
  923. {
  924. int value = asus_wmi_get_devstate_simple(asus, devid);
  925. if (value < 0)
  926. return value;
  927. return sprintf(buf, "%d\n", value);
  928. }
  929. #define ASUS_WMI_CREATE_DEVICE_ATTR(_name, _mode, _cm) \
  930. static ssize_t show_##_name(struct device *dev, \
  931. struct device_attribute *attr, \
  932. char *buf) \
  933. { \
  934. struct asus_wmi *asus = dev_get_drvdata(dev); \
  935. \
  936. return show_sys_wmi(asus, _cm, buf); \
  937. } \
  938. static ssize_t store_##_name(struct device *dev, \
  939. struct device_attribute *attr, \
  940. const char *buf, size_t count) \
  941. { \
  942. struct asus_wmi *asus = dev_get_drvdata(dev); \
  943. \
  944. return store_sys_wmi(asus, _cm, buf, count); \
  945. } \
  946. static struct device_attribute dev_attr_##_name = { \
  947. .attr = { \
  948. .name = __stringify(_name), \
  949. .mode = _mode }, \
  950. .show = show_##_name, \
  951. .store = store_##_name, \
  952. }
  953. ASUS_WMI_CREATE_DEVICE_ATTR(touchpad, 0644, ASUS_WMI_DEVID_TOUCHPAD);
  954. ASUS_WMI_CREATE_DEVICE_ATTR(camera, 0644, ASUS_WMI_DEVID_CAMERA);
  955. ASUS_WMI_CREATE_DEVICE_ATTR(cardr, 0644, ASUS_WMI_DEVID_CARDREADER);
  956. static ssize_t store_cpufv(struct device *dev, struct device_attribute *attr,
  957. const char *buf, size_t count)
  958. {
  959. int value;
  960. if (!count || sscanf(buf, "%i", &value) != 1)
  961. return -EINVAL;
  962. if (value < 0 || value > 2)
  963. return -EINVAL;
  964. return asus_wmi_evaluate_method(ASUS_WMI_METHODID_CFVS, value, 0, NULL);
  965. }
  966. static DEVICE_ATTR(cpufv, S_IRUGO | S_IWUSR, NULL, store_cpufv);
  967. static struct attribute *platform_attributes[] = {
  968. &dev_attr_cpufv.attr,
  969. &dev_attr_camera.attr,
  970. &dev_attr_cardr.attr,
  971. &dev_attr_touchpad.attr,
  972. NULL
  973. };
  974. static mode_t asus_sysfs_is_visible(struct kobject *kobj,
  975. struct attribute *attr, int idx)
  976. {
  977. struct device *dev = container_of(kobj, struct device, kobj);
  978. struct platform_device *pdev = to_platform_device(dev);
  979. struct asus_wmi *asus = platform_get_drvdata(pdev);
  980. bool ok = true;
  981. int devid = -1;
  982. if (attr == &dev_attr_camera.attr)
  983. devid = ASUS_WMI_DEVID_CAMERA;
  984. else if (attr == &dev_attr_cardr.attr)
  985. devid = ASUS_WMI_DEVID_CARDREADER;
  986. else if (attr == &dev_attr_touchpad.attr)
  987. devid = ASUS_WMI_DEVID_TOUCHPAD;
  988. if (devid != -1)
  989. ok = !(asus_wmi_get_devstate_simple(asus, devid) < 0);
  990. return ok ? attr->mode : 0;
  991. }
  992. static struct attribute_group platform_attribute_group = {
  993. .is_visible = asus_sysfs_is_visible,
  994. .attrs = platform_attributes
  995. };
  996. static void asus_wmi_sysfs_exit(struct platform_device *device)
  997. {
  998. sysfs_remove_group(&device->dev.kobj, &platform_attribute_group);
  999. }
  1000. static int asus_wmi_sysfs_init(struct platform_device *device)
  1001. {
  1002. return sysfs_create_group(&device->dev.kobj, &platform_attribute_group);
  1003. }
  1004. /*
  1005. * Platform device
  1006. */
  1007. static int asus_wmi_platform_init(struct asus_wmi *asus)
  1008. {
  1009. int rv;
  1010. /* INIT enable hotkeys on some models */
  1011. if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_INIT, 0, 0, &rv))
  1012. pr_info("Initialization: %#x", rv);
  1013. /* We don't know yet what to do with this version... */
  1014. if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_SPEC, 0, 0x9, &rv)) {
  1015. pr_info("BIOS WMI version: %d.%d", rv >> 16, rv & 0xFF);
  1016. asus->spec = rv;
  1017. }
  1018. /*
  1019. * The SFUN method probably allows the original driver to get the list
  1020. * of features supported by a given model. For now, 0x0100 or 0x0800
  1021. * bit signifies that the laptop is equipped with a Wi-Fi MiniPCI card.
  1022. * The significance of others is yet to be found.
  1023. */
  1024. if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_SFUN, 0, 0, &rv)) {
  1025. pr_info("SFUN value: %#x", rv);
  1026. asus->sfun = rv;
  1027. }
  1028. /*
  1029. * Eee PC and Notebooks seems to have different method_id for DSTS,
  1030. * but it may also be related to the BIOS's SPEC.
  1031. * Note, on most Eeepc, there is no way to check if a method exist
  1032. * or note, while on notebooks, they returns 0xFFFFFFFE on failure,
  1033. * but once again, SPEC may probably be used for that kind of things.
  1034. */
  1035. if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS, 0, 0, NULL))
  1036. asus->dsts_id = ASUS_WMI_METHODID_DSTS;
  1037. else if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS2, 0, 0, NULL))
  1038. asus->dsts_id = ASUS_WMI_METHODID_DSTS2;
  1039. if (!asus->dsts_id) {
  1040. pr_err("Can't find DSTS");
  1041. return -ENODEV;
  1042. }
  1043. return asus_wmi_sysfs_init(asus->platform_device);
  1044. }
  1045. static void asus_wmi_platform_exit(struct asus_wmi *asus)
  1046. {
  1047. asus_wmi_sysfs_exit(asus->platform_device);
  1048. }
  1049. /*
  1050. * debugfs
  1051. */
  1052. struct asus_wmi_debugfs_node {
  1053. struct asus_wmi *asus;
  1054. char *name;
  1055. int (*show) (struct seq_file *m, void *data);
  1056. };
  1057. static int show_dsts(struct seq_file *m, void *data)
  1058. {
  1059. struct asus_wmi *asus = m->private;
  1060. int err;
  1061. u32 retval = -1;
  1062. err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval);
  1063. if (err < 0)
  1064. return err;
  1065. seq_printf(m, "DSTS(%#x) = %#x\n", asus->debug.dev_id, retval);
  1066. return 0;
  1067. }
  1068. static int show_devs(struct seq_file *m, void *data)
  1069. {
  1070. struct asus_wmi *asus = m->private;
  1071. int err;
  1072. u32 retval = -1;
  1073. err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param,
  1074. &retval);
  1075. if (err < 0)
  1076. return err;
  1077. seq_printf(m, "DEVS(%#x, %#x) = %#x\n", asus->debug.dev_id,
  1078. asus->debug.ctrl_param, retval);
  1079. return 0;
  1080. }
  1081. static int show_call(struct seq_file *m, void *data)
  1082. {
  1083. struct asus_wmi *asus = m->private;
  1084. struct bios_args args = {
  1085. .arg0 = asus->debug.dev_id,
  1086. .arg1 = asus->debug.ctrl_param,
  1087. };
  1088. struct acpi_buffer input = { (acpi_size) sizeof(args), &args };
  1089. struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
  1090. union acpi_object *obj;
  1091. acpi_status status;
  1092. status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID,
  1093. 1, asus->debug.method_id,
  1094. &input, &output);
  1095. if (ACPI_FAILURE(status))
  1096. return -EIO;
  1097. obj = (union acpi_object *)output.pointer;
  1098. if (obj && obj->type == ACPI_TYPE_INTEGER)
  1099. seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id,
  1100. asus->debug.dev_id, asus->debug.ctrl_param,
  1101. (u32) obj->integer.value);
  1102. else
  1103. seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id,
  1104. asus->debug.dev_id, asus->debug.ctrl_param,
  1105. obj ? obj->type : -1);
  1106. kfree(obj);
  1107. return 0;
  1108. }
  1109. static struct asus_wmi_debugfs_node asus_wmi_debug_files[] = {
  1110. {NULL, "devs", show_devs},
  1111. {NULL, "dsts", show_dsts},
  1112. {NULL, "call", show_call},
  1113. };
  1114. static int asus_wmi_debugfs_open(struct inode *inode, struct file *file)
  1115. {
  1116. struct asus_wmi_debugfs_node *node = inode->i_private;
  1117. return single_open(file, node->show, node->asus);
  1118. }
  1119. static const struct file_operations asus_wmi_debugfs_io_ops = {
  1120. .owner = THIS_MODULE,
  1121. .open = asus_wmi_debugfs_open,
  1122. .read = seq_read,
  1123. .llseek = seq_lseek,
  1124. .release = single_release,
  1125. };
  1126. static void asus_wmi_debugfs_exit(struct asus_wmi *asus)
  1127. {
  1128. debugfs_remove_recursive(asus->debug.root);
  1129. }
  1130. static int asus_wmi_debugfs_init(struct asus_wmi *asus)
  1131. {
  1132. struct dentry *dent;
  1133. int i;
  1134. asus->debug.root = debugfs_create_dir(asus->driver->name, NULL);
  1135. if (!asus->debug.root) {
  1136. pr_err("failed to create debugfs directory");
  1137. goto error_debugfs;
  1138. }
  1139. dent = debugfs_create_x32("method_id", S_IRUGO | S_IWUSR,
  1140. asus->debug.root, &asus->debug.method_id);
  1141. if (!dent)
  1142. goto error_debugfs;
  1143. dent = debugfs_create_x32("dev_id", S_IRUGO | S_IWUSR,
  1144. asus->debug.root, &asus->debug.dev_id);
  1145. if (!dent)
  1146. goto error_debugfs;
  1147. dent = debugfs_create_x32("ctrl_param", S_IRUGO | S_IWUSR,
  1148. asus->debug.root, &asus->debug.ctrl_param);
  1149. if (!dent)
  1150. goto error_debugfs;
  1151. for (i = 0; i < ARRAY_SIZE(asus_wmi_debug_files); i++) {
  1152. struct asus_wmi_debugfs_node *node = &asus_wmi_debug_files[i];
  1153. node->asus = asus;
  1154. dent = debugfs_create_file(node->name, S_IFREG | S_IRUGO,
  1155. asus->debug.root, node,
  1156. &asus_wmi_debugfs_io_ops);
  1157. if (!dent) {
  1158. pr_err("failed to create debug file: %s\n", node->name);
  1159. goto error_debugfs;
  1160. }
  1161. }
  1162. return 0;
  1163. error_debugfs:
  1164. asus_wmi_debugfs_exit(asus);
  1165. return -ENOMEM;
  1166. }
  1167. /*
  1168. * WMI Driver
  1169. */
  1170. static int asus_wmi_add(struct platform_device *pdev)
  1171. {
  1172. struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver);
  1173. struct asus_wmi_driver *wdrv = to_asus_wmi_driver(pdrv);
  1174. struct asus_wmi *asus;
  1175. acpi_status status;
  1176. int err;
  1177. asus = kzalloc(sizeof(struct asus_wmi), GFP_KERNEL);
  1178. if (!asus)
  1179. return -ENOMEM;
  1180. asus->driver = wdrv;
  1181. asus->platform_device = pdev;
  1182. wdrv->platform_device = pdev;
  1183. platform_set_drvdata(asus->platform_device, asus);
  1184. if (wdrv->quirks)
  1185. wdrv->quirks(asus->driver);
  1186. err = asus_wmi_platform_init(asus);
  1187. if (err)
  1188. goto fail_platform;
  1189. err = asus_wmi_input_init(asus);
  1190. if (err)
  1191. goto fail_input;
  1192. err = asus_wmi_hwmon_init(asus);
  1193. if (err)
  1194. goto fail_hwmon;
  1195. err = asus_wmi_led_init(asus);
  1196. if (err)
  1197. goto fail_leds;
  1198. err = asus_wmi_rfkill_init(asus);
  1199. if (err)
  1200. goto fail_rfkill;
  1201. if (!acpi_video_backlight_support()) {
  1202. err = asus_wmi_backlight_init(asus);
  1203. if (err && err != -ENODEV)
  1204. goto fail_backlight;
  1205. } else
  1206. pr_info("Backlight controlled by ACPI video driver\n");
  1207. status = wmi_install_notify_handler(asus->driver->event_guid,
  1208. asus_wmi_notify, asus);
  1209. if (ACPI_FAILURE(status)) {
  1210. pr_err("Unable to register notify handler - %d\n", status);
  1211. err = -ENODEV;
  1212. goto fail_wmi_handler;
  1213. }
  1214. err = asus_wmi_debugfs_init(asus);
  1215. if (err)
  1216. goto fail_debugfs;
  1217. return 0;
  1218. fail_debugfs:
  1219. wmi_remove_notify_handler(asus->driver->event_guid);
  1220. fail_wmi_handler:
  1221. asus_wmi_backlight_exit(asus);
  1222. fail_backlight:
  1223. asus_wmi_rfkill_exit(asus);
  1224. fail_rfkill:
  1225. asus_wmi_led_exit(asus);
  1226. fail_leds:
  1227. asus_wmi_hwmon_exit(asus);
  1228. fail_hwmon:
  1229. asus_wmi_input_exit(asus);
  1230. fail_input:
  1231. asus_wmi_platform_exit(asus);
  1232. fail_platform:
  1233. kfree(asus);
  1234. return err;
  1235. }
  1236. static int asus_wmi_remove(struct platform_device *device)
  1237. {
  1238. struct asus_wmi *asus;
  1239. asus = platform_get_drvdata(device);
  1240. wmi_remove_notify_handler(asus->driver->event_guid);
  1241. asus_wmi_backlight_exit(asus);
  1242. asus_wmi_input_exit(asus);
  1243. asus_wmi_hwmon_exit(asus);
  1244. asus_wmi_led_exit(asus);
  1245. asus_wmi_rfkill_exit(asus);
  1246. asus_wmi_debugfs_exit(asus);
  1247. asus_wmi_platform_exit(asus);
  1248. kfree(asus);
  1249. return 0;
  1250. }
  1251. /*
  1252. * Platform driver - hibernate/resume callbacks
  1253. */
  1254. static int asus_hotk_thaw(struct device *device)
  1255. {
  1256. struct asus_wmi *asus = dev_get_drvdata(device);
  1257. if (asus->wlan.rfkill) {
  1258. bool wlan;
  1259. /*
  1260. * Work around bios bug - acpi _PTS turns off the wireless led
  1261. * during suspend. Normally it restores it on resume, but
  1262. * we should kick it ourselves in case hibernation is aborted.
  1263. */
  1264. wlan = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
  1265. asus_wmi_set_devstate(ASUS_WMI_DEVID_WLAN, wlan, NULL);
  1266. }
  1267. return 0;
  1268. }
  1269. static int asus_hotk_restore(struct device *device)
  1270. {
  1271. struct asus_wmi *asus = dev_get_drvdata(device);
  1272. int bl;
  1273. /* Refresh both wlan rfkill state and pci hotplug */
  1274. if (asus->wlan.rfkill)
  1275. asus_rfkill_hotplug(asus);
  1276. if (asus->bluetooth.rfkill) {
  1277. bl = !asus_wmi_get_devstate_simple(asus,
  1278. ASUS_WMI_DEVID_BLUETOOTH);
  1279. rfkill_set_sw_state(asus->bluetooth.rfkill, bl);
  1280. }
  1281. if (asus->wimax.rfkill) {
  1282. bl = !asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WIMAX);
  1283. rfkill_set_sw_state(asus->wimax.rfkill, bl);
  1284. }
  1285. if (asus->wwan3g.rfkill) {
  1286. bl = !asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WWAN3G);
  1287. rfkill_set_sw_state(asus->wwan3g.rfkill, bl);
  1288. }
  1289. return 0;
  1290. }
  1291. static const struct dev_pm_ops asus_pm_ops = {
  1292. .thaw = asus_hotk_thaw,
  1293. .restore = asus_hotk_restore,
  1294. };
  1295. static int asus_wmi_probe(struct platform_device *pdev)
  1296. {
  1297. struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver);
  1298. struct asus_wmi_driver *wdrv = to_asus_wmi_driver(pdrv);
  1299. int ret;
  1300. if (!wmi_has_guid(ASUS_WMI_MGMT_GUID)) {
  1301. pr_warn("Management GUID not found\n");
  1302. return -ENODEV;
  1303. }
  1304. if (wdrv->event_guid && !wmi_has_guid(wdrv->event_guid)) {
  1305. pr_warn("Event GUID not found\n");
  1306. return -ENODEV;
  1307. }
  1308. if (wdrv->probe) {
  1309. ret = wdrv->probe(pdev);
  1310. if (ret)
  1311. return ret;
  1312. }
  1313. return asus_wmi_add(pdev);
  1314. }
  1315. static bool used;
  1316. int asus_wmi_register_driver(struct asus_wmi_driver *driver)
  1317. {
  1318. struct platform_driver *platform_driver;
  1319. struct platform_device *platform_device;
  1320. if (used)
  1321. return -EBUSY;
  1322. platform_driver = &driver->platform_driver;
  1323. platform_driver->remove = asus_wmi_remove;
  1324. platform_driver->driver.owner = driver->owner;
  1325. platform_driver->driver.name = driver->name;
  1326. platform_driver->driver.pm = &asus_pm_ops;
  1327. platform_device = platform_create_bundle(platform_driver,
  1328. asus_wmi_probe,
  1329. NULL, 0, NULL, 0);
  1330. if (IS_ERR(platform_device))
  1331. return PTR_ERR(platform_device);
  1332. used = true;
  1333. return 0;
  1334. }
  1335. EXPORT_SYMBOL_GPL(asus_wmi_register_driver);
  1336. void asus_wmi_unregister_driver(struct asus_wmi_driver *driver)
  1337. {
  1338. platform_device_unregister(driver->platform_device);
  1339. platform_driver_unregister(&driver->platform_driver);
  1340. used = false;
  1341. }
  1342. EXPORT_SYMBOL_GPL(asus_wmi_unregister_driver);
  1343. static int __init asus_wmi_init(void)
  1344. {
  1345. if (!wmi_has_guid(ASUS_WMI_MGMT_GUID)) {
  1346. pr_info("Asus Management GUID not found");
  1347. return -ENODEV;
  1348. }
  1349. pr_info("ASUS WMI generic driver loaded");
  1350. return 0;
  1351. }
  1352. static void __exit asus_wmi_exit(void)
  1353. {
  1354. pr_info("ASUS WMI generic driver unloaded");
  1355. }
  1356. module_init(asus_wmi_init);
  1357. module_exit(asus_wmi_exit);