diff options
author | Patrick Boettcher <devnull@localhost> | 2005-08-16 10:11:24 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-08-16 10:11:24 +0000 |
commit | 524f318b7791c011916ec8bf996d3932556a5f82 (patch) | |
tree | 1e3b857f85f25975b196b80b61dfa9c3e1219200 /linux/drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 631cfa7d9e49f58bfcda9e5a834abb08d1eb005b (diff) | |
download | mediapointer-dvb-s2-524f318b7791c011916ec8bf996d3932556a5f82.tar.gz mediapointer-dvb-s2-524f318b7791c011916ec8bf996d3932556a5f82.tar.bz2 |
changed the init call to get the dvb_usb_device back immediatly if necessary.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h index 2e2dc1848..7d8615db9 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -126,7 +126,7 @@ struct dvb_usb_device; * helper functions. * * @urb: describes the kind of USB transfer used for MPEG2-TS-streaming. - * Currently only BULK is implemented + * (BULK or ISOC) * * @num_device_descs: number of struct dvb_usb_device_description in @devices * @devices: array of struct dvb_usb_device_description compatibles with these @@ -309,7 +309,7 @@ struct dvb_usb_device { void *priv; }; -extern int dvb_usb_device_init(struct usb_interface *, struct dvb_usb_properties *, struct module *); +extern int dvb_usb_device_init(struct usb_interface *, struct dvb_usb_properties *, struct module *, struct dvb_usb_device **); extern void dvb_usb_device_exit(struct usb_interface *); /* the generic read/write method for device control */ |