Skip to content

Commit

Permalink
revert: feat: make usb device info structure named
Browse files Browse the repository at this point in the history
  • Loading branch information
dkala97 committed Nov 8, 2024
1 parent b85633a commit 97f3d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb/usbview/uvcview.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ typedef struct _USBEXTERNALHUBINFO


// HubInfo, HubName may be in USBDEVICEINFOTYPE, so they can be removed
typedef struct _USBDEVICEINFO
typedef struct
{
USBDEVICEINFOTYPE DeviceInfoType;
PUSB_NODE_INFORMATION HubInfo; // NULL if not a HUB
Expand Down

0 comments on commit 97f3d09

Please sign in to comment.