Have a look at the sources:
/usr/src/linux/drivers/scsi.c
Search for the lines:
{"HP", "C1750A", "3226", BLIST_NOLUN}, /* scanjet iic */
{"HP", "C1790A", "", BLIST_NOLUN}, /* scanjet iip */
{"HP", "C2500A", "", BLIST_NOLUN}, /* scanjet iicx */
{"HP", "C2500A", "", BLIST_NOLUN}, /* scanjet iicx */
Now add your line
{"HP", "C5110A", "", BLIST_NOLUN}, /* scanjet 5p */
then:
rm scsi.o
after that: cd ../..
and make install + reboot will do your job
It's not a fault of sane but of HP
Keep this mail in case you install a new kernel and your HP
is again recognised as "processor"
Regards
Wolfgang
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com