USB: Fix novation SourceControl XL after suspend
authorRichard Dodd <richard.o.dodd@gmail.com>
Wed, 12 Feb 2020 14:22:18 +0000 (14:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2020 15:38:47 +0000 (16:38 +0100)
commitbabaa26b7c1c853ba4ae91bda02b796de3fc4e11
treed6209200a6c339945e0b0ea04924176d044f4a66
parent2debc1717cf24cac9f5bd73ece4f54c50a7bccf8
USB: Fix novation SourceControl XL after suspend

commit b692056db8ecc7f452b934f016c17348282b7699 upstream.

Currently, the SourceControl will stay in power-down mode after resuming
from suspend. This patch resets the device after suspend to power it up.

Signed-off-by: Richard Dodd <richard.o.dodd@gmail.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200212142220.36892-1-richard.o.dodd@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c