Patch "r8152: add vendor/device ID pair for Microsoft Devkit" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    r8152: add vendor/device ID pair for Microsoft Devkit

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     r8152-add-vendor-device-id-pair-for-microsoft-devkit.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 77c1dce0f39456e37cea4fa4dc379f81bead0e4f
Author: Andre Przywara <andre.przywara@xxxxxxx>
Date:   Wed Jan 11 13:32:28 2023 +0000

    r8152: add vendor/device ID pair for Microsoft Devkit
    
    [ Upstream commit be53771c87f4e322a9835d3faa9cd73a4ecdec5b ]
    
    The Microsoft Devkit 2023 is a an ARM64 based machine featuring a
    Realtek 8153 USB3.0-to-GBit Ethernet adapter. As in their other
    machines, Microsoft uses a custom USB device ID.
    
    Add the respective ID values to the driver. This makes Ethernet work on
    the MS Devkit device. The chip has been visually confirmed to be a
    RTL8153.
    
    Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
    Link: https://lore.kernel.org/r/20230111133228.190801-1-andre.przywara@xxxxxxx
    Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index 109c288d8b47..cf6941b1d280 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -9809,6 +9809,7 @@ static const struct usb_device_id rtl8152_table[] = {
 	REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab),
 	REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6),
 	REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x0927),
+	REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x0c5e),
 	REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101),
 	REALTEK_USB_DEVICE(VENDOR_ID_LENOVO,  0x304f),
 	REALTEK_USB_DEVICE(VENDOR_ID_LENOVO,  0x3054),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux