This patchset adds rtl8188etv (usbbda,179) to the onboard_usb_dev driver. It is found in a set-top box called "Fernsehfee 3.0". As a side note, this device is currently marked untested in the RTL8XXXU driver. In my experience it works (tested with a WPA2 home network). Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> --- Changes in v2: - Fix editing errors (email address and TODO comment) in binding - Refer to more specific RTL8188ETV instead of RTL8188 - Use unambiguous SPDX identifier GPL-2.0-only instead of GPL-2.0 - Link to v1: https://lore.kernel.org/r/20250403-rtl-onboard-v1-0-10ca9a6a4ee0@xxxxxxxxxx --- J. Neuschäfer (2): dt-bindings: net: wireless: Add Realtek RTL8188ETV USB WiFi usb: misc: onboard_dev: Add Realtek RTL8188ETV WiFi (0bda:0179) .../bindings/net/wireless/realtek,rtl8188e.yaml | 50 ++++++++++++++++++++++ drivers/usb/misc/onboard_usb_dev.c | 1 + drivers/usb/misc/onboard_usb_dev.h | 8 ++++ 3 files changed, 59 insertions(+) --- base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8 change-id: 20250403-rtl-onboard-f38354f0b14b Best regards, -- J. Neuschäfer <j.ne@xxxxxxxxxx>