1hwahc(7D) Devices hwahc(7D)
2
3
4
6 hwahc - Host Wire Adapter Host Controller Driver
7
9 The hwahc driver is a USBA (Solaris USB Architecture) compliant nexus
10 driver that supports the Wireless USB 1.0 Host Wire Adapter Host Con‐
11 troller, an industry standard developed by USB-IF.
12
13
14 A Host Wire Adapter (HWA) is a USB device whose upstream connection is
15 a USB 2.0 wired interface. The HWA operates as a host to a cluster of
16 downstream Wireless USB devices.
17
18
19 The hwahc driver supports bulk, interrupt and control transfers.
20
22 /kernel/drv/hwahc 32-bit ELF 86 kernel module
23
24
25 /kernel/drv/sparcv9/hwahc 64-bit SPARC ELF kernel module
26
27
28 /kernel/drv/amd64/hwahc 64-bit x86 ELF kernel module
29
30
32 See attributes(5) for a description of the following attributes:
33
34
35
36
37 ┌─────────────────────────────┬─────────────────────────────┐
38 │ATTRIBUTE TYPE │ATTRIBUTE VALUE │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │Architecture │SPARC, x86 │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │Availability │SUNWusb │
43 └─────────────────────────────┴─────────────────────────────┘
44
46 add_drv(1M), prtconf(1M), rem_drv(1M), update_drv(1M), attributes(5),
47 ehci(7D), hubd(7D), usba(7D)
48
49
50 Writing Device Drivers
51
52
53 System Administration Guide: Basic Administration
54
55
56 Universal Serial Bus Specification 2.0
57
58
59 Wireless Universal Serial Bus Specification 1.0
60
61
62 http://www.usb.org
63
64
65 http://www.sun.com
66
68 All host controller errors are passed to the client drivers. In addi‐
69 tion to being logged, the following messages can appear on the system
70 console. All messages are formatted in the following way:
71
72 WARNING: device_path hwahc instance_number: Message ...
73
74 Connection device on WUSB port port_number fails
75
76
77
78
79 The connecting device fails to connect to the HWA. Make sure the device
80 has been associated with the host.
81
82
83
84SunOS 5.11 17 Apr 2009 hwahc(7D)