Skip to content

Commit

Permalink
vhotplug: Fix typo of subclass used in code
Browse files Browse the repository at this point in the history
Signed-off-by: Vunny Sodhi <[email protected]>
  • Loading branch information
vunnyso authored and brianmcgillion committed Feb 13, 2025
1 parent de779eb commit 366bcd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/hardware/common/usb/vhotplug.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let
}
{
class = 8;
sublass = 6;
subclass = 6;
description = "Mass Storage - SCSI (USB drives)";
}
];
Expand All @@ -60,7 +60,7 @@ let
usbPassthrough = [
{
class = 2;
sublass = 6;
subclass = 6;
description = "Communications - Ethernet Networking";
}
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ in
usbPassthrough = [
{
class = 2;
sublass = 6;
subclass = 6;
description = "Communications - Ethernet Networking";
}
];
Expand Down

0 comments on commit 366bcd8

Please sign in to comment.