-
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
Takashi Iwai
committed
Nov 8, 2009
1 parent
9686f0f
commit 6e7f46d
Showing
11,092 changed files
with
1,137,607 additions
and
554,854 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: 1a6969788ef2d5bc3169eee59def6b267182f136 | ||
refs/heads/master: dede17b8e931eeaa38b0288e8d545d558d904942 |
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 |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
*.gz | ||
*.lzma | ||
*.patch | ||
*.gcno | ||
|
||
# | ||
# 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
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,36 @@ | ||
What: /sys/class/backlight/<backlight>/bl_power | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Control BACKLIGHT power, values are FB_BLANK_* from fb.h | ||
- FB_BLANK_UNBLANK (0) : power on. | ||
- FB_BLANK_POWERDOWN (4) : power off | ||
Users: HAL | ||
|
||
What: /sys/class/backlight/<backlight>/brightness | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Control the brightness for this <backlight>. Values | ||
are between 0 and max_brightness. This file will also | ||
show the brightness level stored in the driver, which | ||
may not be the actual brightness (see actual_brightness). | ||
Users: HAL | ||
|
||
What: /sys/class/backlight/<backlight>/actual_brightness | ||
Date: March 2006 | ||
KernelVersion: 2.6.17 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Show the actual brightness by querying the hardware. | ||
Users: HAL | ||
|
||
What: /sys/class/backlight/<backlight>/max_brightness | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Maximum brightness for <backlight>. | ||
Users: HAL |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: /sys/class/lcd/<lcd>/lcd_power | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Control LCD power, values are FB_BLANK_* from fb.h | ||
- FB_BLANK_UNBLANK (0) : power on. | ||
- FB_BLANK_POWERDOWN (4) : power off | ||
|
||
What: /sys/class/lcd/<lcd>/contrast | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Current contrast of this LCD device. Value is between 0 and | ||
/sys/class/lcd/<lcd>/max_contrast. | ||
|
||
What: /sys/class/lcd/<lcd>/max_contrast | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Maximum contrast for this LCD device. |
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,28 @@ | ||
What: /sys/class/leds/<led>/brightness | ||
Date: March 2006 | ||
KernelVersion: 2.6.17 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Set the brightness of the LED. Most LEDs don't | ||
have hardware brightness support so will just be turned on for | ||
non-zero brightness settings. The value is between 0 and | ||
/sys/class/leds/<led>/max_brightness. | ||
|
||
What: /sys/class/leds/<led>/max_brightness | ||
Date: March 2006 | ||
KernelVersion: 2.6.17 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Maximum brightness level for this led, default is 255 (LED_FULL). | ||
|
||
What: /sys/class/leds/<led>/trigger | ||
Date: March 2006 | ||
KernelVersion: 2.6.17 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Set the trigger for this LED. A trigger is a kernel based source | ||
of led events. | ||
You can change triggers in a similar manner to the way an IO | ||
scheduler is chosen. Trigger specific parameters can appear in | ||
/sys/class/leds/<led> once a given trigger is selected. | ||
|
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_chid | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
Write the CHID (16 space-separated hex octets) for this host controller. | ||
This starts the host controller, allowing it to accept connection from | ||
WUSB devices. | ||
|
||
Set an all zero CHID to stop the host controller. | ||
|
||
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_trust_timeout | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <david.vrabel@csr.com> | ||
Description: | ||
Devices that haven't sent a WUSB packet to the host | ||
within 'wusb_trust_timeout' ms are considered to have | ||
disconnected and are removed. The default value of | ||
4000 ms is the value required by the WUSB | ||
specification. | ||
|
||
Since this relates to security (specifically, the | ||
lifetime of PTKs and GTKs) it should not be changed | ||
from the default. |
18 changes: 0 additions & 18 deletions
18
trunk/Documentation/ABI/testing/sysfs-devices-cache_disable
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.