commit | 62ecae09a01df507ef52e1bc90fc233a1978c60a | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Oct 10 14:24:16 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Oct 17 21:20:46 2010 -0700 |
tree | 0452f78a77dfb6a14c0cdda6e59f11b16b0f4317 | |
parent | 3136baf8d09458bb04332b81494fd13ad90fe94a [diff] |
Input: wacom - properly enable runtime PM We need to always call usb_autopm_put_interface() in wacom_open(), not only when initialization fails, otherwise the device will be marked as PM-busy and will never be put in suspended state. Based on patch by Oliver Neukum. Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>