brintos

brintos / linux-shallow public Read only

0
0
Text · 3.1 KiB · aadb35b Raw
82 lines · plain
1What:		/sys/bus/wmi/devices/.../driver_override2Date:		February 20243Contact:	Armin Wolf <W_Armin@gmx.de>4Description:5		This file allows the driver for a device to be specified which6		will override standard ID table matching.7		When specified, only a driver with a name matching the value8		written to driver_override will have an opportunity to bind9		to the device.10		The override is specified by writing a string to the11		driver_override file (echo wmi-event-dummy > driver_override).12		The override may be cleared with an empty string (echo > \13		driver_override) which returns the device to standard matching14		rules binding.15		Writing to driver_override does not automatically unbind the16		device from its current driver or make any attempt to automatically17		load the specified driver. If no driver with a matching name is18		currently loaded in the kernel, the device will not bind to any19		driver.20		This also allows devices to opt-out of driver binding using a21		driver_override name such as "none". Only a single driver may be22		specified in the override, there is no support for parsing delimiters.23 24What:		/sys/bus/wmi/devices/.../modalias25Date:		November 20:1526Contact:	Andy Lutomirski <luto@kernel.org>27Description:28		This file contains the MODALIAS value emitted by uevent for a29		given WMI device.30 31		Format: wmi:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.32 33What:		/sys/bus/wmi/devices/.../guid34Date:		November 201535Contact:	Andy Lutomirski <luto@kernel.org>36Description:37		This file contains the GUID used to match WMI devices to38		compatible WMI drivers. This GUID is not necessarily unique39		inside a given machine, it is solely used to identify the40		interface exposed by a given WMI device.41 42What:		/sys/bus/wmi/devices/.../object_id43Date:		November 201544Contact:	Andy Lutomirski <luto@kernel.org>45Description:46		This file contains the WMI object ID used internally to construct47		the ACPI method names used by non-event WMI devices. It contains48		two ASCII letters.49 50What:		/sys/bus/wmi/devices/.../notify_id51Date:		November 201552Contact:	Andy Lutomirski <luto@kernel.org>53Description:54		This file contains the WMI notify ID used internally to map ACPI55		events to WMI event devices. It contains two ASCII letters.56 57What:		/sys/bus/wmi/devices/.../instance_count58Date:		November 201559Contact:	Andy Lutomirski <luto@kernel.org>60Description:61		This file contains the number of WMI object instances being62		present on a given WMI device. It contains a non-negative63		number.64 65What:		/sys/bus/wmi/devices/.../expensive66Date:		November 201567Contact:	Andy Lutomirski <luto@kernel.org>68Description:69		This file contains a boolean flag signaling if interacting with70		the given WMI device will consume significant CPU resources.71		The WMI driver core will take care of enabling/disabling such72		WMI devices.73 74What:		/sys/bus/wmi/devices/.../setable75Date:		May 201776Contact:	Darren Hart (VMware) <dvhart@infradead.org>77Description:78		This file contains a boolean flags signaling the data block79		aassociated with the given WMI device is writable. If the80		given WMI device is not associated with a data block, then81		this file will not exist.82