Shraddha Barke 2696f495bd [media] Staging: media: lirc: use USB API functions rather than constants
This patch introduces the use of the function usb_endpoint_type.

The Coccinelle semantic patch that makes these changes is as follows:

@@ struct usb_endpoint_descriptor *epd; @@

- (epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\))
+ usb_endpoint_type(epd)

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-08-11 18:00:30 -03:00
..
2015-06-18 21:15:17 -07:00
2015-06-26 15:46:08 -07:00
2015-06-26 15:46:08 -07:00
2015-06-17 21:44:30 -07:00
2015-06-26 15:46:08 -07:00
2015-06-26 15:46:08 -07:00