diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-usb')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-usb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index 11a3c1682cec..273a7f099f46 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb | |||
@@ -85,3 +85,46 @@ Description: | |||
85 | Users: | 85 | Users: |
86 | PowerTOP <power@bughost.org> | 86 | PowerTOP <power@bughost.org> |
87 | http://www.lesswatts.org/projects/powertop/ | 87 | http://www.lesswatts.org/projects/powertop/ |
88 | |||
89 | What: /sys/bus/usb/device/.../authorized | ||
90 | Date: July 2008 | ||
91 | KernelVersion: 2.6.26 | ||
92 | Contact: David Vrabel <david.vrabel@csr.com> | ||
93 | Description: | ||
94 | Authorized devices are available for use by device | ||
95 | drivers, non-authorized one are not. By default, wired | ||
96 | USB devices are authorized. | ||
97 | |||
98 | Certified Wireless USB devices are not authorized | ||
99 | initially and should be (by writing 1) after the | ||
100 | device has been authenticated. | ||
101 | |||
102 | What: /sys/bus/usb/device/.../wusb_cdid | ||
103 | Date: July 2008 | ||
104 | KernelVersion: 2.6.27 | ||
105 | Contact: David Vrabel <david.vrabel@csr.com> | ||
106 | Description: | ||
107 | For Certified Wireless USB devices only. | ||
108 | |||
109 | A devices's CDID, as 16 space-separated hex octets. | ||
110 | |||
111 | What: /sys/bus/usb/device/.../wusb_ck | ||
112 | Date: July 2008 | ||
113 | KernelVersion: 2.6.27 | ||
114 | Contact: David Vrabel <david.vrabel@csr.com> | ||
115 | Description: | ||
116 | For Certified Wireless USB devices only. | ||
117 | |||
118 | Write the device's connection key (CK) to start the | ||
119 | authentication of the device. The CK is 16 | ||
120 | space-separated hex octets. | ||
121 | |||
122 | What: /sys/bus/usb/device/.../wusb_disconnect | ||
123 | Date: July 2008 | ||
124 | KernelVersion: 2.6.27 | ||
125 | Contact: David Vrabel <david.vrabel@csr.com> | ||
126 | Description: | ||
127 | For Certified Wireless USB devices only. | ||
128 | |||
129 | Write a 1 to force the device to disconnect | ||
130 | (equivalent to unplugging a wired USB device). | ||