-
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: 251127 b: refs/heads/master c: d94ba80 h: refs/heads/master i: 251125: 686dbac 251123: cccc31e 251119: 8667d11 v: v3
- Loading branch information
Richard Cochran
authored and
John Stultz
committed
May 23, 2011
1 parent
dadf10e
commit ffa00d7
Showing
3,182 changed files
with
236,356 additions
and
174,445 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: 19426a8f810752b4218e59b1e2187f33e255f7bc | ||
refs/heads/master: d94ba80ebbea17f036cecb104398fbcd788aa742 |
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
10 changes: 0 additions & 10 deletions
10
trunk/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-koneplus
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
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,98 @@ | ||
What: /sys/class/ptp/ | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This directory contains files and directories | ||
providing a standardized interface to the ancillary | ||
features of PTP hardware clocks. | ||
|
||
What: /sys/class/ptp/ptpN/ | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This directory contains the attributes of the Nth PTP | ||
hardware clock registered into the PTP class driver | ||
subsystem. | ||
|
||
What: /sys/class/ptp/ptpN/clock_name | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file contains the name of the PTP hardware clock | ||
as a human readable string. | ||
|
||
What: /sys/class/ptp/ptpN/max_adjustment | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file contains the PTP hardware clock's maximum | ||
frequency adjustment value (a positive integer) in | ||
parts per billion. | ||
|
||
What: /sys/class/ptp/ptpN/n_alarms | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file contains the number of periodic or one shot | ||
alarms offer by the PTP hardware clock. | ||
|
||
What: /sys/class/ptp/ptpN/n_external_timestamps | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file contains the number of external timestamp | ||
channels offered by the PTP hardware clock. | ||
|
||
What: /sys/class/ptp/ptpN/n_periodic_outputs | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file contains the number of programmable periodic | ||
output channels offered by the PTP hardware clock. | ||
|
||
What: /sys/class/ptp/ptpN/pps_avaiable | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file indicates whether the PTP hardware clock | ||
supports a Pulse Per Second to the host CPU. Reading | ||
"1" means that the PPS is supported, while "0" means | ||
not supported. | ||
|
||
What: /sys/class/ptp/ptpN/extts_enable | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This write-only file enables or disables external | ||
timestamps. To enable external timestamps, write the | ||
channel index followed by a "1" into the file. | ||
To disable external timestamps, write the channel | ||
index followed by a "0" into the file. | ||
|
||
What: /sys/class/ptp/ptpN/fifo | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This file provides timestamps on external events, in | ||
the form of three integers: channel index, seconds, | ||
and nanoseconds. | ||
|
||
What: /sys/class/ptp/ptpN/period | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This write-only file enables or disables periodic | ||
outputs. To enable a periodic output, write five | ||
integers into the file: channel index, start time | ||
seconds, start time nanoseconds, period seconds, and | ||
period nanoseconds. To disable a periodic output, set | ||
all the seconds and nanoseconds values to zero. | ||
|
||
What: /sys/class/ptp/ptpN/pps_enable | ||
Date: September 2010 | ||
Contact: Richard Cochran <richardcochran@gmail.com> | ||
Description: | ||
This write-only file enables or disables delivery of | ||
PPS events to the Linux PPS subsystem. To enable PPS | ||
events, write a "1" into the file. To disable events, | ||
write a "0" into the file. |
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 |
---|---|---|
|
@@ -8,4 +8,3 @@ | |
*.dvi | ||
*.log | ||
*.out | ||
media/ |
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.