File tree Expand file tree Collapse file tree 4 files changed +2
-17
lines changed Expand file tree Collapse file tree 4 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
2
/*
3
- * drivers/input/tablet/wacom.h
4
- *
5
3
* USB Wacom tablet support
6
4
*
7
5
* Copyright (c) 2000-2004 Vojtech Pavlik <[email protected] >
78
76
* - integration of the Bluetooth devices
79
77
*/
80
78
81
- /*
82
- */
83
79
#ifndef WACOM_H
84
80
#define WACOM_H
81
+
85
82
#include <linux/kernel.h>
86
83
#include <linux/slab.h>
87
84
#include <linux/module.h>
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
2
/*
3
- * drivers/input/tablet/wacom_sys.c
4
- *
5
3
* USB Wacom tablet support - system specific code
6
4
*/
7
5
8
- /*
9
- */
10
-
11
6
#include "wacom_wac.h"
12
7
#include "wacom.h"
13
8
#include <linux/input/mt.h>
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
2
/*
3
- * drivers/input/tablet/wacom_wac.c
4
- *
5
3
* USB Wacom tablet support - Wacom specific code
6
4
*/
7
5
8
- /*
9
- */
10
-
11
6
#include "wacom_wac.h"
12
7
#include "wacom.h"
13
8
#include <linux/input/mt.h>
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
- /*
3
- * drivers/input/tablet/wacom_wac.h
4
- */
2
+
5
3
#ifndef WACOM_WAC_H
6
4
#define WACOM_WAC_H
7
5
You can’t perform that action at this time.
0 commit comments