I was finally able to carry out a git bisect. Had to do a git pull on
a fast internet hooked machine and ftp the files over to the remote
machine.

I started with 'git bisect bad v2.6.36.4' and 'git bisect good v2.6.35.10'.

And the result was:

5aa9ae5ed5d449a85fbf7aac3d1fdc241c542a79 is the first bad commit
commit 5aa9ae5ed5d449a85fbf7aac3d1fdc241c542a79
Author: Hans Verkuil <hverk...@xs4all.nl>
Date:   Sat Apr 24 08:23:53 2010 -0300

    V4L/DVB: wm8775: convert to the new control framework

    Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

:040000 040000 37847ffe592f255c6a9d9daedaf7bbfd3cd7b055
2f094df6f65d7fb296657619c1ad6f93fe085a75 M    drivers

I then removed the patch from linux-2.6.36-gentoo-r8 which are gentoo
sources, and confirmed that video/audio now works fine on v4l2-ctl -d
/dev/video1 --set-input 4

I wasnt able to remove the patch in 3.10.7 which is gentoo stable
kernel. Any idea how can i do that?

Regards
Rajil
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to