From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20D38C2B9F4 for ; Tue, 22 Jun 2021 05:09:09 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 92619611AF for ; Tue, 22 Jun 2021 05:09:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92619611AF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bugs.launchpad.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:43158 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvYep-0006TV-Kf for qemu-devel@archiver.kernel.org; Tue, 22 Jun 2021 01:09:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvY4S-0003Ld-LY for qemu-devel@nongnu.org; Tue, 22 Jun 2021 00:31:33 -0400 Received: from indium.canonical.com ([91.189.90.7]:59000) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lvY4P-0000Vq-R0 for qemu-devel@nongnu.org; Tue, 22 Jun 2021 00:31:32 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.93 #5 (Debian)) id 1lvY4D-0003ri-MP for ; Tue, 22 Jun 2021 04:31:17 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A40562E8086 for ; Tue, 22 Jun 2021 04:31:17 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 22 Jun 2021 04:17:35 -0000 From: Launchpad Bug Tracker <1568621@bugs.launchpad.net> To: qemu-devel@nongnu.org X-Launchpad-Notification-Type: bug X-Launchpad-Bug: product=qemu; status=Expired; importance=Undecided; assignee=None; X-Launchpad-Bug-Information-Type: Public X-Launchpad-Bug-Private: no X-Launchpad-Bug-Security-Vulnerability: no X-Launchpad-Bug-Commenters: billcoder janitor th-huth X-Launchpad-Bug-Reporter: William (billcoder) X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor) References: <20160410222330.32588.14949.malonedeb@soybean.canonical.com> Message-Id: <162433545576.20423.12233387558119896940.malone@loganberry.canonical.com> Subject: [Bug 1568621] Re: input-linux misdetects Logitech keyboard as a mouse X-Launchpad-Message-Rationale: Subscriber (QEMU) @qemu-devel-ml X-Launchpad-Message-For: qemu-devel-ml Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="3619498b5524a71696f3dd612f4d11bd63449bb1"; Instance="production" X-Launchpad-Hash: e35a8661d5702a8f089ad0b5f399ac38cb97f04a Received-SPF: none client-ip=91.189.90.7; envelope-from=bounces@canonical.com; helo=indium.canonical.com X-Spam_score_int: -65 X-Spam_score: -6.6 X-Spam_bar: ------ X-Spam_report: (-6.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bug 1568621 <1568621@bugs.launchpad.net> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" [Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete =3D> Expired -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1568621 Title: input-linux misdetects Logitech keyboard as a mouse Status in QEMU: Expired Bug description: The new input-linux.c code misdetects my Logitech K350 keyboard as a mouse. The bug is in the input_linux_complete function. The evdev for this keyboard returns an "evtmap" with the EV_REL bit set. Full evtmap is 0x0012001F. Using a different keyboard everything works as intended, so my configuration and setup are correct otherwise. = Suggestion: I suggest adding an object property called something like "type" where the user can specify what the device type is manually. This K350 keyboard shows that "evtmap" cannot be used to reliably detect the device type. Since specifying the device type manually is not an undue burden, perhaps it should be a required option and there should be no autodetection? = System: Arch linux, using qemu-git AUR package installed 20160409. = Command line: LC_ALL=3DC PATH=3D/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=3Dnone /usr/sbin/qemu-system-x86_64 -name win10,debug- threads=3Don -S -machine pc-i440fx-2.4,accel=3Dkvm,usb=3Doff,vmport=3Doff= -cpu host,kvm=3Doff -drive file=3D/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure- efi.fd,if=3Dpflash,format=3Draw,unit=3D0,readonly=3Don -drive file=3D/var/lib/libvirt/qemu/nvram/win10_VARS.fd,if=3Dpflash,format=3Draw= ,unit=3D1 -m 8196 -realtime mlock=3Doff -smp 8,sockets=3D1,cores=3D4,threads=3D2 -u= uid 58623778-9d9d-4d30-8ec0-b37e12a30fdc -nographic -no-user-config -nodefaults -chardev socket,id=3Dcharmonitor,path=3D/var/lib/libvirt/qemu/domain-17-win10/moni= tor.sock,server,nowait -mon chardev=3Dcharmonitor,id=3Dmonitor,mode=3Dcontrol -rtc base=3Dlocaltime,driftfix=3Dslew -global kvm-pit.lost_tick_policy=3Ddisca= rd -no-hpet -no-shutdown -global PIIX4_PM.disable_s3=3D1 -global PIIX4_PM.disable_s4=3D1 -boot strict=3Don -device ich9-usb- ehci1,id=3Dusb,bus=3Dpci.0,addr=3D0x6.0x7 -device ich9-usb- uhci1,masterbus=3Dusb.0,firstport=3D0,bus=3Dpci.0,multifunction=3Don,addr= =3D0x6 -device ich9-usb- uhci2,masterbus=3Dusb.0,firstport=3D2,bus=3Dpci.0,addr=3D0x6.0x1 -device = ich9 -usb-uhci3,masterbus=3Dusb.0,firstport=3D4,bus=3Dpci.0,addr=3D0x6.0x2 -dr= ive file=3D/var/lib/libvirt/images/ISOs/Win10_1511_English_x64.iso,format=3Dr= aw,if=3Dnone,id =3Ddrive-ide0-0-1,readonly=3Don -device ide-cd,bus=3Dide.0,unit=3D1,drive =3Ddrive-ide0-0-1,id=3Dide0-0-1 -drive file=3D/var/lib/libvirt/images/ISOs /virtio-win-0.1.112.iso,format=3Draw,if=3Dnone,id=3Ddrive- ide0-1-0,readonly=3Don -device ide-cd,bus=3Dide.1,unit=3D0,drive=3Ddrive- ide0-1-0,id=3Dide0-1-0 -drive file=3D/dev/sda,format=3Draw,if=3Dnone,id= =3Ddrive- virtio-disk1 -device virtio-blk-pci,scsi=3Doff,bus=3Dpci.0,addr=3D0x8,dri= ve =3Ddrive-virtio-disk1,id=3Dvirtio-disk1,bootindex=3D1 -netdev tap,fd=3D26,id=3Dhostnet0 -device rtl8139,netdev=3Dhostnet0,id=3Dnet0,mac=3D52:54:00:70:8a:db,bus=3Dpci.0,a= ddr=3D0x3 -netdev tap,fd=3D28,id=3Dhostnet1 -device rtl8139,netdev=3Dhostnet1,id=3Dnet1,mac=3Dd4:be:d9:56:2e:35,bus=3Dpci.0,a= ddr=3D0x9 -device intel-hda,id=3Dsound0,bus=3Dpci.0,addr=3D0x4 -device hda- duplex,id=3Dsound0-codec0,bus=3Dsound0.0,cad=3D0 -device vfio- pci,host=3D04:00.0,id=3Dhostdev0,bus=3Dpci.0,addr=3D0x2 -device virtio- balloon-pci,id=3Dballoon0,bus=3Dpci.0,addr=3D0x7 -object input- linux,id=3Dkbd1,evdev=3D/dev/input/event19,grab_all=3Don -object input- linux,id=3Dkbb2,evdev=3D/dev/input/event2 -msg timestamp=3Don To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1568621/+subscriptions