Revision 2284bbd0cf3981462dc6d729c89851c66b05a66a authored by Leon Schuermann on 11 January 2021, 19:03:15 UTC, committed by Jakub Kicinski on 13 January 2021, 04:00:51 UTC
This commit enables the use of the r8153_ecm driver, introduced with
commit c1aedf015ebdd0 ("net/usb/r8153_ecm: support ECM mode for
RTL8153") for the Lenovo Powered USB-C Hub (17ef:721e) based on the
Realtek RTL8153B chip.

This results in the following driver preference:

- if r8152 is available, use the r8152 driver
- if r8152 is not available, use the r8153_ecm driver

This is done to prevent the NIC from constantly sending pause frames
when the host system enters standby (fixed by using the r8152 driver
in "r8152: Add Lenovo Powered USB-C Travel Hub"), while still allowing
the device to work with the r8153_ecm driver as a fallback.

Signed-off-by: Leon Schuermann <leon@is.currently.online>
Tested-by: Leon Schuermann <leon@is.currently.online>
Link: https://lore.kernel.org/r/20210111190312.12589-3-leon@is.currently.online
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent cb82a54
History
File Mode Size
Kconfig -rw-r--r-- 6.3 KB
Makefile -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 7.3 KB
extcon-adc-jack.c -rw-r--r-- 5.2 KB
extcon-arizona.c -rw-r--r-- 45.2 KB
extcon-axp288.c -rw-r--r-- 13.2 KB
extcon-fsa9480.c -rw-r--r-- 10.2 KB
extcon-gpio.c -rw-r--r-- 4.5 KB
extcon-intel-cht-wc.c -rw-r--r-- 12.9 KB
extcon-intel-int3496.c -rw-r--r-- 4.9 KB
extcon-intel-mrfld.c -rw-r--r-- 6.8 KB
extcon-intel.h -rw-r--r-- 384 bytes
extcon-max14577.c -rw-r--r-- 21.7 KB
extcon-max3355.c -rw-r--r-- 3.5 KB
extcon-max77693.c -rw-r--r-- 36.6 KB
extcon-max77843.c -rw-r--r-- 26.3 KB
extcon-max8997.c -rw-r--r-- 20.3 KB
extcon-palmas.c -rw-r--r-- 13.2 KB
extcon-ptn5150.c -rw-r--r-- 8.2 KB
extcon-qcom-spmi-misc.c -rw-r--r-- 3.9 KB
extcon-rt8973a.c -rw-r--r-- 18.8 KB
extcon-rt8973a.h -rw-r--r-- 7.9 KB
extcon-sm5502.c -rw-r--r-- 19.0 KB
extcon-sm5502.h -rw-r--r-- 10.7 KB
extcon-usb-gpio.c -rw-r--r-- 7.5 KB
extcon-usbc-cros-ec.c -rw-r--r-- 14.1 KB
extcon-usbc-tusb320.c -rw-r--r-- 4.7 KB
extcon.c -rw-r--r-- 35.5 KB
extcon.h -rw-r--r-- 2.5 KB

back to top