mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-26 06:42:47 +02:00
Updated usbhs docs regarding 7.0.0+.
This commit is contained in:
parent
9c016a4cee
commit
afdd8d07e8
@ -27,6 +27,7 @@ typedef enum {
|
||||
} UsbHsInterfaceFilterFlags;
|
||||
|
||||
/// Interface filtering struct. When the associated flag bit is set, the associated descriptor field and struct field are compared, on mismatch the interface is filtered out.
|
||||
/// [7.0.0+]: The filter struct has to be unique, it can't be used by anything else (including other processes). Hence, Flags has to be non-zero. When initialized with usb:hs:a and VID and/or PID filtering is enabled, the VID/PID will be checked against a blacklist.
|
||||
typedef struct {
|
||||
u16 Flags; ///< See \ref UsbHsInterfaceFilterFlags. Setting this to 0 is equivalent to disabling filtering.
|
||||
u16 idVendor;
|
||||
|
Loading…
Reference in New Issue
Block a user