-
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.
Merge tag 'v3.0-rc4' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 …
…into for-linus
- Loading branch information
Showing
7,637 changed files
with
481,512 additions
and
398,039 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
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
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 was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
Documentation/ABI/obsolete/sysfs-driver-hid-roccat-koneplus
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,10 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile | ||
Date: October 2010 | ||
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 mouse is powered on next time. | ||
When written, this file sets the number of the startup profile | ||
and the mouse activates this profile immediately. | ||
Please use actual_profile, it does the same thing. |
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,10 @@ | ||
What: /sys/o2cb symlink | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is | ||
removed when new versions of ocfs2-tools which know to look | ||
in /sys/fs/o2cb are sufficiently prevalent. Don't code new | ||
software to look here, it should try /sys/fs/o2cb instead. | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. |
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,31 @@ | ||
What: /sys/bus/bcma/devices/.../manuf | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
Each BCMA core has it's manufacturer id. See | ||
include/linux/bcma/bcma.h for possible values. | ||
|
||
What: /sys/bus/bcma/devices/.../id | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
There are a few types of BCMA cores, they can be identified by | ||
id field. | ||
|
||
What: /sys/bus/bcma/devices/.../rev | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
BCMA cores of the same type can still slightly differ depending | ||
on their revision. Use it for detailed programming. | ||
|
||
What: /sys/bus/bcma/devices/.../class | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
Each BCMA core is identified by few fields, including class it | ||
belongs to. See include/linux/bcma/bcma.h for possible values. |
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
56 changes: 56 additions & 0 deletions
56
Documentation/ABI/testing/sysfs-class-backlight-driver-adp8870
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,56 @@ | ||
What: /sys/class/backlight/<backlight>/<ambient light zone>_max | ||
What: /sys/class/backlight/<backlight>/l1_daylight_max | ||
What: /sys/class/backlight/<backlight>/l2_bright_max | ||
What: /sys/class/backlight/<backlight>/l3_office_max | ||
What: /sys/class/backlight/<backlight>/l4_indoor_max | ||
What: /sys/class/backlight/<backlight>/l5_dark_max | ||
Date: Mai 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: device-drivers-devel@blackfin.uclinux.org | ||
Description: | ||
Control the maximum brightness for <ambient light zone> | ||
on this <backlight>. Values are between 0 and 127. This file | ||
will also show the brightness level stored for this | ||
<ambient light zone>. | ||
|
||
What: /sys/class/backlight/<backlight>/<ambient light zone>_dim | ||
What: /sys/class/backlight/<backlight>/l2_bright_dim | ||
What: /sys/class/backlight/<backlight>/l3_office_dim | ||
What: /sys/class/backlight/<backlight>/l4_indoor_dim | ||
What: /sys/class/backlight/<backlight>/l5_dark_dim | ||
Date: Mai 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: device-drivers-devel@blackfin.uclinux.org | ||
Description: | ||
Control the dim brightness for <ambient light zone> | ||
on this <backlight>. Values are between 0 and 127, typically | ||
set to 0. Full off when the backlight is disabled. | ||
This file will also show the dim brightness level stored for | ||
this <ambient light zone>. | ||
|
||
What: /sys/class/backlight/<backlight>/ambient_light_level | ||
Date: Mai 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: device-drivers-devel@blackfin.uclinux.org | ||
Description: | ||
Get conversion value of the light sensor. | ||
This value is updated every 80 ms (when the light sensor | ||
is enabled). Returns integer between 0 (dark) and | ||
8000 (max ambient brightness) | ||
|
||
What: /sys/class/backlight/<backlight>/ambient_light_zone | ||
Date: Mai 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: device-drivers-devel@blackfin.uclinux.org | ||
Description: | ||
Get/Set current ambient light zone. Reading returns | ||
integer between 1..5 (1 = daylight, 2 = bright, ..., 5 = dark). | ||
Writing a value between 1..5 forces the backlight controller | ||
to enter the corresponding ambient light zone. | ||
Writing 0 returns to normal/automatic ambient light level | ||
operation. The ambient light sensing feature on these devices | ||
is an extension to the API documented in | ||
Documentation/ABI/stable/sysfs-class-backlight. | ||
It can be enabled by writing the value stored in | ||
/sys/class/backlight/<backlight>/max_brightness to | ||
/sys/class/backlight/<backlight>/brightness. |
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
Oops, something went wrong.