1 '\" te 2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. 4 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the 5 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 6 .TH WUSB_CA 7D "Apr 17, 2009" 7 .SH NAME 8 wusb_ca \- WUSB Cable Association Driver 9 .SH DESCRIPTION 10 .sp 11 .LP 12 The \fBwusb_ca\fR driver is a USBA (Solaris USB Architecture) compliant client 13 driver that supports the cable association model which is defined in 14 Association Models Supplement to the Certified WUSB specification. 15 .sp 16 .LP 17 The wireless USB cable association driver is a USB class driver that provides 18 interfaces for establishing a first-time connection between Wireless USB hosts 19 and devices. This process of establishing a first-time connection is called 20 \fIassociation\fR in WUSB standard. It is a prerequisite process that must be 21 completed by hosts and devices prior to implementing the security requirements 22 outlined in \fIWireless Universal Serial Bus Specification 1.0\fR. 23 .sp 24 .LP 25 Users should use \fBwusbadm\fR(1M) to do cable association for WUSB devices. 26 .SH FILES 27 .sp 28 .ne 2 29 .na 30 \fB\fB/kernel/drv/wusb_ca\fR\fR 31 .ad 32 .sp .6 33 .RS 4n 34 32-bit ELF 86 kernel module 35 .RE 36 37 .sp 38 .ne 2 39 .na 40 \fB\fB/kernel/drv/amd64/wusb_ca\fR\fR 41 .ad 42 .sp .6 43 .RS 4n 44 64-bit x86 ELF kernel module 45 .RE 46 47 .sp 48 .ne 2 49 .na 50 \fB\fB/kernel/drv/sparcv9/wusb_ca\fR\fR 51 .ad 52 .sp .6 53 .RS 4n 54 64-bit SPARC ELF kernel module 55 .RE 56 57 .SH ATTRIBUTES 58 .sp 59 .LP 60 See \fBattributes\fR(5) for a description of the following attributes: 61 .sp 62 63 .sp 64 .TS 65 box; 66 l | l 67 l | l . 68 ATTRIBUTE TYPE ATTRIBUTE VALUE 69 _ 70 Architecture SPARC, x86, PCI-based systems 71 .TE 72 73 .SH SEE ALSO 74 .sp 75 .LP 76 \fBwusbadm\fR(1M), \fBattributes\fR(5), \fBhwahc\fR(7D), \fBhwarc\fR(7D), 77 \fBusba\fR(7D) 78 .sp 79 .LP 80 \fIWriting Device Drivers\fR 81 .sp 82 .LP 83 \fISystem Administration Guide: Basic Administration\fR 84 .sp 85 .LP 86 \fIWireless Universal Serial Bus Specification 1.0\fR 87 .sp 88 .LP 89 http://www.usb.org 90 .sp 91 .LP 92 http://www.sun.com