devd(8): Sync with FreeBSD and turn it on by default.
[dragonfly.git] / etc / devd / uath.conf
1 # $FreeBSD: head/etc/devd/uath.conf 223566 2011-06-26 11:37:24Z gavin $
2 #
3 # Atheros USB wireless network device specific devd events
4
5 # Accton
6 #   SMCWUSBT-G2
7 notify 100 {
8         match "system"          "USB";
9         match "subsystem"       "DEVICE";
10         match "type"            "ATTACH";
11         match "vendor"          "0x083a";
12         match "product"         "0x4507";
13         action "/usr/sbin/uathload -d /dev/$cdev";
14 };
15
16 # Atheros Communications
17 #   AR5523
18 notify 100 {
19         match "system"          "USB";
20         match "subsystem"       "DEVICE";
21         match "type"            "ATTACH";
22         match "vendor"          "0x168c";
23         match "product"         "0x0002";
24         action "/usr/sbin/uathload -d /dev/$cdev";
25 };
26
27 # Atheros Communications
28 #   AR5523
29 notify 100 {
30         match "system"          "USB";
31         match "subsystem"       "DEVICE";
32         match "type"            "ATTACH";
33         match "vendor"          "0x0cf3";
34         match "product"         "(0x0002|0x0004|0x0006)";
35         action "/usr/sbin/uathload -d /dev/$cdev";
36 };
37
38 # Conceptronic
39 #   AR5523
40 notify 100 {
41         match "system"          "USB";
42         match "subsystem"       "DEVICE";
43         match "type"            "ATTACH";
44         match "vendor"          "0x0d8e";
45         match "product"         "(0x7802|0x7812)";
46         action "/usr/sbin/uathload -d /dev/$cdev";
47 };
48
49 # D-Link
50 #   DWL-AG132, DWL-G132 and DWL-AG122
51 notify 100 {
52         match "system"          "USB";
53         match "subsystem"       "DEVICE";
54         match "type"            "ATTACH";
55         match "vendor"          "0x2001";
56         match "product"         "(0x3a01|0x3a03|0x3a05)";
57         action "/usr/sbin/uathload -d /dev/$cdev";
58 };
59
60 # D-Link
61 #  DWA-120
62 notify 100 {
63         match "system"          "USB";
64         match "subsystem"       "DEVICE";
65         match "type"            "ATTACH";
66         match "vendor"          "0x07d1";
67         match "product"         "0x3a0c";
68         action "/usr/sbin/uathload -d /dev/$cdev";
69 };
70
71 # Gigaset
72 #   SMCWUSBT-G
73 notify 100 {
74         match "system"          "USB";
75         match "subsystem"       "DEVICE";
76         match "type"            "ATTACH";
77         match "vendor"          "0x1690";
78         match "product"         "(0x0711|0x0713)";
79         action "/usr/sbin/uathload -d /dev/$cdev";
80 };
81
82 # Global Sun Technology
83 #   AR5523
84 notify 100 {
85         match "system"          "USB";
86         match "subsystem"       "DEVICE";
87         match "type"            "ATTACH";
88         match "vendor"          "0x16ab";
89         match "product"         "(0x7802|0x7812)";
90         action "/usr/sbin/uathload -d /dev/$cdev";
91 };
92
93 # BayNETGEAR
94 #   WG111U
95 notify 100 {
96         match "system"          "USB";
97         match "subsystem"       "DEVICE";
98         match "type"            "ATTACH";
99         match "vendor"          "0x0846";
100         match "product"         "0x4301";
101         action "/usr/sbin/uathload -d /dev/$cdev";
102 };
103
104 # Netgear
105 #   WG111T and WPN111
106 notify 100 {
107         match "system"          "USB";
108         match "subsystem"       "DEVICE";
109         match "type"            "ATTACH";
110         match "vendor"          "0x1385";
111         match "product"         "(0x4251|0x5f01)";
112         action "/usr/sbin/uathload -d /dev/$cdev";
113 };
114
115 # U-MEDIA Communications
116 #   TEW-444UB and AR5523
117 notify 100 {
118         match "system"          "USB";
119         match "subsystem"       "DEVICE";
120         match "type"            "ATTACH";
121         match "vendor"          "0x157e";
122         match "product"         "(0x3007|0x3206)";
123         action "/usr/sbin/uathload -d /dev/$cdev";
124 };
125
126 # Wistron NeWeb
127 #   AR5523
128 notify 100 {
129         match "system"          "USB";
130         match "subsystem"       "DEVICE";
131         match "type"            "ATTACH";
132         match "vendor"          "0x1435";
133         match "product"         "(0x0827|0x0829)";
134         action "/usr/sbin/uathload -d /dev/$cdev";
135 };
136
137 # Z-Com
138 #   AR5523
139 notify 100 {
140         match "system"          "USB";
141         match "subsystem"       "DEVICE";
142         match "type"            "ATTACH";
143         match "vendor"          "0x0cde";
144         match "product"         "0x0013";
145         action "/usr/sbin/uathload -d /dev/$cdev";
146 };