Re: Panasonic Toughbook CF-C1 won't Suspend, Hibernate or Standby (apm -S)

2024-09-14 Thread Chris Billington
On Thu, 5 Sep 2024 20:28:54 +0100 (BST) Chris Billington wrote: > >Synopsis: > >Category: > >Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 2024 > > dera...@

Re: Synaptics Touchpad not detected, Panasonic CF-SZ6 Let's Note laptop

2024-10-09 Thread Chris Billington
ers into how to proceed, so I can find out why this Synaptics device doesn't get attached except as a "Standard PS/2 mouse"? Or does anyone know if it is possible to upgrade or downgrade the touchpad firmware? -- Chris Billington

Synaptics Touchpad not detected, Panasonic CF-SZ6 Let's Note laptop

2024-10-04 Thread Chris Billington
>Synopsis: Synaptics Touchpad not detected on Panasonic Let's Note CF-SZ6 >Category: system >Environment: System : OpenBSD 7.6 Details : OpenBSD 7.6-current (GENERIC.MP) #344: Wed Oct 2 12:26:27 MDT 2024 dera...@amd64.openbsd.org:/usr/s

Re: Panasonic Let's Note CF-SZ6: O2 Micro PCI SD/MMC Card Reader "sdmmc0: can't enable card"

2024-10-05 Thread Chris Billington
On Sat, 5 Oct 2024 12:23:47 +0200 Theo Buehler wrote: > On Sat, Oct 05, 2024 at 06:14:33PM +0800, Chris Billington wrote: > > > > >Synopsis: O2 Micro PCI SD/MMC Card Reader "sdmmc0: can't enable card" > > >Category: system > > >Environment

Re: Synaptics Touchpad not detected, Panasonic CF-SZ6 Let's Note laptop

2024-10-29 Thread Chris Billington
et, discard input (state = 0, 06 | 90 cf 3a 77 ea) I will try and work out a solution that could perhaps be accepted as a patch, perhaps based on a FLAGS value for pckbc to be used on legacy-free machines. Suggestions are welcome. Chris Billington On Wed, 9 Oct 2024 15:38:37 +0800 Chris Billington

Re: Touchpad support Dell Latitude E6440

2024-12-22 Thread Chris Billington
had a similar issue recently on a Panasonic laptop of similar vintage. It is related to the use of 'legacy-free' UEFI firmware, implementing 'Active Multiplexing' for multiple PS/2 AUX devices such as the Touchpad. OpenBSD doesn't currently support Active Muxing for such devices. It was implemented some time ago but then reverted due to compatibility issues caused. However, I was able to work around the issue by changing the Aux select byte in i8042reg.h and building a custom kernel. No guarantees it will work for you, but may be worth a try. Documented at https://marc.info/?l=openbsd-bugs&m=173019316731591 Chris Billington