Bug#1036899: logiops: logid does not work for MX Master 3

2023-06-13 Thread MikoĊ‚aj Kuranowski

Hello, unfortunately for me both 0.3.1-2 and 0.3.2-1 still don't work.
I'm experiencing the same issue (thumb button remapping not working); 
0.2.4 built from the source works fine.


On Tue, 06 Jun 2023 14:24:30 +0200 Hendrik Tews 
 wrote:

Hi,

On 2023-06-05 10:22:35, Chow Loong Jin  wrote:

> Could you check if 0.3.1-1 (in unstable) or 0.3.2-1 (in experimental) is
> working for you?

thanks for following up. Both 0.3.1-2 from unstable and 0.3.2-1 from
experimental work. (Unexpected to me, because I reproduced the problem
with the newest upstream version.)

Version 0.3.1-1 is the version from testing, this version does not
work.

Hendrik










Bug#1036899: logiops: logid does not work for MX Master 3

2023-06-06 Thread Hendrik Tews
Hi,

On 2023-06-05 10:22:35, Chow Loong Jin  wrote:

> Could you check if 0.3.1-1 (in unstable) or 0.3.2-1 (in experimental) is
> working for you?

thanks for following up. Both 0.3.1-2 from unstable and 0.3.2-1 from
experimental work. (Unexpected to me, because I reproduced the problem
with the newest upstream version.)

Version 0.3.1-1 is the version from testing, this version does not
work.

Hendrik



Bug#1036899: logiops: logid does not work for MX Master 3

2023-06-04 Thread Chow Loong Jin
On Sun, May 28, 2023 at 11:01:16PM +0200, Hendrik Tews wrote:
> Package: logiops
> Version: 0.3.1-1
> Severity: important
> X-Debbugs-Cc: none, Hendrik Tews 
> 
> Dear Maintainer,
> 
> after upgrading to logiops version 0.3.1-1 the logid daemon does not
> seem to do anything any more. For my configuration the symptom is that
> the thumb button is no longer mapped to button 2. The problem seems to
> be also present in the current upstream version (v0.3.2), see upstream
> issue 387 (https://github.com/PixlOne/logiops/issues/387).
> 
> For now I downgraded to 0.2.3-1+b1, which is still working fine.

Hey Hendrik,

Could you check if 0.3.1-1 (in unstable) or 0.3.2-1 (in experimental) is
working for you?

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#1036899: logiops: logid does not work for MX Master 3

2023-05-28 Thread Hendrik Tews
Package: logiops
Version: 0.3.1-1
Severity: important
X-Debbugs-Cc: none, Hendrik Tews 

Dear Maintainer,

after upgrading to logiops version 0.3.1-1 the logid daemon does not
seem to do anything any more. For my configuration the symptom is that
the thumb button is no longer mapped to button 2. The problem seems to
be also present in the current upstream version (v0.3.2), see upstream
issue 387 (https://github.com/PixlOne/logiops/issues/387).

For now I downgraded to 0.2.3-1+b1, which is still working fine.

Best regards,

Hendrik


-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-9-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages logiops depends on:
ii  libc6   2.36-9
ii  libconfig++9v5  1.5-0.4
ii  libevdev2   1.13.0+dfsg-1
ii  libgcc-s1   12.2.0-14
ii  libglib2.0-02.74.6-2
ii  libstdc++6  12.2.0-14
ii  libudev1252.6-1

logiops recommends no packages.

logiops suggests no packages.

-- Configuration Files:
/etc/logid.cfg changed:
devices: ({
  name: "Wireless Mouse MX Master 3";
  # A lower threshold number makes the wheel switch to free-spin mode
  # quicker when scrolling fast.
  smartshift: {
on: false;
threshold: 3;
  };
  hiresscroll: {
hires: true;
invert: false;
target: false;
  };
  # Higher numbers make the mouse more sensitive (cursor moves faster),
  # 4000 max for MX Master 3.
  dpi: 1000;
  buttons: (
# Make thumb button 2.
{ cid: 0xc3;
  action = {
type: "Keypress";
keys: ["BTN_MIDDLE"];
  };
},
# top button
{ cid: 0xc4;
  action = {
type = "ToggleSmartshift";
  };
}
  );
});


-- no debconf information