forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10,224 changed files
with
451,916 additions
and
470,296 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
*.gcno | ||
modules.builtin | ||
Module.symvers | ||
*.dwo | ||
|
||
# | ||
# Top-level generic files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1381,6 +1381,9 @@ S: 17 rue Danton | |
S: F - 94270 Le Kremlin-Bicêtre | ||
S: France | ||
|
||
N: Jack Hammer | ||
D: IBM ServeRAID RAID (ips) driver maintenance | ||
|
||
N: Greg Hankins | ||
E: [email protected] | ||
D: fixed keyboard driver to separate LED and locking status | ||
|
@@ -1691,6 +1694,10 @@ S: Reading | |
S: RG6 2NU | ||
S: United Kingdom | ||
|
||
N: Dave Jeffery | ||
E: [email protected] | ||
D: SCSI hacks and IBM ServeRAID RAID driver maintenance | ||
|
||
N: Jakub Jelinek | ||
E: [email protected] | ||
W: http://sunsite.mff.cuni.cz/~jj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ Date: May 2007 | |
KernelVersion: 2.6.23 | ||
Contact: Alan Stern <[email protected]> | ||
Description: | ||
If CONFIG_USB_PERSIST is set, then each USB device directory | ||
will contain a file named power/persist. The file holds a | ||
boolean value (0 or 1) indicating whether or not the | ||
"USB-Persist" facility is enabled for the device. Since the | ||
facility is inherently dangerous, it is disabled by default | ||
for all devices except hubs. For more information, see | ||
Documentation/usb/persist.txt. | ||
USB device directories can contain a file named power/persist. | ||
The file holds a boolean value (0 or 1) indicating whether or | ||
not the "USB-Persist" facility is enabled for the device. For | ||
hubs this facility is always enabled and their device | ||
directories will not contain this file. | ||
|
||
For more information, see Documentation/usb/persist.txt. | ||
|
||
What: /sys/bus/usb/devices/.../power/autosuspend | ||
Date: March 2007 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,6 +260,10 @@ What: /sys/bus/iio/devices/iio:deviceX/in_magn_scale | |
What: /sys/bus/iio/devices/iio:deviceX/in_magn_x_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_magn_y_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_magn_z_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_pressureY_scale | ||
What: /sys/bus/iio/devices/iio:deviceX/in_pressure_scale | ||
KernelVersion: 2.6.35 | ||
|
@@ -447,6 +451,14 @@ What: /sys/.../iio:deviceX/events/in_magn_y_thresh_rising_en | |
What: /sys/.../iio:deviceX/events/in_magn_y_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_magn_z_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_magn_z_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_supply_thresh_rising_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_supply_thresh_falling_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_thresh_rising_en | ||
|
@@ -492,6 +504,14 @@ What: /sys/.../iio:deviceX/events/in_magn_y_roc_rising_en | |
What: /sys/.../iio:deviceX/events/in_magn_y_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_magn_z_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_magn_z_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_supply_roc_rising_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_supply_roc_falling_en | ||
What: /sys/.../iio:deviceX/events/in_voltageY_roc_rising_en | ||
|
@@ -538,6 +558,14 @@ What: /sys/.../events/in_magn_y_raw_thresh_rising_value | |
What: /sys/.../events/in_magn_y_raw_thresh_falling_value | ||
What: /sys/.../events/in_magn_z_raw_thresh_rising_value | ||
What: /sys/.../events/in_magn_z_raw_thresh_falling_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_raw_thresh_rising_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_raw_thresh_falling_value | ||
What: /sys/.../events/in_rot_from_north_true_raw_thresh_rising_value | ||
What: /sys/.../events/in_rot_from_north_true_raw_thresh_falling_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_rising_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_falling_value | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_rising_value | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_falling_value | ||
What: /sys/.../events/in_voltageY_supply_raw_thresh_rising_value | ||
What: /sys/.../events/in_voltageY_supply_raw_thresh_falling_value | ||
What: /sys/.../events/in_voltageY_raw_thresh_rising_value | ||
|
@@ -588,6 +616,18 @@ What: /sys/.../events/in_magn_y_thresh_either_hysteresis | |
What: /sys/.../events/in_magn_z_thresh_rising_hysteresis | ||
What: /sys/.../events/in_magn_z_thresh_falling_hysteresis | ||
What: /sys/.../events/in_magn_z_thresh_either_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_thresh_rising_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_thresh_falling_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_thresh_either_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_thresh_rising_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_thresh_falling_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_thresh_either_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_hysteresis | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_either_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_hysteresis | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_thresh_either_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_rising_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_falling_hysteresis | ||
What: /sys/.../events/in_voltageY_thresh_either_hysteresis | ||
|
@@ -635,6 +675,14 @@ What: /sys/.../events/in_magn_y_raw_roc_rising_value | |
What: /sys/.../events/in_magn_y_raw_roc_falling_value | ||
What: /sys/.../events/in_magn_z_raw_roc_rising_value | ||
What: /sys/.../events/in_magn_z_raw_roc_falling_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_raw_roc_rising_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_raw_roc_falling_value | ||
What: /sys/.../events/in_rot_from_north_true_raw_roc_rising_value | ||
What: /sys/.../events/in_rot_from_north_true_raw_roc_falling_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_rising_value | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_falling_value | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_rising_value | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_falling_value | ||
What: /sys/.../events/in_voltageY_supply_raw_roc_rising_value | ||
What: /sys/.../events/in_voltageY_supply_raw_roc_falling_value | ||
What: /sys/.../events/in_voltageY_raw_roc_rising_value | ||
|
@@ -690,6 +738,22 @@ What: /sys/.../events/in_magn_z_thresh_rising_period | |
What: /sys/.../events/in_magn_z_thresh_falling_period | ||
What: /sys/.../events/in_magn_z_roc_rising_period | ||
What: /sys/.../events/in_magn_z_roc_falling_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_thresh_rising_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_thresh_falling_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_roc_rising_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_roc_falling_period | ||
What: /sys/.../events/in_rot_from_north_true_thresh_rising_period | ||
What: /sys/.../events/in_rot_from_north_true_thresh_falling_period | ||
What: /sys/.../events/in_rot_from_north_true_roc_rising_period | ||
What: /sys/.../events/in_rot_from_north_true_roc_falling_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_rising_period | ||
What: /sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_falling_period | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_period | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_period | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_roc_rising_period | ||
What: /sys/.../events/in_rot_from_north_true_tilt_comp_roc_falling_period | ||
What: /sys/.../events/in_voltageY_supply_thresh_rising_period | ||
What: /sys/.../events/in_voltageY_supply_thresh_falling_period | ||
What: /sys/.../events/in_voltageY_supply_roc_rising_period | ||
|
@@ -787,6 +851,10 @@ What: /sys/.../iio:deviceX/scan_elements/in_anglvel_z_en | |
What: /sys/.../iio:deviceX/scan_elements/in_magn_x_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_magn_y_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_magn_z_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_tilt_comp_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_tilt_comp_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_timestamp_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_voltageY_supply_en | ||
What: /sys/.../iio:deviceX/scan_elements/in_voltageY_en | ||
|
@@ -853,6 +921,10 @@ What: /sys/.../iio:deviceX/scan_elements/in_anglvel_z_index | |
What: /sys/.../iio:deviceX/scan_elements/in_magn_x_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_magn_y_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_magn_z_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_tilt_comp_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_tilt_comp_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_incli_x_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_incli_y_index | ||
What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index | ||
|
@@ -895,6 +967,19 @@ Description: | |
on-chip EEPROM. After power-up or chip reset the device will | ||
automatically load the saved configuration. | ||
|
||
What: /sys/.../iio:deviceX/in_proximity_raw | ||
What: /sys/.../iio:deviceX/in_proximity_input | ||
What: /sys/.../iio:deviceX/in_proximityY_raw | ||
KernelVersion: 3.4 | ||
Contact: [email protected] | ||
Description: | ||
Proximity measurement indicating that some | ||
object is near the sensor, usually be observing | ||
reflectivity of infrared or ultrasound emitted. | ||
Often these sensors are unit less and as such conversion | ||
to SI units is not possible. Where it is, the units should | ||
be meters. | ||
|
||
What: /sys/.../iio:deviceX/in_illuminanceY_input | ||
What: /sys/.../iio:deviceX/in_illuminanceY_raw | ||
What: /sys/.../iio:deviceX/in_illuminanceY_mean_raw | ||
|
@@ -933,3 +1018,13 @@ Description: | |
x y z w. Here x, y, and z component represents the axis about | ||
which a rotation will occur and w component represents the | ||
amount of rotation. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_raw | ||
What: /sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_raw | ||
KernelVersion: 3.15 | ||
Contact: [email protected] | ||
Description: | ||
Raw value of rotation from true/magnetic north measured with | ||
or without compensation from tilt sensors. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What: /sys/bus/platform/devices/.../driver_override | ||
Date: April 2014 | ||
Contact: Kim Phillips <[email protected]> | ||
Description: | ||
This file allows the driver for a device to be specified which | ||
will override standard OF, ACPI, ID table, and name matching. | ||
When specified, only a driver with a name matching the value | ||
written to driver_override will have an opportunity to bind | ||
to the device. The override is specified by writing a string | ||
to the driver_override file (echo vfio-platform > \ | ||
driver_override) and may be cleared with an empty string | ||
(echo > driver_override). This returns the device to standard | ||
matching rules binding. Writing to driver_override does not | ||
automatically unbind the device from its current driver or make | ||
any attempt to automatically load the specified driver. If no | ||
driver with a matching name is currently loaded in the kernel, | ||
the device will not bind to any driver. This also allows | ||
devices to opt-out of driver binding using a driver_override | ||
name such as "none". Only a single driver may be specified in | ||
the override, there is no support for parsing delimiters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Link Layer Validation Device is a standard device for testing of Super | ||
Speed Link Layer tests. These nodes are available in sysfs only when lvs | ||
driver is bound with root hub device. | ||
|
||
What: /sys/bus/usb/devices/.../get_dev_desc | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Write to this node to issue "Get Device Descriptor" | ||
for Link Layer Validation device. It is needed for TD.7.06. | ||
|
||
What: /sys/bus/usb/devices/.../u1_timeout | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Set "U1 timeout" for the downstream port where Link Layer | ||
Validation device is connected. Timeout value must be between 0 | ||
and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. | ||
|
||
What: /sys/bus/usb/devices/.../u2_timeout | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Set "U2 timeout" for the downstream port where Link Layer | ||
Validation device is connected. Timeout value must be between 0 | ||
and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. | ||
|
||
What: /sys/bus/usb/devices/.../hot_reset | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Write to this node to issue "Reset" for Link Layer Validation | ||
device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. | ||
|
||
What: /sys/bus/usb/devices/.../u3_entry | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Write to this node to issue "U3 entry" for Link Layer | ||
Validation device. It is needed for TD.7.35 and TD.7.36. | ||
|
||
What: /sys/bus/usb/devices/.../u3_exit | ||
Date: March 2014 | ||
Contact: Pratyush Anand <[email protected]> | ||
Description: | ||
Write to this node to issue "U3 exit" for Link Layer | ||
Validation device. It is needed for TD.7.36. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
What: /sys/class/iommu/<iommu>/devices/ | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
IOMMU drivers are able to link devices managed by a | ||
given IOMMU here to allow association of IOMMU to | ||
device. | ||
|
||
What: /sys/devices/.../iommu | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
IOMMU drivers are able to link the IOMMU for a | ||
given device here to allow association of device to | ||
IOMMU. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/class/iommu/<iommu>/amd-iommu/cap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
IOMMU capability header as documented in the AMD IOMMU | ||
specification. Format: %x | ||
|
||
What: /sys/class/iommu/<iommu>/amd-iommu/features | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
Extended features of the IOMMU. Format: %llx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
What: /sys/class/iommu/<iommu>/intel-iommu/address | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
Physical address of the VT-d DRHD for this IOMMU. | ||
Format: %llx. This allows association of a sysfs | ||
intel-iommu with a DMAR DRHD table entry. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/cap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
The cached hardware capability register value | ||
of this DRHD unit. Format: %llx. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/ecap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
The cached hardware extended capability register | ||
value of this DRHD unit. Format: %llx. | ||
|
||
What: /sys/class/iommu/<iommu>/intel-iommu/version | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <[email protected]> | ||
Description: | ||
The architecture version as reported from the | ||
VT-d VER_REG. Format: %d:%d, major:minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
What: /sys/class/leds/<led>/gt683r/mode | ||
Date: Jun 2014 | ||
KernelVersion: 3.17 | ||
Contact: Janne Kanniainen <[email protected]> | ||
Description: | ||
Set the mode of LEDs. You should notice that changing the mode | ||
of one LED will update the mode of its two sibling devices as | ||
well. | ||
|
||
0 - normal | ||
1 - audio | ||
2 - breathing | ||
|
||
Normal: LEDs are fully on when enabled | ||
Audio: LEDs brightness depends on sound level | ||
Breathing: LEDs brightness varies at human breathing rate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
What: /sys/class/mei/ | ||
Date: May 2014 | ||
KernelVersion: 3.17 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: | ||
The mei/ class sub-directory belongs to mei device class | ||
|
||
|
||
What: /sys/class/mei/meiN/ | ||
Date: May 2014 | ||
KernelVersion: 3.17 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: | ||
The /sys/class/mei/meiN directory is created for | ||
each probed mei device | ||
|
Oops, something went wrong.