From 3475c71dd21ecfe788d84ec68f7968ca2ee4d0b2 Mon Sep 17 00:00:00 2001 From: "Sanford Rockowitz (/shared/home/rock/dot_gitconfig)" Date: Mon, 16 Jan 2023 12:53:56 -0500 Subject: [PATCH] update for release 1.4.1 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7600292b6..5a82efa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.4.1] 2023-01-16 + +### Fixed +- The default sleep-multipler value was 0, instead of 1. This resulted in failure of + most DDC/CI operations, including display detection. + ## [1.4.0] 2023-01-04 ### Added @@ -12,10 +18,10 @@ ### Changed - The ability to use the write()/read() interface of i2c-dev has been restored. - It is needed to work around a bug in the proprietary nvidia driver. By - default, the write()/read() interface is used for the nvidia driver, the - ioctl() interface is used for all other drivers. Command line options - ***--use-file-io*** and ***--use-ioctl-io*** affect his default behavior. + It is needed to work around a bug in the proprietary Nvidia driver. By + default, ioctl() interface is used for all drivers. If the Nvidia bug is + detected, the write()/read() interface is used instead. Command line options + ***--use-file-io*** and ***--use-ioctl-io*** affect this default behavior. When i2c-dev's file io interface is used, option ***--force-slave-address*** is again meaningful. - Option ***--sleep-multiplier*** and API functions **ddca_set_sleep_multiplier_value()**,