Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17361
b: refs/heads/master
c: e71bb54
h: refs/heads/master
i:
  17359: 8a328c5
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent a7a8d4e commit 8ab90b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66190a275246c8c5be140a224e021f8f5eb85ab6
refs/heads/master: e71bb548e52d6a0f4934a2dfd7f29a569c94ad53
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ static int cxusb_lgdt330x_frontend_attach(struct dvb_usb_device *d)

/* DVB USB Driver stuff */
static struct dvb_usb_properties cxusb_medion_properties;
static struct dvb_usb_properties cxusb_bluebird_atsc_properties;
static struct dvb_usb_properties cxusb_bluebird_lgh064f_properties;

static int cxusb_probe(struct usb_interface *intf,
const struct usb_device_id *id)
{
if (dvb_usb_device_init(intf,&cxusb_medion_properties,THIS_MODULE,NULL) == 0 ||
dvb_usb_device_init(intf,&cxusb_bluebird_atsc_properties,THIS_MODULE,NULL) == 0) {
dvb_usb_device_init(intf,&cxusb_bluebird_lgh064f_properties,THIS_MODULE,NULL) == 0) {
return 0;
}

Expand Down Expand Up @@ -279,7 +279,7 @@ static struct dvb_usb_properties cxusb_medion_properties = {
}
};

static struct dvb_usb_properties cxusb_bluebird_atsc_properties = {
static struct dvb_usb_properties cxusb_bluebird_lgh064f_properties = {
.caps = DVB_USB_IS_AN_I2C_ADAPTER,

.usb_ctrl = CYPRESS_FX2,
Expand Down

0 comments on commit 8ab90b5

Please sign in to comment.