USB: serial: enable async suspend for usb serial port device
authorMing Lei <tom.leiming@gmail.com>
Tue, 13 Jul 2010 15:56:24 +0000 (23:56 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:39 +0000 (14:35 -0700)
commita7a6b79bc5bd5dda9fdd1adb4a342a4c5ee789a8
tree69e4a66d57271fb1d4f307801f06aedd7c0a50a5
parentd0390d92bf548a903a48e1a2b3a12eff8a9d838b
USB: serial: enable async suspend for usb serial port device

Usb serial port device is child of its usb interface device, so
we can enable async suspend of usb serial port device to speedup
system suspend.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/usb-serial.c