commit | 83ef344a7539aa55a787790bc036f0bf3466e191 | [log] [tgz] |
---|---|---|
author | brian@murphy.dk <brian@murphy.dk> | Wed Jun 29 16:53:29 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 12 11:52:57 2005 -0700 |
tree | 3a49e9eb5e690a3b0f6609ef0f24f403b3828a39 | |
parent | a3fdf4ebe016ba756de3ca29a2a6117e9acd721c [diff] |
[PATCH] USB: fix usb reference count bug in cdc-acm driver This increases the reference count on the usb cdc acm control interface which is referred to by the tty interface provided by the driver. This allows the deferred removal of the tty after the physical device is disconnected if the tty is held open at the time of disconnection. Signed-off-by: brian@murphy.dk Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>