diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2015-01-29 11:29:13 -0500 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-08-04 14:38:38 -0400 |
commit | 3e2003cccc9fb5f73a0d251dbb595f4c6e3a08bd (patch) | |
tree | 8e50344cd66965dc94f4a8675a7e072898defa4c /drivers/watchdog | |
parent | bb91f0ab2a32dc6afa29e17e9ba865e5335ffb0e (diff) | |
download | linux-rt-3e2003cccc9fb5f73a0d251dbb595f4c6e3a08bd.tar.gz |
USB: usbfs: allow URBs to be reaped after disconnection
[ Upstream commit 3f2cee73b650921b2e214bf487b2061a1c266504 ]
The usbfs API has a peculiar hole: Users are not allowed to reap their
URBs after the device has been disconnected. There doesn't seem to be
any good reason for this; it is an ad-hoc inconsistency.
The patch allows users to issue the USBDEVFS_REAPURB and
USBDEVFS_REAPURBNDELAY ioctls (together with their 32-bit counterparts
on 64-bit systems) even after the device is gone. If no URBs are
pending for a disconnected device then the ioctls will return -ENODEV
rather than -EAGAIN, because obviously no new URBs will ever be able
to complete.
The patch also adds a new capability flag for
USBDEVFS_GET_CAPABILITIES to indicate that the reap-after-disconnect
feature is supported.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Chris Dickens <christopher.a.dickens@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions