xref: /illumos-gate/usr/src/man/man4d/usb_ia.4d (revision d17be682a2c70b4505d43c830bbd2603da11918d)
te
Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
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. 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 fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
USB_IA 4D "May 13, 2017"
NAME
usb_ia - USB interface association driver
SYNOPSIS

interface association@unit-address


DESCRIPTION

The usb_ia driver is a USBA (Solaris Universal Serial Bus Architecture)-compliant nexus driver that binds to a device's interface association nodes when no vendor or class specific driver is available. To do this, usb_ia creates nodes for the internal interfaces and then attempts to bind drivers to each child interface.

Each interface association node has a parent device node that is created by usb_mid(4D) and all ugen(4D) interfaces are exported by usb_mid(4D). (Note: attempting to export ugen(4D) interfaces using usb_ia is prohibited.)

FILES
/kernel/drv/usb_ia

32-bit ELF kernel module. (x86).

/kernel/drv/amd64/usb_ia

64-bit ELF kernel module. (x86).

/kernel/drv/sparcv9/usb_ia

64-bit ELF kernel module. (SPARC).

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Architecture SPARC & x86 PCI-based systems
SEE ALSO

ugen (4D), usb_mid (4D), usba (4D), attributes (7)

Writing Device Drivers

System Administration Guide: Basic Administration

Universal Serial Bus Specification 2.0 \(em 2000

Interface Association Descriptor Engineering Change Notice (ECN)\(em2003

DIAGNOSTICS

In addition to being logged, the following messages may appear on the system console. All messages are formatted in the following manner:

<device path> (usb_ia<instance num>):message...
No driver found for interface <n> (nodename: <string>) of <device>.

No driver is available for this interface.