In fact, has anyone got it working under 2.2 (for any kernels later than 2.2.5)?
I'd like to get it to work with 2.2.16. I'd be *delighted* if it worked with
2.4.x.
The OOPSes caused by the Adaptec driver are officially on my list of things to
look in to.
..but so are many, many, many
My VAIO Z505HS brightness control works under Linux.
Shift + Fn + Brightness (F5) dims
Fn + Brightness brightens
If it makes a difference I'm using Left Shift and Left Fn and as you
might expect I'm holding both of those down and then tapping F5 the
required number of times.
-Steve Ellmore
This looks like a typo:
(line 2341 of fs/buffer.c in unpatched 2.4.0
line 2345 of fs/buffer.c in 2.4.1-pre8)
#define buffer_busy(bh) (atomic_read(&(bh)->b_count) | ((bh)->b_state &
BUFFER_BUSY_BITS))
surely, it should be:
#define buffer_busy(bh) (atomic_read(&(bh)->b_count) || ((bh)->b_state &
3 matches
Mail list logo