From: Christian Lamparter Date: Fri, 26 Dec 2008 18:08:31 +0000 (+0100) Subject: p54usb: utilize usb_reset_device for 3887 X-Git-Tag: v2.6.30-rc1~662^2~836^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6982869d993009c02cefcca98a67b212d0e61c5f;p=pandora-kernel.git p54usb: utilize usb_reset_device for 3887 Sometimes on unload or reboot the 3887 USB devices become stuck. kernel: usbcore: registered new interface driver p54usb kernel: usb 2-10: (p54usb) reset failed! (-110) kernel: p54usb: probe of 2-10:1.0 failed with error -110 [...] and a physical unplug and replug was necessary. However we should be able to do this in software as well, without any user interaction. Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed