Marcus Folkesson
ff0d2cba64
Input: synaptics_usb - do not rely on input_dev->users
...
If the device is unused and suspended, a call to open will cause the
device to autoresume through the call to usb_autopm_get_interface().
input_dev->users is already incremented by the input subsystem,
therefore this expression will always be evaluated to true:
if ((input_dev->users || (synusb->flags & SYNUSB_IO_ALWAYS)) &&
usb_submit_urb(synusb->urb, GFP_NOIO) < 0) {
retval = -EIO;
}
The same URB will then be fail when resubmitted in synusb_open().
Introduce synusb->is_open to keep track of the state instead.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2018-03-17 11:05:18 -07:00
..
2018-02-15 12:02:42 +01:00
2018-02-16 11:16:38 +01:00
2018-02-06 09:59:40 -08:00
2018-02-08 15:05:16 -05:00
2018-02-15 14:50:32 -08:00
2018-01-19 22:59:33 -05:00
2018-03-01 08:41:27 -07:00
2018-02-11 14:34:03 -08:00
2018-02-15 09:18:55 -08:00
2018-02-26 15:43:46 -08:00
2018-02-07 11:22:44 -08:00
2018-02-28 13:55:14 +01:00
2018-03-02 10:44:44 +01:00
2018-02-02 10:01:04 -08:00
2018-02-26 09:28:35 -08:00
2018-02-26 12:32:29 -08:00
2018-02-02 09:50:51 -08:00
2018-02-11 14:34:03 -08:00
2018-02-23 12:05:37 +01:00
2018-01-23 09:04:10 +01:00
2018-02-14 06:37:33 +09:00
2018-02-11 14:34:03 -08:00
2018-02-08 10:44:25 -08:00
2018-02-27 09:48:07 +01:00
2018-03-01 14:03:14 +10:00
2018-02-15 18:44:03 +01:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-02-15 14:31:28 -08:00
2018-02-01 10:31:17 -08:00
2018-03-02 11:11:15 +01:00
2018-02-26 09:48:42 -07:00
2018-02-20 10:03:22 +01:00
2018-02-21 13:52:19 -05:00
2018-03-17 11:05:18 -07:00
2018-02-22 10:59:33 +01:00
2018-02-16 14:22:16 +00:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-02-13 08:58:53 -08:00
2018-02-11 14:34:03 -08:00
2018-03-02 09:35:36 -08:00
2018-02-26 11:39:04 -05:00
2018-02-23 10:56:59 -08:00
2018-01-30 21:32:06 -05:00
2018-02-11 14:34:03 -08:00
2018-02-24 16:05:50 -08:00
2018-02-27 15:12:37 +01:00
2018-02-12 10:57:20 +01:00
2018-02-01 10:31:17 -08:00
2018-03-02 10:19:57 -08:00
2018-01-28 22:17:24 -05:00
2018-01-16 16:47:29 +01:00
2018-03-02 19:31:40 -08:00
2018-02-28 12:18:58 -07:00
2018-02-12 10:41:11 +01:00
2018-02-12 15:07:46 +05:30
2018-03-02 17:44:39 -08:00
2018-02-08 11:48:49 -08:00
2018-02-20 11:34:54 +00:00
2018-02-01 09:40:49 -08:00
2018-02-12 10:47:36 +01:00
2018-03-01 10:01:39 -08:00
2018-01-31 12:55:31 -08:00
2018-01-17 12:56:24 +01:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-01-23 12:17:42 -06:00
2018-01-30 12:25:59 +00:00
2018-02-05 10:07:40 -08:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-02-15 14:29:27 -08:00
2018-02-06 09:59:40 -08:00
2018-02-23 14:09:43 -08:00
2018-02-08 10:21:39 +01:00
2018-02-28 16:11:04 -08:00
2018-01-22 16:45:26 +01:00
2018-01-26 17:57:34 +00:00
2018-02-01 10:37:39 +02:00
2018-02-22 12:05:43 -08:00
2018-02-09 14:49:46 -08:00
2018-02-06 15:04:58 -08:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-02-22 12:13:01 -08:00
2018-03-02 18:00:04 -08:00
2018-02-11 14:34:03 -08:00
2018-02-14 17:02:15 -08:00
2018-02-11 14:34:03 -08:00
2018-02-01 16:26:45 +02:00
2018-01-31 19:25:25 -08:00
2018-02-19 17:44:05 +01:00
2018-03-02 10:19:57 -08:00
2018-02-01 10:31:17 -08:00
2018-02-06 09:59:40 -08:00