-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGES
128 lines (95 loc) · 3.95 KB
/
CHANGES
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
1.7:
====
- split bbapi_power driver into:
bbapi_power:
- CX2100-0904
bbapi_sups:
- CX5000 S-UPS
- CX5100 S-UPS
- detect sups/power capabilities in bbapi_init() and register platform_devices for detected features
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, display, power, sups, watchdog)
==========|======|======================|=======|==============================================
4.1.7-rt8 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
4.1.7-rt8 |x86_64| CX5130 | 14.04 | no error
4.1.7-rt8 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.6:
====
- add bbapi_power driver with support for:
- CX2100-0904
- CX5000 S-UPS
- CX5100 S-UPS
- make bbapi_wdt less verbose
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, display, power, watchdog)
==========|======|======================|=======|========================================
4.1.7-rt8 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
4.1.7-rt8 |x86_64| CX5130 | 14.04 | no error
4.1.7-rt8 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.5:
====
- replace ENABLE_KEEPALIVEPING with runtime code
- fix watchdog api to always support WDIOF_KEEPALIVEPING
- refactor test_config and config_*.h
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, display, watchdog)
==========|======|======================|=======|=====================================
4.1.7-rt8 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
4.1.7-rt8 |x86_64| CX5130 | 14.04 | no error
4.1.7-rt8 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.4:
====
- add support for platforms without legacy watchdog
- remove support for kernels < 2.6.35
- remove constness from in buffer in bbapi_write()
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, display, watchdog)
==========|======|======================|=======|=====================================
4.1.7-rt8 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
4.1.7-rt8 |x86_64| CX5130 | 14.04 | no error
4.1.7-rt8 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.3:
====
- fix bbapi_find_bios() to work on platforms without 16 byte BBAPI alignment
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, display, watchdog)
==========|======|======================|=======|=====================================
4.1.7-rt8 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
4.1.7-rt8 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.2:
====
- change license of TcBaDevDef_gpl.h to allow usage in proprietary userspace software
- fix BIOS search area to pass the resource map sanity check
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, watchdog)
==========|======|======================|=======|=====================================
3.4.69 |x86_64| CX2030 + CX2100-0904 | 14.04 | no error
3.16.0 | i386 | CX2030 + CX2100-0004 | 14.04 | no error
3.12.18 | i386 | CX5020 | 14.04 | no error
* os/14.04 means Ubuntu 14.04 LTS
1.1:
====
- Avoided unused return value warning. (Patch from Florian Pose <IgH>)
- replaced DEV_NAME with KBUILD_MODNAME
Test log:
----------| |
Kernel | arch | device | os |result (bbapi, watchdog)
==========|======|======================|=======|=====================================
3.4.69 | i386 | CX2030 + CX2100-0004 | 12.04 | no error
3.4.69 |x86_64| CX2030 + CX2100-0004 | 12.04 | no error
3.4.69 | i386 | CX2030 + CX2100-0904 | 12.04 | no error
3.4.69 |x86_64| CX2030 + CX2100-0904 | 12.04 | no error
3.12.18 | i386 | CX5020 | 14.04 | no error
* os/12.04 means Ubuntu 12.04 LTS
* os/14.04 means Ubuntu 14.04 LTS