commit | 8cd01664344e983d73a85ce604f7c23f475cf303 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Wed Sep 09 17:08:50 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 23 06:46:40 2009 -0700 |
tree | 6eac7c223c62db18a045cb9b606f59e20b61416a | |
parent | 798199867385417ba6494472e39c016e3340758c [diff] |
USB: O_NONBLOCK in read path of skeleton Non blocking IO is supported in the read path of usb-skeleton. This is done by just not blocking. As support for handling signals without stopping IO is already there, it can be used for O_NONBLOCK, too. Signed-off-by: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>