Skip to content

Commit be53771

Browse files
Andre-ARMPaolo Abeni
authored andcommitted
r8152: add vendor/device ID pair for Microsoft Devkit
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent ae9dcb9 commit be53771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/usb/r8152.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9836,6 +9836,7 @@ static const struct usb_device_id rtl8152_table[] = {
98369836
REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab),
98379837
REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6),
98389838
REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x0927),
9839+
REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x0c5e),
98399840
REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101),
98409841
REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f),
98419842
REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x3054),

0 commit comments

Comments
 (0)