PVS V547: always false conditions
Change-Id: I389c081331b1c5ef67bef9ffcac9055573e1ebf5 Reviewed-on: https://review.haiku-os.org/c/1605 Reviewed-by: Stephan Aßmus <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
cbda783eaa
commit
12d046d024
@@ -75,8 +75,10 @@
|
||||
#define USB_ENDPOINT_ATTR_IMPLICIT_USAGE 0x20
|
||||
#define USB_ENDPOINT_ATTR_USAGE_MASK 0x30
|
||||
|
||||
/* Direction */
|
||||
#define USB_ENDPOINT_ADDR_DIR_IN 0x80
|
||||
#define USB_ENDPOINT_ADDR_DIR_OUT 0x00
|
||||
#define USB_ENDPOINT_ADDR_DIR_MASK 0x80
|
||||
|
||||
|
||||
typedef struct usb_device_descriptor {
|
||||
|
||||
Reference in New Issue
Block a user