https://bugzilla.kernel.org/show_bug.cgi?id=42795
--- Comment #7 from Thomas v10lator@myway.de 2012-02-20 04:37:49 --- I started with
git bisect good v3.2 git bisect bad v3.3-rc1
and every builded kernel had the issue (more or less, at some point near the end the screen just goes to standby instead of freezing, but every time before freezing/going to standby it showed the yellow lines)
So at the end I got this:
a858393b0ce5c330bda466e5ae3a658ca98588ae is the first bad commit commit a858393b0ce5c330bda466e5ae3a658ca98588ae Author: Andrei Emeltchenko andrei.emeltchenko@intel.com Date: Fri Sep 16 16:26:30 2011 +0300
Bluetooth: EFS: l2cap extended feature mask update
Update L2CAP extended feature mask to reflect recent BT spec.
Signed-off-by: Andrei Emeltchenko andrei.emeltchenko@intel.com Signed-off-by: Gustavo F. Padovan padovan@profusion.mobi
:040000 040000 d7f27c8ba453168696bf5407d9ca06fd370deda4 11d22bb619481167c4133b27fd87e7be3be636af M include
But how can a bluetooth change cause that? :(