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
Makefile -rw-r--r-- 841 bytes
gus_dma.c -rw-r--r-- 6.3 KB
gus_dram.c -rw-r--r-- 2.2 KB
gus_io.c -rw-r--r-- 16.8 KB
gus_irq.c -rw-r--r-- 3.9 KB
gus_main.c -rw-r--r-- 12.3 KB
gus_mem.c -rw-r--r-- 8.9 KB
gus_mem_proc.c -rw-r--r-- 2.3 KB
gus_mixer.c -rw-r--r-- 5.3 KB
gus_pcm.c -rw-r--r-- 28.2 KB
gus_reset.c -rw-r--r-- 12.2 KB
gus_tables.h -rw-r--r-- 3.9 KB
gus_timer.c -rw-r--r-- 4.5 KB
gus_uart.c -rw-r--r-- 7.2 KB
gus_volume.c -rw-r--r-- 4.9 KB
gusclassic.c -rw-r--r-- 6.2 KB
gusextreme.c -rw-r--r-- 10.0 KB
gusmax.c -rw-r--r-- 9.7 KB
interwave-stb.c -rw-r--r-- 41 bytes
interwave.c -rw-r--r-- 25.4 KB

back to top