From: Johan Hovold Date: Sat, 15 May 2010 15:53:49 +0000 (+0200) Subject: USB: visor: reimplement using generic framework X-Git-Tag: v2.6.35-rc1~471^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214916f2ec6701e1c9972f26c60b3dc37d3153c6;p=pandora-kernel.git USB: visor: reimplement using generic framework 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 b308e74d9c708ee2a9af14fbe235e0a41216f4ed "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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed