aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/uath.conf
blob: 13b50d44c73992a9ec21ab492a0d1fae7e58be08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
#
# Atheros USB wireless network device specific devd events

# Accton
#   SMCWUSBT-G2
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x083a";
	match "product"		"0x4507";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Atheros Communications
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x168c";
	match "product"		"0x0002";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Atheros Communications
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x0cf3";
	match "product"		"(0x0002|0x0004|0x0006)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Conceptronic
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x0d8e";
	match "product"		"(0x7802|0x7812)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# D-Link
#   DWL-AG132, DWL-G132 and DWL-AG122
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x2001";
	match "product"		"(0x3a01|0x3a03|0x3a05)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# D-Link
#  DWA-120
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x07d1";
	match "product"		"0x3a0c";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Gigaset
#   SMCWUSBT-G
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x1690";
	match "product"		"(0x0711|0x0713)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Global Sun Technology
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x16ab";
	match "product"		"(0x7802|0x7812)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# BayNETGEAR
#   WG111U
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x0846";
	match "product"		"0x4301";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Netgear
#   WG111T and WPN111
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x1385";
	match "product"		"(0x4251|0x5f01)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# U-MEDIA Communications
#   TEW-444UB and AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x157e";
	match "product"		"(0x3007|0x3206)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Wistron NeWeb
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x1435";
	match "product"		"(0x0827|0x0829)";
	action "/usr/sbin/uathload -d /dev/$cdev";
};

# Z-Com
#   AR5523
notify 100 {
	match "system"		"USB";
	match "subsystem"	"DEVICE";
	match "type"		"ATTACH";
	match "vendor"		"0x0cde";
	match "product"		"0x0013";
	action "/usr/sbin/uathload -d /dev/$cdev";
};