Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c0b24c2 authored by Jan Nijs's avatar Jan Nijs Committed by Mauro Carvalho Chehab
Browse files

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: default avatarJan Nijs <jan.nijs@scarlet.be>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b3b2b8b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static struct dvb_usb_device_properties gl861_properties = {
	}},
	.i2c_algo         = &gl861_i2c_algo,

	.generic_bulk_ctrl_endpoint = 0x01,
	.generic_bulk_ctrl_endpoint = 0x02,

	.num_device_descs = 1,
	.devices = {