linux/drivers/staging/media
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
..
bcm2048 [media] radio-bcm2048: Fix region selection 2015-07-06 08:25:47 -03:00
cxd2099 staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
davinci_vpfe [media] media: davinci_vpfe: use monotonic timestamp 2015-06-05 06:36:03 -03:00
lirc [media] Staging: media: lirc: use USB API functions rather than constants 2015-08-11 18:00:30 -03:00
mn88472 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
mn88473 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
omap4iss [media] v4l: omap4iss: Remove video node crop support 2015-07-06 08:25:51 -03:00
Kconfig [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00
Makefile [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00