Changeset 2375
- Timestamp:
- 03/20/04 17:10:39 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/i2cdetect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/i2cdetect.c
r2371 r2375 2 2 i2cdetect.c - Part of i2cdetect, a user-space program to scan for I2C 3 3 devices. 4 Copyright (c) 1999-200 1Frodo Looijaard <frodol@dds.nl> and4 Copyright (c) 1999-2004 Frodo Looijaard <frodol@dds.nl> and 5 5 Mark D. Studebaker <mdsxyz123@yahoo.com> 6 6 … … 139 139 if (ioctl(file,I2C_FUNCS,&funcs) < 0) { 140 140 fprintf(stderr, 141 "Error: Could not get the adapter functionality ma xtrix: %s\n",141 "Error: Could not get the adapter functionality matrix: %s\n", 142 142 strerror(errno)); 143 143 exit(1);
