Re: [PATCH 1/1] rc: Fix input deadlock and transmit error in redrat3 driver

2011-11-08 Thread Dan Carpenter
On Tue, Nov 08, 2011 at 04:43:45PM +, Andrew Vincer wrote: > Fixed submit urb logic so hardware doesn't hang trying to transmit > signal data > > Removed unneeded enable/disable detector commands in > redrat3_transmit_ir (the hardware does this anyway) and converted > arguments to unsigned as

[PATCH 1/1] rc: Fix input deadlock and transmit error in redrat3 driver

2011-11-08 Thread Andrew Vincer
Fixed submit urb logic so hardware doesn't hang trying to transmit signal data Removed unneeded enable/disable detector commands in redrat3_transmit_ir (the hardware does this anyway) and converted arguments to unsigned as per 5588dc2 Signed-off-by: Andrew Vincer --- drivers/media/rc/redrat3.c