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:
ce60c48
)
USB: CDC WDM driver doesn't support non-blocking reads
author
Oliver Neukum
<oliver@neukum.org>
Wed, 9 Sep 2009 08:12:48 +0000
(10:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 Sep 2009 13:46:16 +0000
(06:46 -0700)
support for O_NONBLOCK in read and write path
by simply not waiting for data in read or availability
of the write urb in write but returning -EAGAIN
Signed-off-by: Oliver Neukum <oliver@neukum.org>
Tested-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found