diff options
author | Patrick Boettcher <devnull@localhost> | 2005-05-02 12:48:01 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-05-02 12:48:01 +0000 |
commit | 7504b9d946d3e00109c1207f92d3e35fc731aa2b (patch) | |
tree | 7c7ef82d7941dc8e02dd46576d52880a1b022e0b /linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c | |
parent | 3ffb42da8139be2400ea9d95e6852ccb049815b8 (diff) | |
download | mediapointer-dvb-s2-7504b9d946d3e00109c1207f92d3e35fc731aa2b.tar.gz mediapointer-dvb-s2-7504b9d946d3e00109c1207f92d3e35fc731aa2b.tar.bz2 |
preparation for the uDigitv and DViCO USB2.0 boxes: moved pll handling from dibusb-common to dvb-usb
added pll_init to dvb-usb
added another dvb_pll_desc for TDA665x
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c b/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c index 99ea3c510..83d476fb4 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c @@ -46,10 +46,8 @@ int dvb_usb_generic_rw(struct dvb_usb_device *d, u8 *wbuf, u16 wlen, u8 *rbuf, if (ret) err("recv bulk message failed: %d",ret); - else { - deb_alot("rlen: %d\n",rlen); + else debug_dump(rbuf,actlen,deb_xfer); - } } up(&d->usb_sem); |