/* * netsniff-ng - the packet sniffing beast * Copyright 2014 Tobias Klauser. * Subject to the GPL, version 2. */ #include "dissector.h" #include "dissector_netlink.h" static inline void dissector_init_entry(int type) { dissector_set_print_type(&nlmsg_ops, type); } static inline void dissector_init_exit(int type) { dissector_set_print_type(&none_ops, type); } void dissector_init_netlink(int fnttype) { dissector_init_entry(fnttype); dissector_init_exit(fnttype); } void dissector_cleanup_netlink(void) { } ='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation/men-chameleon-bus.txt
diff options
context:
space:
mode:
authorBenson Leung <bleung@chromium.org>2016-03-11 14:19:49 -0800
committerJiri Kosina <jkosina@suse.cz>2016-03-14 10:00:00 +0100
commitd3e69b9a04f8e42de1b4132218567b027d368bb5 (patch)
treef3f7efda01f034d415a9649af5c9a39eb064515f /Documentation/men-chameleon-bus.txt
parent45c5c6828214605eaefa6755c47bd1a2c7eb203e (diff)
HID: multitouch: Release all touch slots on reset_resume
When resetting a device (especially after power loss) it is unlikely that the firmware will keep the contact tracking data for the previous touches and will be able to reconcile it with the new contacts, so let's release all slots on reset resume as start anew. Signed-off-by: Benson Leung <bleung@chromium.org> Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/men-chameleon-bus.txt')