commit | e33da8a5486aaadf5161118869e6cfb3d119beea | [log] [tgz] |
---|---|---|
author | Jason Childs <oblivian@users.sourceforge.net> | Wed Feb 17 22:38:31 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Feb 19 01:25:16 2010 -0800 |
tree | ff5819b0f2e192557f6d9848698a65d988ee8983 | |
parent | 4e45ad5e89128939c671e927f030cb3909fe1d69 [diff] |
Input: wacom - use per-device instance of wacom_features Since we mangle data in wacom_features when dealing with certain devices let's use a private (per-device) instance of wacom_features in wacom_wac. This way same product ID can support more than one type of device, such as pen and touch, and not interfere with each other. Signed-off-by: Jason Childs <oblivian@users.sourceforge.net> Signed-off-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>