Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330586
b: refs/heads/master
c: 0359b5f
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent 25c634b commit 795fba1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0d72d246d124096cad0b4bbce8a893e913f08a1
refs/heads/master: 0359b5fa9eff3c07e2c9a8993a471816f42990b7
10 changes: 10 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/dvb_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ struct dvb_usb_driver_info {
const struct dvb_usb_device_properties *props;
};

#define DVB_USB_DEVICE(vend, prod, props_, name_, rc) \
.match_flags = USB_DEVICE_ID_MATCH_DEVICE, \
.idVendor = (vend), \
.idProduct = (prod), \
.driver_info = (kernel_ulong_t) &((struct dvb_usb_driver_info) { \
.props = (props_), \
.name = (name_), \
.rc_map = (rc), \
})

struct dvb_usb_device;
struct dvb_usb_adapter;
struct usb_data_stream;
Expand Down

0 comments on commit 795fba1

Please sign in to comment.