[PATCH 1/1] hdpvr: code cleanup

2017-02-14 Thread Jonathan Sims
This is a code cleanup after recent changes introduced by commit a503ff812430e104f591287b512aa4e3a83f20b1. Signed-off-by: Jonathan Sims --- drivers/media/usb/hdpvr/hdpvr-video.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/media/usb/hdpvr

[RFCv4 PATCH 1/1] hdpvr: fix interrupted recording

2017-02-09 Thread Jonathan Sims
changes and have been testing for several months. I am no longer experiencing lockups while recording (with blue light on, requiring power cycling) which had been a long standing problem with the HD-PVR. I have not noticed any other problems since applying the patch. Signed-off-by: Jonathan Sims

[RFCv3 PATCH 1/1] hdpvr: fix interrupted recording

2017-01-26 Thread Jonathan Sims
changes and have been testing for several months. I am no longer experiencing lockups while recording (with blue light on, requiring power cycling) which had been a long standing problem with the HD-PVR. I have not noticed any other problems since applying the patch. Signed-off-by: Jonathan Sims

[RFCv2 PATCH RESEND 1/1] hdpvr: fix interrupted recording

2016-10-23 Thread Jonathan Sims
problems since applying the patch. Signed-off-by: Jonathan Sims --- drivers/media/usb/hdpvr/hdpvr-video.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/drivers/media/usb/hdpvr/hdpvr-video.c b/drivers/media/usb/hdpvr/hdpvr-video.c index 2a3a8b4..08e69dc

[RFCv2 PATCH 1/1] hdpvr: fix interrupted recording

2016-10-22 Thread Jonathan Sims
This is a reworking of a patch originally submitted by Ryley Angus, modified by Hans Verkuil and then seemingly forgotten before changes suggested by Keith Pyle here: http://linux-media.vger.kernel.narkive.com/vkxuOKwi/patch-hdpvr-fix-interrupted-recording#post3 were made and tested. I have im