Commit Graph

10 Commits

Author SHA1 Message Date
wiz
bdbb24f38c Whitespace. 2015-11-26 23:29:05 +00:00
hubertf
9ad20c88f4 Allow i2cdev to be specified with or without the /dev prefix.
Inspired by and code borrowed from gpioctl(8).
2015-11-26 17:31:56 +00:00
hubertf
0654568c32 Add an EXAMPLES section to show what 'i2cdev' looks like.
Hint: /dev required!
2015-11-26 16:56:52 +00:00
tcort
998a133bbf i2cscan: support scans using only 1 byte reads
Add the '-r' option to scan using only 1 byte reads. This enhances
usability on i2c controllers, such as the am335x and dm37xx, that
don't support quick writes (0 byte writes). The default behaviour
remains unchanged.

Review and OK by jmcneill@
2013-07-10 15:18:54 +00:00
pgoyette
460ef57533 Add missing period at end of sentence.
ok releng@
2012-02-04 18:25:53 +00:00
pgoyette
da505ca133 Update license to reflect actual source of this code which was extracted
from a larger work.
2011-11-01 22:30:32 +00:00
joerg
0b2dbbfed6 Use __dead 2011-10-07 10:30:21 +00:00
wiz
5dbc169dd3 Install i2cscan(8). 2011-10-06 12:38:57 +00:00
wiz
ed0c37a1b4 Add man page for review. 2011-10-06 11:13:45 +00:00
jmcneill
f11f373e5d add userland implementation of I2C_SCAN code 2011-10-02 16:48:47 +00:00