Comment 61 for bug 238208

Revision history for this message
Stunts (f-pinamartins) wrote : Re: Need MemoryStick driver Ricoh R5C822 chipset

Just one extra comment:

This will not work on Lucid. Since the kernel 2.6.34, some block layer functions have been renamed. Therefore, under 2.6.32, this will not compile.

It is, however, in theory, possible to hack the source code to rename the mentioned functions. One example error is here:

... r592/core/mspro_block.c:1231: error: implicit declaration of function ‘blk_queue_max_segments’

And here is where I found out what the problem was:

http://old.nabble.com/Kernel-2.6.34-td28609864.html

Anyway, once again, excellent job!