usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Tue, 8 Aug 2017 09:51:27 +0000 (17:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 20:43:21 +0000 (13:43 -0700)
commitf4bbed570aef42ccd08852b05ace99d488ed3ddf
tree3ccea8755242c2f29cdd0143db7c3680d3b8c712
parent42d65cc89a2338c8d488cba8a8625951fac7b0a8
usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter

commit 7496cfe5431f21da5d27a8388c326397e3f0a5db upstream.

Moshi USB to Ethernet Adapter internally uses a Genesys Logic hub to
connect to Realtek r8153.

The Realtek r8153 ethernet does not work on the internal hub, no-lpm quirk
can make it work.

Since another r8153 dongle at my hand does not have the issue, so add
the quirk to the Genesys Logic hub instead.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c