From: Greg Kroah-Hartman Date: Tue, 15 May 2012 22:41:47 +0000 (-0700) Subject: USB: serial: ch341: put reset_resume callback back. X-Git-Tag: v3.5-rc1~149^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622b80cf6a6148bedbd8fec3945327cbf9f2caf4;p=pandora-kernel.git USB: serial: ch341: put reset_resume callback back. A few patches ago, I removed the reset_resume callback, changing it to resume instead. Now that the usb-serial core supports reset_resume, put this driver callback back as well, so it should work identically to how it was originally. Now if this function really is doing what it should be doing, well, that's a different story, but we are at least doing the identical thing that we were before... Cc: Johan Hovold Cc: Alan Stern Cc: Rusty Russell Cc: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed