From: Greg Kroah-Hartman Date: Thu, 10 May 2012 21:35:21 +0000 (-0700) Subject: USB: serial: opticon: hook up suspend/resume callbacks X-Git-Tag: v3.5-rc1~149^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d530296f63c039a5683db665acc5ecdb3b593eb2;p=pandora-kernel.git USB: serial: opticon: hook up suspend/resume callbacks With a previous patch, the usb_driver suspend/resume callbacks got overridden and were never called if a usb_serial driver defined them. This patch fixes the opticon driver to move the suspend/resume callbacks into the usb_serial_driver structure where they will be properly called. It then removes the unused usb_driver structure. Cc: Johan Hovold Cc: Rusty Russell Cc: Kuninori Morimoto Cc: Julia Lawall Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed