From 9b285da2fbc8953c49ee1fffc5275ee742c77347 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Mon, 14 Mar 2005 13:44:17 +0000 Subject: - added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device - URBs are now submitted, when the actual transfer began, not right from the device plugin (solves a lot of problems) - minor fixes in the dib3000-frontends --- linux/drivers/media/dvb/frontends/dib3000mb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/dvb/frontends/dib3000mb.c') diff --git a/linux/drivers/media/dvb/frontends/dib3000mb.c b/linux/drivers/media/dvb/frontends/dib3000mb.c index 02ee722a1..a853d12a2 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mb.c +++ b/linux/drivers/media/dvb/frontends/dib3000mb.c @@ -712,6 +712,7 @@ struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config, state = (struct dib3000_state*) kmalloc(sizeof(struct dib3000_state), GFP_KERNEL); if (state == NULL) goto error; + memset(state,0,sizeof(struct dib3000_state)); /* setup the state */ state->i2c = i2c; -- cgit v1.2.3