David Vrabel | 99b830a | 2009-10-12 15:45:13 +0000 | [diff] [blame] | 1 | What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_chid |
David Vrabel | c8cf246 | 2008-09-17 16:34:41 +0100 | [diff] [blame] | 2 | Date: July 2008 |
| 3 | KernelVersion: 2.6.27 |
| 4 | Contact: David Vrabel <david.vrabel@csr.com> |
| 5 | Description: |
| 6 | Write the CHID (16 space-separated hex octets) for this host controller. |
| 7 | This starts the host controller, allowing it to accept connection from |
| 8 | WUSB devices. |
| 9 | |
| 10 | Set an all zero CHID to stop the host controller. |
| 11 | |
David Vrabel | 99b830a | 2009-10-12 15:45:13 +0000 | [diff] [blame] | 12 | What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_trust_timeout |
David Vrabel | c8cf246 | 2008-09-17 16:34:41 +0100 | [diff] [blame] | 13 | Date: July 2008 |
| 14 | KernelVersion: 2.6.27 |
| 15 | Contact: David Vrabel <david.vrabel@csr.com> |
| 16 | Description: |
| 17 | Devices that haven't sent a WUSB packet to the host |
| 18 | within 'wusb_trust_timeout' ms are considered to have |
| 19 | disconnected and are removed. The default value of |
| 20 | 4000 ms is the value required by the WUSB |
| 21 | specification. |
| 22 | |
| 23 | Since this relates to security (specifically, the |
| 24 | lifetime of PTKs and GTKs) it should not be changed |
| 25 | from the default. |
David Vrabel | c3f22d9 | 2009-10-12 15:45:18 +0000 | [diff] [blame] | 26 | |
| 27 | What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_phy_rate |
| 28 | Date: August 2009 |
| 29 | KernelVersion: 2.6.32 |
| 30 | Contact: David Vrabel <david.vrabel@csr.com> |
| 31 | Description: |
| 32 | The maximum PHY rate to use for all connected devices. |
| 33 | This is only of limited use for testing and |
| 34 | development as the hardware's automatic rate |
| 35 | adaptation is better then this simple control. |
| 36 | |
| 37 | Refer to [ECMA-368] section 10.3.1.1 for the value to |
| 38 | use. |
Thomas Pugliese | 6e6581e | 2013-06-18 13:31:27 -0500 | [diff] [blame] | 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. |