Skip to content

Commit

Permalink
USB: visor: reimplement using generic framework
Browse files Browse the repository at this point in the history
Kill custom read and write implementations (dynamically allocated write
urbs).

Note that I chose to remove the stat module parameter which was supposed
to keep count of the amount of data sent and received, but which has
been broken for three years (since b308e74
"USB: visor driver adapted to new tty buffering" -- bytes_in was
incorrectly updated and was thus always reported as 0).

Compile-only tested.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 199b113 commit 214916f
Showing 1 changed file with 13 additions and 329 deletions.
Loading

0 comments on commit 214916f

Please sign in to comment.