From: Inaky Perez-Gonzalez Date: Thu, 17 Sep 2009 22:20:45 +0000 (-0700) Subject: wimax/i2400m: Implement pre/post reset support in the USB driver X-Git-Tag: v2.6.33-rc1~388^2~487^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3725d8c97436aeaa03eeb0c25361a7ec0f3f5bd2;p=pandora-kernel.git wimax/i2400m: Implement pre/post reset support in the USB driver The USB stack can callback a driver is about to be reset by an external entity and right after it, so the driver can save state and then restore it. This commit implements said support; it is implemented actually in the core, bus-generic driver [i2400m_{pre,post}_reset()] and used by the bus-specific drivers. This way the SDIO driver can also use it once said support is brought to the SDIO stack. Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed