-
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.
yaml --- r: 165284 b: refs/heads/master c: cbeee13 h: refs/heads/master v: v3
- Loading branch information
Len Brown
committed
Sep 19, 2009
1 parent
2049448
commit 51939ff
Showing
12,340 changed files
with
1,505,926 additions
and
757,512 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: b188e4ce3b7965ecc8d45191042cc9d25f6b90ee | ||
refs/heads/master: cbeee13570adfb0af494a07074958e4888c2351c |
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,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
33 changes: 33 additions & 0 deletions
33
trunk/Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
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,33 @@ | ||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/model | ||
Date: March 2009 | ||
Kernel Version: 2.6.30 | ||
Contact: iss_storagedev@hp.com | ||
Description: Displays the SCSI INQUIRY page 0 model for logical drive | ||
Y of controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/rev | ||
Date: March 2009 | ||
Kernel Version: 2.6.30 | ||
Contact: iss_storagedev@hp.com | ||
Description: Displays the SCSI INQUIRY page 0 revision for logical | ||
drive Y of controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/unique_id | ||
Date: March 2009 | ||
Kernel Version: 2.6.30 | ||
Contact: iss_storagedev@hp.com | ||
Description: Displays the SCSI INQUIRY page 83 serial number for logical | ||
drive Y of controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/vendor | ||
Date: March 2009 | ||
Kernel Version: 2.6.30 | ||
Contact: iss_storagedev@hp.com | ||
Description: Displays the SCSI INQUIRY page 0 vendor for logical drive | ||
Y of controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/block:cciss!cXdY | ||
Date: March 2009 | ||
Kernel Version: 2.6.30 | ||
Contact: iss_storagedev@hp.com | ||
Description: A symbolic link to /sys/block/cciss!cXdY |
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. | ||
|
Oops, something went wrong.