--- v4l-dvb/linux/drivers/media/dvb/dvb-usb/cxusb.c.orig 2010-07-02 05:38:54.000000000 +0200 +++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/cxusb.c 2011-02-10 23:09:53.751042109 +0100 @@ -835,7 +835,7 @@ static int cxusb_cx22702_frontend_attach(struct dvb_usb_adapter *adap) { u8 b; - if (usb_set_interface(adap->dev->udev, 0, 6) < 0) + if (usb_set_interface(adap->dev->udev, 0, 0) < 0) err("set interface failed"); cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, &b, 1);