Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
Hi Bee, Bee Hock Goh wrote: do a streamoff before setting standard to prevent kernel oops by irq_callback if changing of channel is done while streaming is still on-going. Signed-off-by: Bee Hock Goh beeh...@gmail.com diff --git a/drivers/staging/tm6000/tm6000-video.c

Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Hi Bee, Bee Hock Goh wrote: do a streamoff before setting standard to prevent kernel oops by irq_callback if changing of channel is done while streaming is still on-going. This doesn't seem to be the right thing to do. The problem here is that changing a

Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
The two patches fixed the OOPS I was having. The big problem I'm still suffering with HVR-900H is that tm6000 insists on dying: hub 1-0:1.0: port 8 disabled by hub (EMI?), re-enabling... usb 1-8: USB disconnect, address 5 tm6000 tm6000_irq_callback :urb resubmit failed (error=-19) tm6000

[PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-01 Thread Bee Hock Goh
do a streamoff before setting standard to prevent kernel oops by irq_callback if changing of channel is done while streaming is still on-going. Signed-off-by: Bee Hock Goh beeh...@gmail.com diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index