mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
c3f22d92a1
Add the wusb_phy_rate sysfs file to Wireless USB host controllers. This sets the maximum PHY rate that will be used for all connected devices. Signed-off-by: David Vrabel <david.vrabel@csr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
38 lines
1.6 KiB
Text
38 lines
1.6 KiB
Text
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_chid
|
|
Date: July 2008
|
|
KernelVersion: 2.6.27
|
|
Contact: David Vrabel <david.vrabel@csr.com>
|
|
Description:
|
|
Write the CHID (16 space-separated hex octets) for this host controller.
|
|
This starts the host controller, allowing it to accept connection from
|
|
WUSB devices.
|
|
|
|
Set an all zero CHID to stop the host controller.
|
|
|
|
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_trust_timeout
|
|
Date: July 2008
|
|
KernelVersion: 2.6.27
|
|
Contact: David Vrabel <david.vrabel@csr.com>
|
|
Description:
|
|
Devices that haven't sent a WUSB packet to the host
|
|
within 'wusb_trust_timeout' ms are considered to have
|
|
disconnected and are removed. The default value of
|
|
4000 ms is the value required by the WUSB
|
|
specification.
|
|
|
|
Since this relates to security (specifically, the
|
|
lifetime of PTKs and GTKs) it should not be changed
|
|
from the default.
|
|
|
|
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_phy_rate
|
|
Date: August 2009
|
|
KernelVersion: 2.6.32
|
|
Contact: David Vrabel <david.vrabel@csr.com>
|
|
Description:
|
|
The maximum PHY rate to use for all connected devices.
|
|
This is only of limited use for testing and
|
|
development as the hardware's automatic rate
|
|
adaptation is better then this simple control.
|
|
|
|
Refer to [ECMA-368] section 10.3.1.1 for the value to
|
|
use.
|