Dan Williams 6eecdc5f95 usbnet: allow status interrupt URB to always be active
Some drivers (sierra_net) need the status interrupt URB
active even when the device is closed, because they receive
custom indications from firmware.  Add functions to refcount
the status interrupt URB submit/kill operation so that
sub-drivers and the generic driver don't fight over whether
the status interrupt URB is active or not.

A sub-driver can call usbnet_status_start() at any time, but
the URB is only submitted the first time the function is
called.  Likewise, when the sub-driver is done with the URB,
it calls usbnet_status_stop() but the URB is only killed when
all users have stopped it.  The URB is still killed and
re-submitted for suspend/resume, as before, with the same
refcount it had at suspend.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Acked-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-05-08 13:13:29 -07:00
..
2013-04-12 14:27:55 -04:00
2013-05-04 12:31:18 -07:00
2013-03-01 13:39:00 -08:00
2013-01-02 17:36:10 -08:00
2013-01-03 14:34:06 -08:00
2013-04-29 15:40:23 -04:00
2013-03-22 15:18:18 -07:00
2013-05-02 09:03:55 -07:00
2013-04-08 17:39:23 +02:00
2013-03-12 11:30:04 -07:00
2013-05-01 16:36:22 +05:30
2012-12-24 09:36:38 -07:00
2013-02-26 02:46:08 -05:00
2013-03-15 15:09:43 +10:30
2013-04-29 18:28:40 -07:00
2013-05-01 16:28:48 -04:00
2013-02-22 23:31:31 -05:00
2013-04-29 13:55:38 -07:00
2013-01-25 21:03:54 -08:00
2013-04-29 18:28:41 -07:00
2013-02-06 15:59:47 -05:00
2013-03-06 14:55:20 -05:00
2013-01-29 13:59:57 -05:00
2013-01-10 11:44:38 -06:00
2013-04-12 00:03:42 -04:00
2013-04-30 17:04:06 -07:00
2013-04-01 11:04:50 -07:00
2013-04-30 17:04:00 -07:00
2013-03-15 15:09:43 +10:30
2012-12-14 13:06:40 +10:30
2012-12-25 18:45:06 -05:00
2013-04-29 18:28:44 -07:00
2012-12-11 17:22:27 -08:00
2013-05-04 14:47:26 -04:00
2013-05-07 11:22:14 -07:00
2013-04-29 15:54:28 -07:00
2013-03-12 11:40:53 -04:00
2013-03-19 09:47:30 +01:00
2013-02-26 09:34:29 -08:00
2013-04-29 15:54:28 -07:00
2013-01-23 13:44:00 -05:00
2013-04-12 10:26:23 +02:00
2013-04-09 14:13:29 -04:00
2013-02-19 08:43:34 +01:00
2013-03-29 15:31:30 -04:00
2013-03-10 22:20:05 +01:00
2013-03-21 11:47:51 -04:00
2013-03-22 16:19:59 -07:00
2013-01-15 22:43:15 -08:00
2013-03-20 12:10:38 -04:00
2013-03-28 11:10:22 -07:00
2013-04-29 15:54:37 -07:00