Skip to content

Commit

Permalink
vhotplug: Add vendor specific ethernet adapter support
Browse files Browse the repository at this point in the history
Adding support for UE306 Ethernet Network Adapter which
has vendor specific interface and does not have bInterfaceClass
as Communications and bInterfaceSubClass as "Ethernet Networking"
defined in "Configuration Descriptor" space.

Signed-off-by: Vunny Sodhi <[email protected]>
  • Loading branch information
vunnyso authored and brianmcgillion committed Feb 13, 2025
1 parent 366bcd8 commit 94de38f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/hardware/common/usb/vhotplug.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ let
subclass = 6;
description = "Communications - Ethernet Networking";
}
{
vendorId = "0b95";
productId = "1790";
description = "ASIX Elec. Corp. AX88179 UE306 Ethernet Adapter";
}
];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ in
subclass = 6;
description = "Communications - Ethernet Networking";
}
{
vendorId = "0b95";
productId = "1790";
description = "ASIX Elec. Corp. AX88179 UE306 Ethernet Adapter";
}
];
}
];
Expand Down

0 comments on commit 94de38f

Please sign in to comment.