Commit Graph

  • b331c042c8 Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is only used there. Jean Delvare 2008-04-24 12:22:59 +0000
  • 7ba65d9e69 Unify and shorten the usage messages. The details can be found in the man pages so no need to be verbose. Jean Delvare 2008-04-24 12:09:47 +0000
  • 2c57ef91a2 Unify and shorten the usage messages. The details can be found in the man pages so no need to be verbose. Jean Delvare 2008-04-24 12:09:47 +0000
  • 336626872c Don't print the list of i2c buses as part of the help. Jean Delvare 2008-04-24 12:08:02 +0000
  • b68190b426 Don't print the list of i2c buses as part of the help. Jean Delvare 2008-04-24 12:08:02 +0000
  • 312c733bf0 Make the includes order correct and consistent accross all tools. Jean Delvare 2008-04-21 15:12:20 +0000
  • adc03e3cf3 Make the includes order correct and consistent accross all tools. Jean Delvare 2008-04-21 15:12:20 +0000
  • 9a58d32b99 Minor consistency fix. Jean Delvare 2008-04-21 10:03:52 +0000
  • f6a402514f Minor consistency fix. Jean Delvare 2008-04-21 10:03:52 +0000
  • 1100d3f024 Update. Jean Delvare 2008-04-20 17:48:19 +0000
  • 386982ae7f Update. Jean Delvare 2008-04-20 17:48:19 +0000
  • de29763e09 Limit the stack usage in gather_i2c_busses: * Reuse variables where possible. * Don't assign things we don't need in sscanf. Jean Delvare 2008-04-20 17:36:50 +0000
  • e34ebe15e7 Limit the stack usage in gather_i2c_busses: * Reuse variables where possible. * Don't assign things we don't need in sscanf. Jean Delvare 2008-04-20 17:36:50 +0000
  • 2fa93b4a57 Make it possible to pass the i2c bus by name instead of by number. As there is no guarantee that i2c bus numbering will stay the same over time (for example if hardware is added of removed, or simply due to loading the drivers in a different order), passing the i2c bus by name is more robust. Jean Delvare 2008-04-20 17:32:12 +0000
  • 31e9db10d0 Make it possible to pass the i2c bus by name instead of by number. As there is no guarantee that i2c bus numbering will stay the same over time (for example if hardware is added of removed, or simply due to loading the drivers in a different order), passing the i2c bus by name is more robust. Jean Delvare 2008-04-20 17:32:12 +0000
  • e07cb9b133 Split print_i2c_busses into a gathering part and a printing part. Jean Delvare 2008-04-20 17:29:53 +0000
  • f7b64dce7e Split print_i2c_busses into a gathering part and a printing part. Jean Delvare 2008-04-20 17:29:53 +0000
  • 688f0e6eca Refactor the handling of the I2CBUS parameter. This ensures more consistency accross the i2c tools. Jean Delvare 2008-04-20 17:27:34 +0000
  • eda5918d0f Refactor the handling of the I2CBUS parameter. This ensures more consistency accross the i2c tools. Jean Delvare 2008-04-20 17:27:34 +0000
  • 11b8b02ca7 Set version to SVN. Jean Delvare 2008-04-10 11:24:01 +0000
  • 3b4d0d1940 Set version to SVN. Jean Delvare 2008-04-10 11:24:01 +0000
  • bb65659537 Remove history, it belongs to SVN. Don't tell people to contact me, they'll find out by themselves if they want to. Make the header text shorter. Bump version to 1.6. Jean Delvare 2008-04-10 07:53:14 +0000
  • d4e25f3d8f Remove history, it belongs to SVN. Don't tell people to contact me, they'll find out by themselves if they want to. Make the header text shorter. Bump version to 1.6. Jean Delvare 2008-04-10 07:53:14 +0000
  • 96972e2027 Set version to 3.0.1. Jean Delvare 2008-04-04 16:37:30 +0000
  • 85443f4b8f Set version to 3.0.1. v3.0.1 Jean Delvare 2008-04-04 16:37:30 +0000
  • cdefc6774d Fix directory creation. Jean Delvare 2008-04-04 13:31:08 +0000
  • b8a49711c0 Fix directory creation. Jean Delvare 2008-04-04 13:31:08 +0000
  • cead957434 Minor rewording. Jean Delvare 2008-04-04 13:28:54 +0000
  • 3fd5ca4133 Minor rewording. Jean Delvare 2008-04-04 13:28:54 +0000
  • 7b893fcc25 Update the FSF address. Jean Delvare 2008-03-26 13:48:21 +0000
  • aed7163f2b Update the FSF address. Jean Delvare 2008-03-26 13:48:21 +0000
  • 68e82f5a52 Drop the trailing .pl from all perl script names. Jean Delvare 2008-03-24 16:42:10 +0000
  • ef4592db09 Drop the trailing .pl from all perl script names. Jean Delvare 2008-03-24 16:42:10 +0000
  • 2207d7d545 Cache the parsed hexdumps so that each dump file is only parsed once. Jean Delvare 2008-03-24 16:16:15 +0000
  • a605ad3a0a Cache the parsed hexdumps so that each dump file is only parsed once. Jean Delvare 2008-03-24 16:16:15 +0000
  • c12f721d2b Drop $opt_body, name was confusing and we can easily do without it. Update header comment, drop redundant command line interface documentation. Jean Delvare 2008-03-24 15:28:25 +0000
  • a8a3f9c7ac Drop $opt_body, name was confusing and we can easily do without it. Update header comment, drop redundant command line interface documentation. Jean Delvare 2008-03-24 15:28:25 +0000
  • 6e9e29ae45 Make command line parsing more robust. Jean Delvare 2008-03-24 11:28:33 +0000
  • 3e5a8f656d Make command line parsing more robust. Jean Delvare 2008-03-24 11:28:33 +0000
  • 1d05c16643 More coding-style fixes. Jean Delvare 2008-03-24 10:27:54 +0000
  • 5ba98d1c2c More coding-style fixes. Jean Delvare 2008-03-24 10:27:54 +0000
  • 9c55a38225 Patch from Trent Piepho: Jean Delvare 2008-03-24 10:22:48 +0000
  • a56e6baf47 Patch from Trent Piepho: Jean Delvare 2008-03-24 10:22:48 +0000
  • 3d13987c5e More coding-style fixes. Jean Delvare 2008-03-22 08:59:02 +0000
  • bc9cda32fd More coding-style fixes. Jean Delvare 2008-03-22 08:59:02 +0000
  • a8c14363cd More consistency in output. Jean Delvare 2008-03-22 08:52:51 +0000
  • 96d349d27d More consistency in output. Jean Delvare 2008-03-22 08:52:51 +0000
  • 9ee08afadb Use the same formatting for CAS latencies for all memory types. Jean Delvare 2008-03-22 08:46:24 +0000
  • 353700c0fb Use the same formatting for CAS latencies for all memory types. Jean Delvare 2008-03-22 08:46:24 +0000
  • 2d4ecb7ae9 Strip trailing whitespace. Coding-style fixes. Jean Delvare 2008-03-21 18:13:45 +0000
  • a6f7f8e857 Strip trailing whitespace. Coding-style fixes. Jean Delvare 2008-03-21 18:13:45 +0000
  • a90204d162 Patch from Trent Piepho: Jean Delvare 2008-03-21 17:14:25 +0000
  • 09e1d02772 Patch from Trent Piepho: Jean Delvare 2008-03-21 17:14:25 +0000
  • 3475df8b5e Let the user specify a register range. Jean Delvare 2008-03-19 14:43:04 +0000
  • 8e4ddd1f56 Let the user specify a register range. Jean Delvare 2008-03-19 14:43:04 +0000
  • fc06b224b3 Hard-code program name in header comment. Jean Delvare 2008-03-19 14:05:41 +0000
  • 53115213c6 Hard-code program name in header comment. Jean Delvare 2008-03-19 14:05:41 +0000
  • 956bb63873 Add support for word register access mode. Jean Delvare 2008-03-19 14:04:25 +0000
  • b8322b2fc5 Add support for word register access mode. Jean Delvare 2008-03-19 14:04:25 +0000
  • 89fa7ca617 Remove reference to hardware monitoring chips. i2cdump works on all I2C/SMBus chips, not just hardware monitoring chips. Jean Delvare 2008-03-11 10:18:24 +0000
  • 0d1b482ef0 Remove reference to hardware monitoring chips. i2cdump works on all I2C/SMBus chips, not just hardware monitoring chips. Jean Delvare 2008-03-11 10:18:24 +0000
  • 5aad5e54c5 According to Tobias Klauser: "The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature." Jean Delvare 2008-02-18 09:22:21 +0000
  • ee8afcb05c According to Tobias Klauser: "The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature." Jean Delvare 2008-02-18 09:22:21 +0000
  • 915c944deb Add support for kernel < 2.6.19, where the i2c-stub module didn't yet have a chip_addr parameter. Jean Delvare 2008-01-05 09:44:29 +0000
  • 49481878a2 Add support for kernel < 2.6.19, where the i2c-stub module didn't yet have a chip_addr parameter. Jean Delvare 2008-01-05 09:44:29 +0000
  • eea919d30b Switch to SVN revision numbering, so that the version is always up-to-date. Jean Delvare 2008-01-04 16:34:36 +0000
  • 35cef6eb2c Switch to SVN revision numbering, so that the version is always up-to-date. Jean Delvare 2008-01-04 16:34:36 +0000
  • bb28420857 Drop the embedded changelog, SVN has a better revision history and the parallel version numbering was rather confusing. Jean Delvare 2008-01-04 16:19:41 +0000
  • f1c7a0def7 Drop the embedded changelog, SVN has a better revision history and the parallel version numbering was rather confusing. Jean Delvare 2008-01-04 16:19:41 +0000
  • c2005584fc Don't print anything by default if the checksum fails. There are many more EEPROMs in modern computers than just SPD EEPROMs, and there's no reason to include them in the output of decode-dimms.pl. Jean Delvare 2008-01-04 16:08:03 +0000
  • 726895ced3 Don't print anything by default if the checksum fails. There are many more EEPROMs in modern computers than just SPD EEPROMs, and there's no reason to include them in the output of decode-dimms.pl. Jean Delvare 2008-01-04 16:08:03 +0000
  • 01b7d448e2 Return the correct error code on I2C block read failure. Jean Delvare 2007-12-15 22:33:37 +0000
  • 7abc52d779 Return the correct error code on I2C block read failure. Jean Delvare 2007-12-15 22:33:37 +0000
  • 4e6f3a7057 The timestamp is only 18-byte long. Jean Delvare 2007-11-19 22:22:29 +0000
  • 000c929755 The timestamp is only 18-byte long. Jean Delvare 2007-11-19 22:22:29 +0000
  • 56b9dd850b More Vaio models tested successfully. Jean Delvare 2007-11-19 22:21:25 +0000
  • 5d4ed1f765 More Vaio models tested successfully. Jean Delvare 2007-11-19 22:21:25 +0000
  • 581a2d18bf The model name is actually the first half of the asset tag. Jean Delvare 2007-11-19 22:21:04 +0000
  • 16a99f4b96 The model name is actually the first half of the asset tag. Jean Delvare 2007-11-19 22:21:04 +0000
  • b0eab1586b Private Sony Vaio data might not be readable by non-root users. Jean Delvare 2007-11-19 22:20:37 +0000
  • 670d3a6d92 Private Sony Vaio data might not be readable by non-root users. Jean Delvare 2007-11-19 22:20:37 +0000
  • 97346c5f45 Update IDs (JEP106W). Change 'formerly' to 'former'. Rudolf Marek 2007-11-11 21:43:40 +0000
  • 49683302a6 Update IDs (JEP106W). Change 'formerly' to 'former'. Rudolf Marek 2007-11-11 21:43:40 +0000
  • 4584afd793 decode-dimms: Fix DDR2 SDRAM module speed decoding. Jean Delvare 2007-11-11 20:05:29 +0000
  • d928de76a7 decode-dimms: Fix DDR2 SDRAM module speed decoding. Jean Delvare 2007-11-11 20:05:29 +0000
  • e38f906839 Add a manual page for i2c-stub-from-dump. Jean Delvare 2007-11-01 19:27:37 +0000
  • 5d732a3e27 Add a manual page for i2c-stub-from-dump. Jean Delvare 2007-11-01 19:27:37 +0000
  • fafd6b1ac9 Install i2c-stub-from-dump to /usr/sbin rather than /usr/bin, as only root can use it. Jean Delvare 2007-11-01 17:59:52 +0000
  • 5f9471e63a Install i2c-stub-from-dump to /usr/sbin rather than /usr/bin, as only root can use it. Jean Delvare 2007-11-01 17:59:52 +0000
  • ce35cbc7c9 Tag as a SVN version. Jean Delvare 2007-11-01 17:55:55 +0000
  • 8a9a4585c2 Tag as a SVN version. Jean Delvare 2007-11-01 17:55:55 +0000
  • 4570dd2ff2 i2c-stub-from-dump: New helper script to use with the i2c-stub kernel driver. Jean Delvare 2007-11-01 17:54:57 +0000
  • 87c129180f i2c-stub-from-dump: New helper script to use with the i2c-stub kernel driver. Jean Delvare 2007-11-01 17:54:57 +0000
  • c2f0191aa1 Final status messages go to stdout. Fix two harmless file descriptor leaks. Don't return an error when readback fails or doesn't match, it might be OK. Jean Delvare 2007-11-01 13:59:55 +0000
  • afff1260eb Final status messages go to stdout. Fix two harmless file descriptor leaks. Don't return an error when readback fails or doesn't match, it might be OK. Jean Delvare 2007-11-01 13:59:55 +0000
  • 704284a86b Prepare for the 3.0.0 release. Jean Delvare 2007-10-14 17:14:55 +0000
  • 53ebfce9dc Prepare for the 3.0.0 release. v3.0.0 Jean Delvare 2007-10-14 17:14:55 +0000
  • d3f502a28d Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done in the Linux 2.6 kernel. Jean Delvare 2007-10-14 11:21:00 +0000
  • fcb6bce3c8 Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done in the Linux 2.6 kernel. Jean Delvare 2007-10-14 11:21:00 +0000
  • 1d53d87546 Add a description of the package, together with installation instructions. Jean Delvare 2007-10-14 09:35:51 +0000