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:
parent
d71018bd8f
commit
487dae0d2f
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
static const struct usb_id whitelist_id_table[] = {
|
static const struct usb_id whitelist_id_table[] = {
|
||||||
{ .vendor = 0x08ff, .product = 0x2810 },
|
{ .vendor = 0x08ff, .product = 0x2810 },
|
||||||
|
/* https://bugzilla.redhat.com/show_bug.cgi?id=1173367 */
|
||||||
|
{ .vendor = 0x138a, .product = 0x0017 },
|
||||||
{ 0, 0, 0, },
|
{ 0, 0, 0, },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue