Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions arch/arm64/configs/wb8.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ CONFIG_IIO_RESCALE=y
# USB gadget support (Debug network)
CONFIG_USB_ETH=m
CONFIG_USB_GADGETFS=m
# RNDIS handshake state in /proc/driver/rndis-NNN: wb-usb-otg reads it to tell a host
# with an RNDIS driver (Windows, Linux) from one without it (macOS -> CDC ECM)
CONFIG_USB_GADGET_DEBUG_FILES=y

# Godex printer support
CONFIG_USB_PRINTER=m
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
linux-wb (6.8.0-wb164) stable; urgency=medium

* arm64: wb8.config: enable USB_GADGET_DEBUG_FILES so the RNDIS gadget
function exposes its handshake state in /proc/driver/rndis-NNN; wb-utils
reads it to tell an RNDIS host from one that needs CDC ECM (macOS)

-- Evgeny Boger <boger@wirenboard.com> Sat, 05 Sep 2026 21:51:53 +0300

linux-wb (6.8.0-wb163) stable; urgency=medium

* usb: gadget: configfs: add MS OS 2.0 descriptors support, without which
Expand Down