| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * USB Synaptics device driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 15 | 16 | * Bases on: usb_skeleton.c v2.2 by Greg Kroah-Hartman |
|---|
| 16 | 17 | * drivers/hid/usbhid/usbmouse.c by Vojtech Pavlik |
|---|
| 17 | 18 | * drivers/input/mouse/synaptics.c by Peter Osterlund |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 20 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 21 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 22 | | - * any later version. |
|---|
| 23 | 19 | * |
|---|
| 24 | 20 | * Trademarks are the property of their respective owners. |
|---|
| 25 | 21 | */ |
|---|