-
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
Linus Torvalds
committed
Jan 10, 2012
1 parent
fbef31f
commit 380ce20
Showing
6,541 changed files
with
253,068 additions
and
192,071 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: da733563be5a9da26fe81d9f007262d00b846e22 | ||
refs/heads/master: dbe950f201a8edd353b0bd9079e8d536ee4ce37c |
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,75 @@ | ||
What: /sys/bus/xen-backend/devices/*/devtype | ||
Date: Feb 2009 | ||
KernelVersion: 2.6.38 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The type of the device. e.g., one of: 'vbd' (block), | ||
'vif' (network), or 'vfb' (framebuffer). | ||
|
||
What: /sys/bus/xen-backend/devices/*/nodename | ||
Date: Feb 2009 | ||
KernelVersion: 2.6.38 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
XenStore node (under /local/domain/NNN/) for this | ||
backend device. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/physical_device | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The major:minor number (in hexidecimal) of the | ||
physical device providing the storage for this backend | ||
block device. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/mode | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Whether the block device is read-only ('r') or | ||
read-write ('w'). | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/f_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of flush requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/oo_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of requests delayed because the backend was too | ||
busy processing previous requests. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of read requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_sect | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of sectors read by the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of write requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_sect | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of sectors written by the frontend. |
77 changes: 77 additions & 0 deletions
77
trunk/Documentation/ABI/stable/sysfs-devices-system-xen_memory
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,77 @@ | ||
What: /sys/devices/system/xen_memory/xen_memory0/max_retry_count | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The maximum number of times the balloon driver will | ||
attempt to increase the balloon before giving up. See | ||
also 'retry_count' below. | ||
A value of zero means retry forever and is the default one. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/max_schedule_delay | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The limit that 'schedule_delay' (see below) will be | ||
increased to. The default value is 32 seconds. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/retry_count | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The current number of times that the balloon driver | ||
has attempted to increase the size of the balloon. | ||
The default value is one. With max_retry_count being | ||
zero (unlimited), this means that the driver will attempt | ||
to retry with a 'schedule_delay' delay. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/schedule_delay | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The time (in seconds) to wait between attempts to | ||
increase the balloon. Each time the balloon cannot be | ||
increased, 'schedule_delay' is increased (until | ||
'max_schedule_delay' is reached at which point it | ||
will use the max value). | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/target | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The target number of pages to adjust this domain's | ||
memory reservation to. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/target_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
As target above, except the value is in KiB. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/current_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Current size (in KiB) of this domain's memory | ||
reservation. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/high_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Amount (in KiB) of high memory in the balloon. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/low_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Amount (in KiB) of low (or normal) memory in the | ||
balloon. |
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
2 changes: 1 addition & 1 deletion
2
trunk/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range. | ||
Date: July 2011 | ||
KernelVersion: 3.2 | ||
Contact: Michal Mal� <madcatxster@gmail.com> | ||
Contact: Michal Malý <madcatxster@gmail.com> | ||
Description: Display minimum, maximum and current range of the steering | ||
wheel. Writing a value within min and max boundaries sets the | ||
range of the wheel. |
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,9 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/quirks | ||
Date: November 2011 | ||
Contact: Benjamin Tissoires <benjamin.tissoires@gmail.com> | ||
Description: The integer value of this attribute corresponds to the | ||
quirks actually in place to handle the device's protocol. | ||
When read, this attribute returns the current settings (see | ||
MT_QUIRKS_* in hid-multitouch.c). | ||
When written this attribute change on the fly the quirks, then | ||
the protocol to handle the device. |
135 changes: 135 additions & 0 deletions
135
trunk/Documentation/ABI/testing/sysfs-driver-hid-roccat-isku
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,135 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/actual_profile | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The integer value of this attribute ranges from 0-4. | ||
When read, this attribute returns the number of the actual | ||
profile. This value is persistent, so its equivalent to the | ||
profile that's active when the device is powered on next time. | ||
When written, this file sets the number of the startup profile | ||
and the device activates this profile immediately. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/info | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When read, this file returns general data like firmware version. | ||
The data is 6 bytes long. | ||
This file is readonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/key_mask | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one deactivate certain keys like | ||
windows and application keys, to prevent accidental presses. | ||
Profile number for which this settings occur is included in | ||
written data. The data has to be 6 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_capslock | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the | ||
capslock key for a specific profile. Profile number is included | ||
in written data. The data has to be 6 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_easyzone | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the | ||
easyzone keys for a specific profile. Profile number is included | ||
in written data. The data has to be 65 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_function | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the | ||
function keys for a specific profile. Profile number is included | ||
in written data. The data has to be 41 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_macro | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the macro | ||
keys for a specific profile. Profile number is included in | ||
written data. The data has to be 35 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_media | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the media | ||
keys for a specific profile. Profile number is included in | ||
written data. The data has to be 29 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/keys_thumbster | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the function of the | ||
thumbster keys for a specific profile. Profile number is included | ||
in written data. The data has to be 23 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/last_set | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the time in secs since | ||
epoch in which the last configuration took place. | ||
The data has to be 20 bytes long. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/light | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one set the backlight intensity for | ||
a specific profile. Profile number is included in written data. | ||
The data has to be 10 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/macro | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one store macros with max 500 | ||
keystrokes for a specific button for a specific profile. | ||
Button and profile numbers are included in written data. | ||
The data has to be 2083 bytes long. | ||
Before reading this file, control has to be written to select | ||
which profile and key to read. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/control | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one select which data from which | ||
profile will be read next. The data has to be 3 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/roccatisku<minor>/talk | ||
Date: June 2011 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: When written, this file lets one trigger easyshift functionality | ||
from the host. | ||
The data has to be 16 bytes long. | ||
This file is writeonly. | ||
Users: http://roccat.sourceforge.net |
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
Oops, something went wrong.