USB: hub: Use usb_endpoint_* functions.
Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
5bc66d530b
commit
fbf81c29a3
@ -868,13 +868,8 @@ descriptor_error:
|
|||||||
|
|
||||||
endpoint = &desc->endpoint[0].desc;
|
endpoint = &desc->endpoint[0].desc;
|
||||||
|
|
||||||
/* Output endpoint? Curiouser and curiouser.. */
|
/* If it's not an interrupt in endpoint, we'd better punt! */
|
||||||
if (!(endpoint->bEndpointAddress & USB_DIR_IN))
|
if (!usb_endpoint_is_int_in(endpoint))
|
||||||
goto descriptor_error;
|
|
||||||
|
|
||||||
/* If it's not an interrupt endpoint, we'd better punt! */
|
|
||||||
if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK)
|
|
||||||
!= USB_ENDPOINT_XFER_INT)
|
|
||||||
goto descriptor_error;
|
goto descriptor_error;
|
||||||
|
|
||||||
/* We found a hub */
|
/* We found a hub */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user