commit | 7e3cc447ff8906558619b1ecc46e4bd776a4f3a6 | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | Wed Feb 06 12:10:47 2013 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Feb 07 15:13:14 2013 +0100 |
tree | fb85c661a61af1354982ae83036dccf6d81b6d0b | |
parent | dc3e1d8052548f5b46288a1d43c93684f7d64804 [diff] |
HID: multitouch: do not use pointers towards hid-core The previous implementation registered a pointer towards hid-core to the value of contact count. This is not safe and may be difficult to debug if hid-core ever changes its implementation. The use of regular indexes is a better choice. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>