All of lore.kernel.org
 help / color / mirror / Atom feed
* Possible clarification in man pages for i2cget, i2cset (i2c-tools package)
@ 2017-07-21 12:31 rpjday-L09J2beyid0N/H6P543EQg
       [not found] ` <20170721083133.Horde.ccOniaKYyb7HDLXYIHKarIm-L09J2beyid0N/H6P543EQg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: rpjday-L09J2beyid0N/H6P543EQg @ 2017-07-21 12:31 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


   Not sure if this represents a trivial error appropriate for this  
list, but in
the current man page for "i2cget" (and "i2cset" as well), the valid values for
an I2C device address are given as 0x03->0x77.

   Actually, I2C device addresses of the form 0x00001XX (0x04->0x07)  
are reserved
to identify high-speed master code:

   https://www.i2c-bus.org/highspeed/

so *regular* I2C device addresses fall in the range 0x08->0x77. I  
don't know if
it's worth clarifying that pedantic detail.

rday

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Possible clarification in man pages for i2cget, i2cset (i2c-tools package)
       [not found] ` <20170721083133.Horde.ccOniaKYyb7HDLXYIHKarIm-L09J2beyid0N/H6P543EQg@public.gmane.org>
@ 2017-07-21 18:56   ` Michael Kerrisk (man-pages)
       [not found]     ` <CAKgNAkgnxNWuV0VQZU71o4Jhmrz8VP3ku4wdj-2Ji9_+Cb4qcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-07-21 18:56 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: linux-man

Hello Robert,

On 21 July 2017 at 14:31,  <rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org> wrote:
>
>   Not sure if this represents a trivial error appropriate for this list, but
> in
> the current man page for "i2cget" (and "i2cset" as well), the valid values
> for
> an I2C device address are given as 0x03->0x77.
>
>   Actually, I2C device addresses of the form 0x00001XX (0x04->0x07) are
> reserved
> to identify high-speed master code:
>
>   https://www.i2c-bus.org/highspeed/
>
> so *regular* I2C device addresses fall in the range 0x08->0x77. I don't know
> if
> it's worth clarifying that pedantic detail.

You'll need to contact the maintainer of the package that provides
those man pages. I have nothing to do with them ;-).

Cheers,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Possible clarification in man pages for i2cget, i2cset (i2c-tools package)
       [not found]     ` <CAKgNAkgnxNWuV0VQZU71o4Jhmrz8VP3ku4wdj-2Ji9_+Cb4qcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-07-21 19:01       ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2017-07-21 19:01 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

On Fri, 21 Jul 2017, Michael Kerrisk (man-pages) wrote:

> Hello Robert,
>
> On 21 July 2017 at 14:31,  <rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org> wrote:
> >
> >   Not sure if this represents a trivial error appropriate for this list, but
> > in
> > the current man page for "i2cget" (and "i2cset" as well), the valid values
> > for
> > an I2C device address are given as 0x03->0x77.
> >
> >   Actually, I2C device addresses of the form 0x00001XX (0x04->0x07) are
> > reserved
> > to identify high-speed master code:
> >
> >   https://www.i2c-bus.org/highspeed/
> >
> > so *regular* I2C device addresses fall in the range 0x08->0x77. I don't know
> > if
> > it's worth clarifying that pedantic detail.
>
> You'll need to contact the maintainer of the package that provides
> those man pages. I have nothing to do with them ;-).

  got it, sorry for the noise.

rday
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-21 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-21 12:31 Possible clarification in man pages for i2cget, i2cset (i2c-tools package) rpjday-L09J2beyid0N/H6P543EQg
     [not found] ` <20170721083133.Horde.ccOniaKYyb7HDLXYIHKarIm-L09J2beyid0N/H6P543EQg@public.gmane.org>
2017-07-21 18:56   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkgnxNWuV0VQZU71o4Jhmrz8VP3ku4wdj-2Ji9_+Cb4qcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-21 19:01       ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.