diff options
Diffstat (limited to 'drivers/usb/gadget/epautoconf.c')
| -rw-r--r-- | drivers/usb/gadget/epautoconf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/epautoconf.c b/drivers/usb/gadget/epautoconf.c index 8bdad221fa9..9462e30192d 100644 --- a/drivers/usb/gadget/epautoconf.c +++ b/drivers/usb/gadget/epautoconf.c @@ -159,6 +159,7 @@ ep_matches (  	/* MATCH!! */  	/* report address */ +	desc->bEndpointAddress &= USB_DIR_IN;  	if (isdigit (ep->name [2])) {  		u8	num = simple_strtol (&ep->name [2], NULL, 10);  		desc->bEndpointAddress |= num;  |