diff options
| author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2025-02-07 01:40:33 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-04 15:40:15 +0300 |
| commit | 83b5df3df8c68661a5642a4e2f0279c521d83df4 (patch) | |
| tree | b21fd54f27ebfbf97c7ec90440aac678ca66d6b9 /include/linux/usb | |
| parent | ce534438a87e4b4e73cff7ca6bbcc85e39e44cc5 (diff) | |
| download | linux-83b5df3df8c68661a5642a4e2f0279c521d83df4.tar.xz | |
r8152: add vendor/device ID pair for Dell Alienware AW1022z
[ Upstream commit 848b09d53d923b4caee5491f57a5c5b22d81febc ]
The Dell AW1022z is an RTL8156B based 2.5G Ethernet controller.
Add the vendor and product ID values to the driver. This makes Ethernet
work with the adapter.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://patch.msgid.link/20250206224033.980115-1-olek2@wp.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/r8152.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/r8152.h b/include/linux/usb/r8152.h index 33a4c146dc19..2ca60828f28b 100644 --- a/include/linux/usb/r8152.h +++ b/include/linux/usb/r8152.h @@ -30,6 +30,7 @@ #define VENDOR_ID_NVIDIA 0x0955 #define VENDOR_ID_TPLINK 0x2357 #define VENDOR_ID_DLINK 0x2001 +#define VENDOR_ID_DELL 0x413c #define VENDOR_ID_ASUS 0x0b05 #if IS_REACHABLE(CONFIG_USB_RTL8152) |
