USB: safe_serial: reimplement write using generic framework
authorJohan Hovold <jhovold@gmail.com>
Tue, 18 May 2010 22:01:30 +0000 (00:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:49 +0000 (13:21 -0700)
commit241c80ea72be4828c63f5dd44b142e54d0a12f5d
treefeeea46c468b0cd71596ef44a7767c3d2e3082b5
parent39f2f080b39ceb7ccbc0da4bc13fea5698f7fa3a
USB: safe_serial: reimplement write using generic framework

Kill custom single-urb write implementation.

Note that this driver still depended on the write callback from the old
generic framework.

Tested against original read processing using a cp210x device in a
loopback setup.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/safe_serial.c