On 05/26/11 20:20, Markus Armbruster wrote:
Gerd Hoffmann writes:
Factor out disconnect code (called when a device disappears) to a
separate function. Add a check for NODEV errno to a few more places to
make sure we notice disconnects.
Ah, you mean ENODEV! Suddenly the subject makes sense.
Gerd Hoffmann writes:
> Factor out disconnect code (called when a device disappears) to a
> separate function. Add a check for NODEV errno to a few more places to
> make sure we notice disconnects.
Ah, you mean ENODEV! Suddenly the subject makes sense. Fix it up?
[...]
Factor out disconnect code (called when a device disappears) to a
separate function. Add a check for NODEV errno to a few more places to
make sure we notice disconnects.
Signed-off-by: Gerd Hoffmann
---
usb-linux.c | 27 ---
1 files changed, 20 insertions(+), 7 deletio