Re: basic evdev setup

2017-02-15 Thread Vladimir Kondratyev
evedev configuration via sysctl? What should I add to xorg configuration to enable evdev for X? * Adding Vladimir Kondratyev to Cc since he's contributed evdev patch Hi Andriy, evdev works in parallel with standard input system, so you don't have to worry about console input support. Current

CFT: EVDEV support in psm(4) driver

2017-04-16 Thread Vladimir Kondratyev
w_bug.cgi?id=218383 Not commited yet. [3] Xorg 1.19.3 update: https://lists.freebsd.org/pipermail/freebsd-x11/2017-March/019100.html (Patch content is slightly garbled) -- WBR Vladimir Kondratyev ___ freebsd-current@freebsd.org mailing list https://lists

Re: CFT: EVDEV support in psm(4) driver

2017-04-17 Thread Vladimir Kondratyev
s to https://reviews.freebsd.org/D10265 . Patch looks good to me. I will merge it after small refactoring. Thank you! -- WBR Vladimir Kondratyev ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To u

CFT: Driver for generic MS Windows 7/8/10 - compatible USB HID multi-touch touchscreens

2017-08-13 Thread Vladimir Kondratyev
e kld-unloaded after loading of wmt. [1] wmt review: https://reviews.freebsd.org/D12017 Raw diff: https://reviews.freebsd.org/file/data/ruebvnmyzymnhc7ho37f/PHID-FILE-nue7bjzefxyvwjkcfepd/D12017.diff -- WBR Vladimir Kondratyev ___ freebsd-current@fre

Re: CFT: EVDEV support in psm(4) driver

2017-06-08 Thread Vladimir Kondratyev
On 08.06.2017 02:32, Anthony Jenkins wrote: > I'm seeing flakiness in X11 (KDE) with evdev enabled - a couple keys are > reporting multiple (wrong) events and some aren't emitting any events > (or they are, but they're NoSymbol): You can test evdev directly w/o Xserver started by running of

Re: CFT: EVDEV support in psm(4) driver

2017-06-10 Thread Vladimir Kondratyev
On 09.06.2017 15:57, Jonathan Anderson wrote: > Hi Vladimir, > > Thanks very much... I've been using your patch for awhile with my > Synaptics touchpad and it's lovely to have two-finger scrolling that > works properly! I did need to massage the patch to make it apply on > drm-next: >

Proper way to remove never used ioctls

2018-06-02 Thread Vladimir Kondratyev
years ago, implementation was never completed and googling on them shows no traces of usage in indexed universe, is it acceptable to just drop both defines and implementation w.o. leaving any COMPAT_FREEBSD shims? -- WBR Vladimir Kondratyev ___ freebsd

Re: Proper way to remove never used ioctls

2018-06-02 Thread Vladimir Kondratyev
On 2018-06-02 20:36, Allan Jude wrote: On 2018-06-02 11:03, Warner Losh wrote: On Sat, Jun 2, 2018 at 7:33 AM, Vladimir Kondratyev wrote: Hi, Our sys/mouse.h header has a definition of MOUSE_GETVARS and MOUSE_SETVARS ioctls which are not documented and only stubbed in a few drivers: mse

Re: Vbox causing host crash/reboot on 12-current

2018-08-08 Thread Vladimir Kondratyev
Hi I am sure that crashes was caused by SMAP as I am faced with them too. I have made following patch to fix panic (attached) Apply it to portstree and rebuild emulators/virtualbox-ose-kmod P.S. It is POC so no arch/SMAP autodetection On 8/7/18 6:14 PM, AN wrote: > Update: > > I found the

Re: Linux process causes kernel panic

2018-08-06 Thread Vladimir Kondratyev
On 8/6/18 11:41 PM, Konstantin Belousov wrote: >>> linux_sys_futex(0x33b0fac,0x85,0x1,0x1,0x33b0fa8,0x401) >>> -- here it stops -- >> Can you fix your mail client ? Unfortunately, it did all that dumb wraps at send time not at edit. Sorry. >>> ddb also shows that process is looping somewhere

Linux process causes kernel panic

2018-08-06 Thread Vladimir Kondratyev
I've got similar panic right after skype start Disabling of SMAP via loader tunable workarounded the panic for me. Applying of the patch make skype eating 100%CPU in unkillable state. tail of ktrace dump   1238 skype    CALL  linux_gettid   1238 skype    RET   linux_gettid 101123/0x18b03  

r340343 triggers kernel assertion if file is opened with O_BENEATH flag set through symlink

2018-11-27 Thread Vladimir Kondratyev
Following test case triggers assertion after r340343: #include int main(int argc, char **argv) {     openat(open("/etc", O_RDONLY), "termcap", O_RDONLY | O_BENEATH); } It results in: panic: Assertion (ndp->ni_lcf & NI_LCF_LATCH) != 0 failed at /usr/src/sys/kern/vfs_lookup.c:182

Re: r343567 aka PAE vs non-PAE merge breaks i386 freebsd

2019-02-23 Thread Vladimir Kondratyev
On 2019-02-22 09:04, Steve Kargl wrote: Ideas? Place hw.above4g_allow=0 into /boot/loader.conf? -- WBR Vladimir Kondratyev ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Re: What is evdev and autoloading?

2019-02-17 Thread Vladimir Kondratyev
sable most of evdev.ko dependencies -- WBR Vladimir Kondratyev ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: acpi_wmi noisy without EC

2020-12-17 Thread Vladimir Kondratyev
On 17.12.2020 11:24, Yuri Pankov wrote: > Yuri Pankov wrote: >> On Tue, Nov 17, 2020, at 4:00 PM, Vladimir Kondratyev wrote: >>> On 2020-11-17 15:29, Yuri Pankov wrote: >>>> On Tue, Nov 17, 2020, at 11:07 AM, Vladimir Kondratyev wrote: >>>>> O

Re: acpi_wmi noisy without EC

2020-11-17 Thread Vladimir Kondratyev
) - 1 > 0xFF) return (AE_BAD_ADDRESS); + if (sc->ec_dev == NULL) + return (AE_NOT_FOUND); if (function == ACPI_READ) *value = 0; ec_addr = address; -- WBR Vladimir Kondratyev ___ freebsd-

