mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 00:16:44 +07:00
usb-core: Move USB_MAXENDPOINTS definitions to usb.h
So that it can be used in other places too. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
This commit is contained in:
parent
12d4bbcea7
commit
8f5d35441f
@ -10,7 +10,6 @@
|
||||
|
||||
|
||||
#define USB_MAXALTSETTING 128 /* Hard limit */
|
||||
#define USB_MAXENDPOINTS 30 /* Hard limit */
|
||||
|
||||
#define USB_MAXCONFIG 8 /* Arbitrary limit */
|
||||
|
||||
|
@ -202,6 +202,8 @@ static inline void usb_set_intfdata(struct usb_interface *intf, void *data)
|
||||
struct usb_interface *usb_get_intf(struct usb_interface *intf);
|
||||
void usb_put_intf(struct usb_interface *intf);
|
||||
|
||||
/* Hard limit */
|
||||
#define USB_MAXENDPOINTS 30
|
||||
/* this maximum is arbitrary */
|
||||
#define USB_MAXINTERFACES 32
|
||||
#define USB_MAXIADS (USB_MAXINTERFACES/2)
|
||||
|
Loading…
Reference in New Issue
Block a user