1202610Sweongyo# $FreeBSD$
2202610Sweongyo#
3202610Sweongyo# Atheros USB wireless network device specific devd events
4202610Sweongyo
5202610Sweongyo# Accton
6223566Sgavin#   SMCWUSBT-G2
7207020Sthompsanotify 100 {
8207020Sthompsa	match "system"		"USB";
9207020Sthompsa	match "subsystem"	"DEVICE";
10207020Sthompsa	match "type"		"ATTACH";
11207020Sthompsa	match "vendor"		"0x083a";
12223566Sgavin	match "product"		"0x4507";
13207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
14202610Sweongyo};
15202610Sweongyo
16202610Sweongyo# Atheros Communications
17202610Sweongyo#   AR5523
18207020Sthompsanotify 100 {
19207020Sthompsa	match "system"		"USB";
20207020Sthompsa	match "subsystem"	"DEVICE";
21207020Sthompsa	match "type"		"ATTACH";
22207020Sthompsa	match "vendor"		"0x168c";
23207020Sthompsa	match "product"		"0x0002";
24207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
25202610Sweongyo};
26202610Sweongyo
27202610Sweongyo# Atheros Communications
28202610Sweongyo#   AR5523
29207020Sthompsanotify 100 {
30207020Sthompsa	match "system"		"USB";
31207020Sthompsa	match "subsystem"	"DEVICE";
32207020Sthompsa	match "type"		"ATTACH";
33207020Sthompsa	match "vendor"		"0x0cf3";
34207020Sthompsa	match "product"		"(0x0002|0x0004|0x0006)";
35207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
36202610Sweongyo};
37202610Sweongyo
38202610Sweongyo# Conceptronic
39202610Sweongyo#   AR5523
40207020Sthompsanotify 100 {
41207020Sthompsa	match "system"		"USB";
42207020Sthompsa	match "subsystem"	"DEVICE";
43207020Sthompsa	match "type"		"ATTACH";
44207020Sthompsa	match "vendor"		"0x0d8e";
45207020Sthompsa	match "product"		"(0x7802|0x7812)";
46207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
47202610Sweongyo};
48202610Sweongyo
49202610Sweongyo# D-Link
50202610Sweongyo#   DWL-AG132, DWL-G132 and DWL-AG122
51207020Sthompsanotify 100 {
52207020Sthompsa	match "system"		"USB";
53207020Sthompsa	match "subsystem"	"DEVICE";
54207020Sthompsa	match "type"		"ATTACH";
55207020Sthompsa	match "vendor"		"0x2001";
56207020Sthompsa	match "product"		"(0x3a01|0x3a03|0x3a05)";
57207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
58202610Sweongyo};
59202610Sweongyo
60202610Sweongyo# D-Link
61202610Sweongyo#  DWA-120
62207020Sthompsanotify 100 {
63207020Sthompsa	match "system"		"USB";
64207020Sthompsa	match "subsystem"	"DEVICE";
65207020Sthompsa	match "type"		"ATTACH";
66207020Sthompsa	match "vendor"		"0x07d1";
67207020Sthompsa	match "product"		"0x3a0c";
68207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
69202610Sweongyo};
70202610Sweongyo
71202610Sweongyo# Gigaset
72202610Sweongyo#   SMCWUSBT-G
73207020Sthompsanotify 100 {
74207020Sthompsa	match "system"		"USB";
75207020Sthompsa	match "subsystem"	"DEVICE";
76207020Sthompsa	match "type"		"ATTACH";
77207020Sthompsa	match "vendor"		"0x1690";
78207020Sthompsa	match "product"		"(0x0711|0x0713)";
79207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
80202610Sweongyo};
81202610Sweongyo
82202610Sweongyo# Global Sun Technology
83202610Sweongyo#   AR5523
84207020Sthompsanotify 100 {
85207020Sthompsa	match "system"		"USB";
86207020Sthompsa	match "subsystem"	"DEVICE";
87207020Sthompsa	match "type"		"ATTACH";
88207020Sthompsa	match "vendor"		"0x16ab";
89207020Sthompsa	match "product"		"(0x7802|0x7812)";
90207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
91202610Sweongyo};
92202610Sweongyo
93202610Sweongyo# BayNETGEAR
94202610Sweongyo#   WG111U
95207020Sthompsanotify 100 {
96207020Sthompsa	match "system"		"USB";
97207020Sthompsa	match "subsystem"	"DEVICE";
98207020Sthompsa	match "type"		"ATTACH";
99207020Sthompsa	match "vendor"		"0x0846";
100207020Sthompsa	match "product"		"0x4301";
101207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
102202610Sweongyo};
103202610Sweongyo
104202610Sweongyo# Netgear
105202610Sweongyo#   WG111T and WPN111
106207020Sthompsanotify 100 {
107207020Sthompsa	match "system"		"USB";
108207020Sthompsa	match "subsystem"	"DEVICE";
109207020Sthompsa	match "type"		"ATTACH";
110207020Sthompsa	match "vendor"		"0x1385";
111207020Sthompsa	match "product"		"(0x4251|0x5f01)";
112207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
113202610Sweongyo};
114202610Sweongyo
115202610Sweongyo# U-MEDIA Communications
116202610Sweongyo#   TEW-444UB and AR5523
117207020Sthompsanotify 100 {
118207020Sthompsa	match "system"		"USB";
119207020Sthompsa	match "subsystem"	"DEVICE";
120207020Sthompsa	match "type"		"ATTACH";
121207020Sthompsa	match "vendor"		"0x157e";
122207020Sthompsa	match "product"		"(0x3007|0x3206)";
123207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
124202610Sweongyo};
125202610Sweongyo
126202610Sweongyo# Wistron NeWeb
127202610Sweongyo#   AR5523
128207020Sthompsanotify 100 {
129207020Sthompsa	match "system"		"USB";
130207020Sthompsa	match "subsystem"	"DEVICE";
131207020Sthompsa	match "type"		"ATTACH";
132207020Sthompsa	match "vendor"		"0x1435";
133207020Sthompsa	match "product"		"(0x0827|0x0829)";
134207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
135202610Sweongyo};
136202610Sweongyo
137202610Sweongyo# Z-Com
138202610Sweongyo#   AR5523
139207020Sthompsanotify 100 {
140207020Sthompsa	match "system"		"USB";
141207020Sthompsa	match "subsystem"	"DEVICE";
142207020Sthompsa	match "type"		"ATTACH";
143207020Sthompsa	match "vendor"		"0x0cde";
144207020Sthompsa	match "product"		"0x0013";
145207020Sthompsa	action "/usr/sbin/uathload -d /dev/$cdev";
146202610Sweongyo};
147