mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Add Documentation/{w1,w1/masters}/00-INDEX
Two 00-INDEX files under Documentation/w1 Signed-off-by: Rob Landley <rob@landley.net> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5ef43567c5
commit
2216886be6
4 changed files with 16 additions and 2 deletions
8
Documentation/w1/00-INDEX
Normal file
8
Documentation/w1/00-INDEX
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
00-INDEX
|
||||||
|
- This file
|
||||||
|
masters/
|
||||||
|
- Individual chips providing 1-wire busses.
|
||||||
|
w1.generic
|
||||||
|
- The 1-wire (w1) bus
|
||||||
|
w1.netlink
|
||||||
|
- Userspace communication protocol over connector [1].
|
6
Documentation/w1/masters/00-INDEX
Normal file
6
Documentation/w1/masters/00-INDEX
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
00-INDEX
|
||||||
|
- This file
|
||||||
|
ds2482
|
||||||
|
- The Maxim/Dallas Semiconductor DS2482 provides 1-wire busses.
|
||||||
|
ds2490
|
||||||
|
- The Maxim/Dallas Semiconductor DS2490 builds USB <-> W1 bridges.
|
|
@ -15,7 +15,7 @@ Author: Ben Gardner <bgardner@wabtec.com>
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
The Maixm/Dallas Semiconductor DS2482 is a I2C device that provides
|
The Maxim/Dallas Semiconductor DS2482 is a I2C device that provides
|
||||||
one (DS2482-100) or eight (DS2482-800) 1-wire busses.
|
one (DS2482-100) or eight (DS2482-800) 1-wire busses.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Author: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
The Maixm/Dallas Semiconductor DS2490 is a chip
|
The Maxim/Dallas Semiconductor DS2490 is a chip
|
||||||
which allows to build USB <-> W1 bridges.
|
which allows to build USB <-> W1 bridges.
|
||||||
|
|
||||||
DS9490(R) is a USB <-> W1 bus master device
|
DS9490(R) is a USB <-> W1 bus master device
|
||||||
|
|
Loading…
Reference in a new issue