Re: CVS commit: src

2018-05-27 Thread Jason Thorpe


> On May 27, 2018, at 5:15 AM, Jared McNeill  wrote:
> 
> Where did you get the compat strings used in tsllux_compats? Linux uses 
> "amstaos" as vendor prefix, and always exact chip IDs (never anything like 
> tsl256x).

Thin air.  I’ll update them.


> 
> 
> On Sun, 27 May 2018, Jason R Thorpe wrote:
> 
>> Module Name: src
>> Committed By:thorpej
>> Date:Sun May 27 05:31:20 UTC 2018
>> 
>> Modified Files:
>>  src/distrib/sets/lists/man: mi
>>  src/share/man/man4: Makefile
>>  src/sys/dev/i2c: files.i2c
>> Added Files:
>>  src/share/man/man4: tsllux.4
>>  src/sys/dev/i2c: tsl256x.c tsl256xreg.h
>> 
>> Log Message:
>> Add a driver for the Taos TSL256x light sensors.
>> 
>> 
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.1589 -r1.1590 src/distrib/sets/lists/man/mi
>> cvs rdiff -u -r1.654 -r1.655 src/share/man/man4/Makefile
>> cvs rdiff -u -r0 -r1.1 src/share/man/man4/tsllux.4
>> cvs rdiff -u -r1.91 -r1.92 src/sys/dev/i2c/files.i2c
>> cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/tsl256x.c src/sys/dev/i2c/tsl256xreg.h
>> 
>> Please note that diffs are not public domain; they are subject to the
>> copyright notices on the relevant files.
>> 
>> 

-- thorpej



Re: CVS commit: src

2018-05-27 Thread Jared McNeill
Where did you get the compat strings used in tsllux_compats? Linux uses 
"amstaos" as vendor prefix, and always exact chip IDs (never anything like 
tsl256x).



On Sun, 27 May 2018, Jason R Thorpe wrote:


Module Name:src
Committed By:   thorpej
Date:   Sun May 27 05:31:20 UTC 2018

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/sys/dev/i2c: files.i2c
Added Files:
src/share/man/man4: tsllux.4
src/sys/dev/i2c: tsl256x.c tsl256xreg.h

Log Message:
Add a driver for the Taos TSL256x light sensors.


To generate a diff of this commit:
cvs rdiff -u -r1.1589 -r1.1590 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.654 -r1.655 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/tsllux.4
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/tsl256x.c src/sys/dev/i2c/tsl256xreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.