[PATCH v2] [media] dw2102: don't do DMA on stack

2017-02-15 Thread Jonathan McDowell
er over to using a buffer within the device state structure, as has been done with other DVB-USB drivers. Tested against 4.9.10 but applies to Linus' master cleanly. Signed-off-by: Jonathan McDowell Cc: - diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.

[PATCH] [media] dw2102: don't do DMA on stack

2017-02-15 Thread Jonathan McDowell
resulting attempt to do DMA with them. Patch below switches this driver over to using a buffer within the device state structure, as has been done with other DVB-USB drivers. Tested against 4.9.10 but applies to Linus' master cleanly. Signed-off-by: Jonathan McDowell Cc: - diff --

[PATCH] Remove spurious blank lines in dw2101 kernel messages

2016-06-06 Thread Jonathan McDowell
The DW2102 DVB-S/S2 driver uses the info() logging function from dvb-usb.h. This function already appends a newline to the provided log message, causing the dmesg output from DW2102 to include blank lines. Fix this by removing the newline in the calls to info(). Signed-off-by: Jonathan McDowell

[PATCH] Convert Wideview WT220 DVB USB driver to rc-core

2016-05-20 Thread Jonathan McDowell
over to the rc-core infrastructure for its handling of IR remotes. This device can receive generic NEC / NEC Extended signals and the switch to the newer core enables the easy use of tools such as ir-keytable to modify the active key map. Signed-off-by: Jonathan McDowell - diff --git a/dr

[PATCH] Fix RC5 decoding with Fintek CIR chipset

2016-05-14 Thread Jonathan McDowell
want to provide details of a space longer than 6350us. This meant that RC5 remotes working on a Fintek setup on 3.16 failed on 3.17 and later. Fix this by shortening the trailer check to 6 units (allowing for a previous space in the received remote command). Signed-off-by: Jonathan McDowell

[PATCH] Fix Mygica T230 support

2015-01-02 Thread Jonathan McDowell
Commit 2adb177e57417cf8409e86bda2c516e5f99a2099 removed 2 devices from the cxusb device table but failed to fix up the T230 properties that follow, meaning that this device no longer gets detected properly. Adjust the cxusb_table index appropriate so detection works. Signed-Off-By: Jonathan

[PATCH] Autoselect more relevant frontends for EM28XX DVB stick

2012-11-15 Thread Jonathan McDowell
riate select lines to the Kconfig and is against Linus' current mainline. Signed-Off-By: Jonathan McDowell - diff --git a/drivers/media/usb/em28xx/Kconfig b/drivers/media/usb/em28xx/Kconfig index 7a5bd61..617c6e4 100644 --- a/drivers/media/usb/em28xx/Kconfig +++ b/drivers/media/usb/em28