Skip to content

Commit

Permalink
Doc: clarify source of jitter in USB1.1, and USB2.0
Browse files Browse the repository at this point in the history
Even though the jitter due to USB1.1 may be 1ms,
NTP can reduce its effect significantly.  And
USB2.0 reduces this anyway.

Signed-off-by: Sanjeev Gupta <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
ghane authored and Jonathan Corbet committed Jan 4, 2017
1 parent fe4c56c commit f2c1a05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/pps/pps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ PPS with USB to serial devices
It is possible to grab the PPS from an USB to serial device. However,
you should take into account the latencies and jitter introduced by
the USB stack. Users have reported clock instability around +-1ms when
synchronized with PPS through USB. This isn't suited for time server
synchronization.
synchronized with PPS through USB. With USB 2.0, jitter may decrease
down to the order of 125 microseconds.

This may be suitable for time server synchronization with NTP because
of its undersampling and algorithms.

If your device doesn't report PPS, you can check that the feature is
supported by its driver. Most of the time, you only need to add a call
Expand Down

0 comments on commit f2c1a05

Please sign in to comment.