diff options
author | Jan Nijs <jan.nijs@scarlet.be> | 2006-10-07 15:29:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:35:29 -0500 |
commit | 8c0b24c2d2f779040a8ec21de0422eeaf56395cc (patch) | |
tree | aab40460597bf3951e137105b0d771f2ffca330c | |
parent | b3b2b8b5746cfe5af181dc2ce7a0912b5b2c598a (diff) |
V4L/DVB (5233): Gl861: correct address of the bulk endpoint
The megasky 580 based on gl861 has three endpoints:
- 0x81 BULK/ISOC IN MPEG2 TS
- 0x83 INT IN remote control receiver
- 0x02 BULK OUT bulk control endpoint
It doesn't look like the bulk endpoint is used, but better to
have the correct one in the config.
Signed-off-by: Jan Nijs <jan.nijs@scarlet.be>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/dvb-usb/gl861.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/gl861.c b/drivers/media/dvb/dvb-usb/gl861.c index 0c9228405cf0..55c141ab2ff1 100644 --- a/drivers/media/dvb/dvb-usb/gl861.c +++ b/drivers/media/dvb/dvb-usb/gl861.c | |||
@@ -175,7 +175,7 @@ static struct dvb_usb_device_properties gl861_properties = { | |||
175 | }}, | 175 | }}, |
176 | .i2c_algo = &gl861_i2c_algo, | 176 | .i2c_algo = &gl861_i2c_algo, |
177 | 177 | ||
178 | .generic_bulk_ctrl_endpoint = 0x01, | 178 | .generic_bulk_ctrl_endpoint = 0x02, |
179 | 179 | ||
180 | .num_device_descs = 1, | 180 | .num_device_descs = 1, |
181 | .devices = { | 181 | .devices = { |