mirror of https://gitee.com/openkylin/linux.git
HID: multitouch: Copyright and note on regression tests
This reflects my new company and officialize the regression tests I'm conducting between each change. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Acked-by: Henrik Rydberg <rydberg@euromail.se> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
4ebc9b636c
commit
b0a7868181
|
@ -2,8 +2,9 @@
|
||||||
* HID driver for multitouch panels
|
* HID driver for multitouch panels
|
||||||
*
|
*
|
||||||
* Copyright (c) 2010-2012 Stephane Chatty <chatty@enac.fr>
|
* Copyright (c) 2010-2012 Stephane Chatty <chatty@enac.fr>
|
||||||
* Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com>
|
* Copyright (c) 2010-2013 Benjamin Tissoires <benjamin.tissoires@gmail.com>
|
||||||
* Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France
|
* Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France
|
||||||
|
* Copyright (c) 2012-2013 Red Hat, Inc
|
||||||
*
|
*
|
||||||
* This code is partly based on hid-egalax.c:
|
* This code is partly based on hid-egalax.c:
|
||||||
*
|
*
|
||||||
|
@ -26,6 +27,17 @@
|
||||||
* any later version.
|
* any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This driver is regularly tested thanks to the tool hid-test[1].
|
||||||
|
* This tool relies on hid-replay[2] and a database of hid devices[3].
|
||||||
|
* Please run these regression tests before patching this module so that
|
||||||
|
* your patch won't break existing known devices.
|
||||||
|
*
|
||||||
|
* [1] https://github.com/bentiss/hid-test
|
||||||
|
* [2] https://github.com/bentiss/hid-replay
|
||||||
|
* [3] https://github.com/bentiss/hid-devices
|
||||||
|
*/
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/hid.h>
|
#include <linux/hid.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
Loading…
Reference in New Issue