Re: acpi_wmi noisy without EC

2020-11-17 Thread Vladimir Kondratyev
On 2020-11-17 10:57, Vladimir Kondratyev wrote: On 2020-11-17 03:00, Yuri Pankov wrote: I have started seeing the following on boot since some time: acpi_wmi0: on acpi0 acpi_wmi0: cannot find EC device device_attach: acpi_wmi0 attach returned 6 acpi_wmi0: on acpi0 acpi_wmi0: cannot find EC

Re: acpi_wmi noisy without EC

2020-11-17 Thread Vladimir Kondratyev
On 2020-11-17 15:29, Yuri Pankov wrote: On Tue, Nov 17, 2020, at 11:07 AM, Vladimir Kondratyev wrote: On 2020-11-17 10:57, Vladimir Kondratyev wrote: > On 2020-11-17 03:00, Yuri Pankov wrote: >> I have started seeing the following on boot since some time: >> >> acpi_wmi0:

13-current 'devinfo -v' does not show PnP and location strings

2020-11-01 Thread Vladimir Kondratyev
'devinfo -v' on latest 13-CURRENT does not show PnP and location strings for devices with no drivers attached. Is it intentional? ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: ld: error: undefined symbol: hid_locate

2021-01-08 Thread Vladimir Kondratyev
On 08.01.2021 12:43, Rozhuk Ivan wrote: > Hi! > > Trying to build 429c7d1ab4, got: > > > linking kernel.full > ld: error: undefined symbol: hid_locate referenced by uhid.c:727 (/usr/src/sys/dev/usb/input/uhid.c:727) uhid.o:(uhid_probe) referenced by uhid.c:730

Re: iichid touchpad stopped working

2021-01-13 Thread Vladimir Kondratyev
gt; > Might it have something to do with this: > > commit b1f1b07f6d412cb3ec8588a634836e26396eec70 > Author: Vladimir Kondratyev > Date:   Wed Oct 7 00:50:16 2020 +0300 > >     hid: Import iichid - I2C transport backend for HID subsystem > It is quite p

Re: iichid touchpad stopped working

2021-01-13 Thread Vladimir Kondratyev
On 13.01.2021 23:29, Jakob Alvermark wrote: > On 1/13/21 5:56 PM, Vladimir Kondratyev wrote: >> On 13.01.2021 18:54, Jakob Alvermark wrote: >>> Hi, >>> >>> >>> After updating -current on my Acer laptop the touchpad stopped working. >>> >

Re: panic: device_unbusy: called for non-busy device iichid0

2021-05-27 Thread Vladimir Kondratyev
device_unbusy() in iicbus_request_bus() routine. These unlocked calls resulted in races with parallel device attachment process. CC-ed ian@ -- WBR Vladimir Kondratyev

Re: sound on FreeBSD 14.0-CURRENT

2021-11-17 Thread Vladimir Kondratyev
dchip properly. See EXAMPLES section of man snd_hda. -- WBR Vladimir Kondratyev

Re: Kernel changes causing AMDGPU / DRM to fail? i2c related?

2022-01-30 Thread Vladimir Kondratyev
ut previous revision (444dc58f0247) to find out if in-base i2c is guilty or not. -- WBR Vladimir Kondratyev

Re: Kernel changes causing AMDGPU / DRM to fail? i2c related?

2022-01-31 Thread Vladimir Kondratyev
On 30.01.2022 22:43, Stefan Esser wrote: Am 30.01.22 um 19:23 schrieb Vladimir Kondratyev: On 30.01.2022 00:25, Stefan Esser wrote: After rebooting with freshly built world, kernel and the amdgpu driver my console stopped working. It goes blank and the display goes into a power save mode

Re: iichid/hms keyboard/mouse wrongly reattached to uhid/ums

2022-06-27 Thread Vladimir Kondratyev
return (ENXIO); - return (BUS_PROBE_GENERIC + 1); + return (BUS_PROBE_DEFAULT + 1); } static int -- WBR Vladimir Kondratyev

Re: RES: iichid/hms keyboard/mouse wrongly reattached to uhid/ums

2022-06-28 Thread Vladimir Kondratyev
} printf("rep[0]:%d;rep[1]:%d\n", rep[0], rep[1]); close(fd); } -- WBR Vladimir Kondratyev

Re: Problem building kernel

2023-12-24 Thread Vladimir Kondratyev
On 24.12.2023 15:47, tue...@freebsd.org wrote: On Dec 24, 2023, at 12:27, Vladimir Kondratyev wrote: On 24.12.2023 14:18, tue...@freebsd.org wrote: Dear all, I just tried to build world and kernel on a 64-bit PPC system. make -j 32 buildworld ran without problems. However make kernel KERNCONF

Re: Problem building kernel

2023-12-24 Thread Vladimir Kondratyev
est regards Michael Latest LKPI changes broke 32 bit archs and powerpc. I am going to fix them. Sorry for breakage. -- WBR Vladimir Kondratyev