Commit 2ad80ae
committed
Backward compatibility for timer function
The upstream patch(41cb08555c41) is simply to rename
"from_timer" to "timer_container_of" for Linux kernel
over v6.15. This patch also adds Linux kernel version
check whether or not the rename must be applied,
depending on the kernel version in wacom_wac.c.
Also to check its availability before compiling all codes,
another AC_MSG_CHECKING block has been added
in configure.ac.
Signed-off-by: Tatsunosuke Tobita <[email protected]>1 parent e26d178 commit 2ad80ae
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
307 | 323 | | |
308 | 324 | | |
309 | 325 | | |
| |||
0 commit comments