Re: Kernel 5.2.8 - au0828 - Tuner Is Busy

2019-08-16 Thread Brad Love
Hi Nathan, On 16/08/2019 13.18, Nathan Royce wrote: > Right up front, I must say I do NOT have a Hauppauge tuner. I think > it's like maybe Mygica/Geniatech: > Bus 002 Device 004: ID 05e1:0400 Syntek Semiconductor Co., Ltd > > Whenever I update my kernel, I edit the > ./drivers/media/usb/au0828/a

Re: [PATCH v3] media: si2168: Refactor command setup code

2019-07-12 Thread Brad Love
Hi Marc, Replying inline. On 04/07/2019 05.33, Marc Gonzalez wrote: > Refactor the command setup code, and let the compiler determine > the size of each command. > > Reviewed-by: Jonathan Neuschäfer > Signed-off-by: Marc Gonzalez > --- > Changes from v1: > - Use a real function to populate str

Re: [PATCH] media: lgdt3306a: fix lgdt3306a_search()'s return type

2018-05-03 Thread Brad Love
Acked-by: Brad Love On 2018-04-24 08:19, Luc Van Oostenryck wrote: > The method dvb_frontend_ops::search() is defined as > returning an 'enum dvbfe_search', but the implementation in this > driver returns an 'int'. > > Fix this by returning 'enum dvbf