pcf8591 range list syntax

From: Karel Kulhavy
Date: Fri Nov 12 2004 - 09:27:39 EST


Hello

modinfo pcf8591 in 2.6.8.1 says:
"parm: probe_range:List of adapter,start-addr,end-addr triples to
scan additionally "

when I call modprobe pcf8591 probe_range=..., what is the syntax of the list?
Are the addresses in decimal (0,255) or hexa (0,ff) or variable base
(0,0xff)?

When I want to specify 2 triples say 0,0,8 and 1,4,6 , is it
probe_range=0,0,8,1,4,6 or probe_range={0,0,8},{1,4,6} or something like
this or something completely different?

Cl<

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/