Line 0
Link Here
|
|
|
1 |
# Atheros AR3011 with sflash firmware |
2 |
notify 100 { |
3 |
match "system" "USB"; |
4 |
match "subsystem" "DEVICE"; |
5 |
match "type" "ATTACH"; |
6 |
match "vendor" "0x0cf3"; |
7 |
match "product" "0x3000"; |
8 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
9 |
}; |
10 |
|
11 |
# Atheros AR3012 with sflash firmware |
12 |
notify 100 { |
13 |
match "system" "USB"; |
14 |
match "subsystem" "DEVICE"; |
15 |
match "type" "ATTACH"; |
16 |
match "vendor" "0x0489"; |
17 |
match "product" "(0xe04d|0xe04e|0xe056|0xe057|0xe05f|0xe076|0xe078|0xe095)"; |
18 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
19 |
}; |
20 |
notify 100 { |
21 |
match "system" "USB"; |
22 |
match "subsystem" "DEVICE"; |
23 |
match "type" "ATTACH"; |
24 |
match "vendor" "0x04c5"; |
25 |
match "product" "0x1330"; |
26 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
27 |
}; |
28 |
notify 100 { |
29 |
match "system" "USB"; |
30 |
match "subsystem" "DEVICE"; |
31 |
match "type" "ATTACH"; |
32 |
match "vendor" "0x04ca"; |
33 |
match "product" "(0x3004|0x3005|0x3006|0x3007|0x3008|0x300b|0x300d|0x300f|0x3010|0x3014|0x3018)"; |
34 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
35 |
}; |
36 |
notify 100 { |
37 |
match "system" "USB"; |
38 |
match "subsystem" "DEVICE"; |
39 |
match "type" "ATTACH"; |
40 |
match "vendor" "0x0930"; |
41 |
match "product" "(0x0219|0x021c|0x0220|0x0227)"; |
42 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
43 |
}; |
44 |
notify 100 { |
45 |
match "system" "USB"; |
46 |
match "subsystem" "DEVICE"; |
47 |
match "type" "ATTACH"; |
48 |
match "vendor" "0x0b05"; |
49 |
match "product" "0x17d0"; |
50 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
51 |
}; |
52 |
notify 100 { |
53 |
match "system" "USB"; |
54 |
match "subsystem" "DEVICE"; |
55 |
match "type" "ATTACH"; |
56 |
match "vendor" "0x0cf3"; |
57 |
match "product" "(0x0036|0x3004|0x3005|0x3008|0x311d|0x311e|0x311f|0x3121|0x817a|0x817b|0xe003|0xe004|0xe005|0xe006)"; |
58 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
59 |
}; |
60 |
notify 100 { |
61 |
match "system" "USB"; |
62 |
match "subsystem" "DEVICE"; |
63 |
match "type" "ATTACH"; |
64 |
match "vendor" "0x13d3"; |
65 |
match "product" "(0x3362|0x3375|0x3393|0x3402|0x3408|0x3423|0x3432|0x3472|0x3474|0x3487|0x3490)"; |
66 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
67 |
}; |
68 |
|
69 |
# Atheros AR5BBU22 with sflash firmware */ |
70 |
notify 100 { |
71 |
match "system" "USB"; |
72 |
match "subsystem" "DEVICE"; |
73 |
match "type" "ATTACH"; |
74 |
match "vendor" "0x0489"; |
75 |
match "product" "(0xe036|0xe03c)"; |
76 |
action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; |
77 |
}; |