summaryrefslogtreecommitdiff
path: root/README.devel
blob: d47739cb333dd9a112528f41d33ee68d82f5fc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
A Travis CI instance for continuous integration testing of netsniff-ng
can be found here:

  https://travis-ci.org/netsniff-ng/netsniff-ng

An analysis by the Coverity Scanner is run occasionally against the source of
netsniff-ng. The corresponding scan reports can be found here:

  https://scan.coverity.com/projects/329

Use the command `make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity' to trigger
a new scan yourself, if you are a project admin.
ass='ctrl'>
authorPing Cheng <pinglinux@gmail.com>2016-12-08 22:04:52 -0800
committerJiri Kosina <jkosina@suse.cz>2016-12-09 13:26:24 +0100
commit6f46cf9b40df7d181f11989bab6f4cc08787cdfe (patch)
tree0ea166bcc25918006a1fd5a8232e2aae1707032b
parent354a32985a863c9eecd381a5f9eea480d5abc6dc (diff)
HID: wacom: generic: Send data only when the interface is defined
Sometime valid events may not be supported by the driver yet. Make sure we don't process them when the code is not ready. This fix prevents a kernel panic due to unsupported HID events. Signed-off-by: Ping Cheng <ping.cheng@wacom.com> Reviewed-By: Jason Gerecke <jason.gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat
-rw-r--r--drivers/hid/wacom_wac.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c