Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98477
b: refs/heads/master
c: ea3a13b
h: refs/heads/master
i:
  98475: 2b5ee6d
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jun 26, 2008
1 parent 85bce02 commit 42c69cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 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: f56ebe16b045861d26b81ef6683445c0144362b8
refs/heads/master: ea3a13b7a19f0d7d7344494047c9aa8bb32b6678
25 changes: 8 additions & 17 deletions trunk/drivers/media/dvb/dvb-usb/gl861.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ static struct i2c_algorithm gl861_i2c_algo = {
};

/* Callbacks for DVB USB */
static int gl861_identify_state(struct usb_device *udev,
struct dvb_usb_device_properties *props,
struct dvb_usb_device_description **desc,
int *cold)
{
*cold = 0;

return 0;
}

static struct zl10353_config gl861_zl10353_config = {
.demod_address = 0x0f,
.no_tuner = 1,
Expand Down Expand Up @@ -174,7 +164,6 @@ static struct dvb_usb_device_properties gl861_properties = {

.size_of_priv = 0,

.identify_state = gl861_identify_state,
.num_adapters = 1,
.adapter = {{

Expand All @@ -196,13 +185,15 @@ static struct dvb_usb_device_properties gl861_properties = {

.num_device_descs = 2,
.devices = {
{ "MSI Mega Sky 55801 DVB-T USB2.0",
{ &gl861_table[0], NULL },
{ NULL },
{
.name = "MSI Mega Sky 55801 DVB-T USB2.0",
.cold_ids = { NULL },
.warm_ids = { &gl861_table[0], NULL },
},
{ "A-LINK DTU DVB-T USB2.0",
{ &gl861_table[1], NULL },
{ NULL },
{
.name = "A-LINK DTU DVB-T USB2.0",
.cold_ids = { NULL },
.warm_ids = { &gl861_table[1], NULL },
},
}
};
Expand Down

0 comments on commit 42c69cc

Please sign in to comment.