Re: [PATCH] Fixed typo in onewire generic doc

From: Jonathan Corbet
Date: Mon Apr 09 2018 - 08:24:29 EST


On Mon, 09 Apr 2018 02:56:49 +0300
Evgeniy Polyakov <zbr@xxxxxxxxxxx> wrote:

> Hi everyone
>
> I'm really sorry for that long delay.
>
> Was this patch accepted or should I push it upstream?
>
> 20.12.2017, 22:09, "Gergo Huszty" <huszty.gergo@xxxxxxxxxxxxxx>:
> > Onewire devices has 6 byte long unique serial numbers, 1 byte family
> > code and 1 byte CRC. Linux sysfs presents the device folder in the
> > form of familyID-deviceID, so CRC is not shown. The consequence is
> > that the device serial number is always a 12 long hex-string, but
> > doc says 13 in one place. This is corrected by this change.
> > Reference: https://en.wikipedia.org/wiki/1-Wire

Commit d6f44b3bd870ff5946fcd4293b4c07029d8d93c9, merged for 4.16.

jon