Re: [stable] [RESEND][PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error]

2010-12-10 Thread Greg KH
On Fri, Dec 10, 2010 at 02:41:03PM -0500, Andy Walls wrote: > On Fri, 2010-12-10 at 10:16 -0800, Greg KH wrote: > > On Fri, Dec 10, 2010 at 08:19:57AM -0500, Andy Walls wrote: > > > Resending, since this didn't appear to make its way into in 2.6.36.2. > > > > That's because it's not in Linus's tre

Re: [stable] [RESEND][PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error]

2010-12-10 Thread Andy Walls
On Fri, 2010-12-10 at 10:16 -0800, Greg KH wrote: > On Fri, Dec 10, 2010 at 08:19:57AM -0500, Andy Walls wrote: > > Resending, since this didn't appear to make its way into in 2.6.36.2. > > That's because it's not in Linus's tree, right? I have to wait for that > to happen before I can add it to

Re: [stable] [RESEND][PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error]

2010-12-10 Thread Greg KH
On Fri, Dec 10, 2010 at 08:19:57AM -0500, Andy Walls wrote: > Resending, since this didn't appear to make its way into in 2.6.36.2. That's because it's not in Linus's tree, right? I have to wait for that to happen before I can add it to a stable tree. thanks, greg k-h -- To unsubscribe from thi

[RESEND][PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error]

2010-12-10 Thread Andy Walls
Resending, since this didn't appear to make its way into in 2.6.36.2. This patch fixes a regression that breaks analog video and audio on boards supported by the ivtv, pvrusb2, cx231xx, and cx23885 drivers. The regression also breaks IR on boards supported by the cx23885 driver. Regards, Andy

[PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error

2010-12-05 Thread Andy Walls
The volume control scale in the cx25840 driver has an unusual mapping from register values to v4l2 volume control values. Enforce the mapping limits, so that the default volume control setting does not fall out of bounds to prevent the cx25840 module device probe from failing. Signed-off-by: And