git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f17a8
)
USB: cdc_acm: Fix race condition when opening tty
author
Henry Gebhardt
<gebhardt@astro.uni-tuebingen.de>
Wed, 4 Nov 2009 10:19:28 +0000
(11:19 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 18 Nov 2009 00:46:33 +0000
(16:46 -0800)
If acm_rx_tasklet() gets called before tty_port_block_til_ready()
returns, then bulk IN urbs may not be sent. This fixes it.
Signed-off-by: Henry Gebhardt <gebhardt@astro.uni-tuebingen.de>
Acked-by: Oliver Neukum <oliver@neukum.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found