.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /*-*-linux-c-*-*/ |
---|
2 | 3 | |
---|
3 | 4 | /* |
---|
.. | .. |
---|
11 | 12 | Templated from msi-laptop.c and thinkpad_acpi.c which is copyright |
---|
12 | 13 | by its respective authors. |
---|
13 | 14 | |
---|
14 | | - This program is free software; you can redistribute it and/or modify |
---|
15 | | - it under the terms of the GNU General Public License as published by |
---|
16 | | - the Free Software Foundation; either version 2 of the License, or |
---|
17 | | - (at your option) any later version. |
---|
18 | | - |
---|
19 | | - This program is distributed in the hope that it will be useful, but |
---|
20 | | - WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
22 | | - General Public License for more details. |
---|
23 | | - |
---|
24 | | - You should have received a copy of the GNU General Public License |
---|
25 | | - along with this program; if not, write to the Free Software |
---|
26 | | - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
---|
27 | | - 02110-1301, USA. |
---|
28 | 15 | */ |
---|
29 | 16 | |
---|
30 | 17 | /* |
---|