diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2013-06-18 14:31:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-24 19:19:03 -0400 |
commit | 6e6581e0a94758a4e69fab82407d39312eeff5c4 (patch) | |
tree | 54011d5d98feb34a592aab547458c90233894c3e /Documentation/ABI | |
parent | f265d4d3c2c36e4a35a604593dc8f2905581008f (diff) |
wusbcore: add entries in Documentation/ABI for new wusbhc sysfs attributes
Add documenation for new ABI entries.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-uwb_rc-wusbhc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-uwb_rc-wusbhc b/Documentation/ABI/testing/sysfs-class-uwb_rc-wusbhc index 25b1e751b777..5977e2875325 100644 --- a/Documentation/ABI/testing/sysfs-class-uwb_rc-wusbhc +++ b/Documentation/ABI/testing/sysfs-class-uwb_rc-wusbhc | |||
@@ -36,3 +36,22 @@ Description: | |||
36 | 36 | ||
37 | Refer to [ECMA-368] section 10.3.1.1 for the value to | 37 | Refer to [ECMA-368] section 10.3.1.1 for the value to |
38 | use. | 38 | use. |
39 | |||
40 | What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_dnts | ||
41 | Date: June 2013 | ||
42 | KernelVersion: 3.11 | ||
43 | Contact: Thomas Pugliese <thomas.pugliese@gmail.com> | ||
44 | Description: | ||
45 | The device notification time slot (DNTS) count and inverval in | ||
46 | milliseconds that the WUSB host should use. This controls how | ||
47 | often the devices will have the opportunity to send | ||
48 | notifications to the host. | ||
49 | |||
50 | What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_retry_count | ||
51 | Date: June 2013 | ||
52 | KernelVersion: 3.11 | ||
53 | Contact: Thomas Pugliese <thomas.pugliese@gmail.com> | ||
54 | Description: | ||
55 | The number of retries that the WUSB host should attempt | ||
56 | before reporting an error for a bus transaction. The range of | ||
57 | valid values is [0..15], where 0 indicates infinite retries. | ||