usbfs: detect device unregistration
authorAlan Stern <stern@rowland.harvard.edu>
Sun, 2 Jul 2006 02:05:56 +0000 (22:05 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:49 +0000 (11:58 -0700)
commit349710c3a79c0405911b8b604953f0c665e17756
tree78cf600f2e2467161df0bf634601e2894f376da5
parent4a2a8a2cce86b9d001378cc25acb5c61e6ca7d63
usbfs: detect device unregistration

This patch (as711b) is a revised version of an earlier submission.  It
modifies the usbfs code to detect when a device has been unregistered from
usbfs, even if the device is still connected.  Although this can't happen
now, it will be able to happen after the upcoming changes to usb_generic.

Nobody objected to this patch when it was submitted before, so it should
be okay to apply this version.  The revision is merely to take into
account the changes introduced by as723, which touches the same driver.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c