Work-around kernel's lack of USB PM

The device is already supported by the vfs5011 driver and non-
blacklisted, so will show up in the udev rules, but for ease of
backporting to older versions, add it to the whitelist anyway.

https://bugzilla.redhat.com/show_bug.cgi?id=1173367
This commit is contained in:
Bastien Nocera 2016-04-12 16:10:53 +02:00
parent d71018bd8f
commit 487dae0d2f

View file

@ -25,6 +25,8 @@
static const struct usb_id whitelist_id_table[] = {
{ .vendor = 0x08ff, .product = 0x2810 },
/* https://bugzilla.redhat.com/show_bug.cgi?id=1173367 */
{ .vendor = 0x138a, .product = 0x0017 },
{ 0, 0, 0, },
};