remarkable-linux/drivers/isdn/gigaset
Himangi Saraogi 14462b6e8c isdn/bas_gigaset: use USB API functions rather than constants
This patch introduces the use of the function usb_endpoint_num.

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

@@ struct usb_endpoint_descriptor *epd; @@

- (epd->bEndpointAddress & \(USB_ENDPOINT_NUMBER_MASK\|0x0f\))
+ usb_endpoint_num(epd)

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-22 12:23:10 -07:00
..
asyncdata.c
bas-gigaset.c isdn/bas_gigaset: use USB API functions rather than constants 2014-08-22 12:23:10 -07:00
capi.c procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
common.c
dummyll.c
ev-layer.c isdn/gigaset: beautify ev-layer.c 2013-01-21 17:36:26 -05:00
gigaset.h isdn/gigaset: beautify ev-layer.c 2013-01-21 17:36:26 -05:00
i4l.c
interface.c TTY: add tty_port_tty_wakeup helper 2013-03-18 16:19:45 -07:00
isocdata.c
Kconfig
Makefile
proc.c
ser-gigaset.c
usb-gigaset.c isdn/gigaset: use USB API functions rather than constants 2014-08-22 12:23:09 -07:00