From owner-freebsd-stable@freebsd.org Sun Feb 28 18:12:10 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72CB653B0BA for ; Sun, 28 Feb 2021 18:12:10 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DpWgt1zdnz4dcg for ; Sun, 28 Feb 2021 18:12:10 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4374F53AE3A; Sun, 28 Feb 2021 18:12:10 +0000 (UTC) Delivered-To: stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4337D53B283 for ; Sun, 28 Feb 2021 18:12:10 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpWgs2Jtrz4dj6 for ; Sun, 28 Feb 2021 18:12:09 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 11SIC7x4005745 for ; Sun, 28 Feb 2021 18:12:07 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 11SIC7Qp005744 for stable@freebsd.org; Sun, 28 Feb 2021 10:12:07 -0800 (PST) (envelope-from david) Date: Sun, 28 Feb 2021 10:12:07 -0800 From: David Wolfskill To: stable@freebsd.org Subject: Any way to get hsm(4) device under stable/12? Message-ID: Reply-To: stable@freebsd.org Mail-Followup-To: stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tUc6frOpkHwcl6AH" Content-Disposition: inline X-Rspamd-Queue-Id: 4DpWgs2Jtrz4dj6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [0.60 / 15.00]; HAS_REPLYTO(0.00)[stable@freebsd.org]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[107.204.234.170:from]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; REPLYTO_EQ_TO_ADDR(5.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[david]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[stable@freebsd.org]; DMARC_NA(0.00)[catwhisker.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[107.204.234.170:from:127.0.2.255]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2021 18:12:10 -0000 --tUc6frOpkHwcl6AH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have been using a laptop that is old enough to have a fair number of its components replaced with parts taken from others (mostly of the same model) -- a Dell Precision M4800. And it works well.. but single points of failure do not bring me comfort. :-} I acquired a refurbished Dell Precision 7520 a while back; it runs FreeBSD just fine, but I was unable to get the built-in touchpad to work until this morning. It turns out that the 7520's touchpad communicates via I2C. I had tried installing the sysutils/iichid port; that seemed to be a bit of progress, as after doing that, and appending: hw.usb.usbhid.enable=3D1 iichid_load=3D"YES" to /boot/loader.conf, utilities such as libinput(1) and xinput(1) each reported "something" was there that had not been there before, and dmesg mentioned an "hsm0" device (though that didn't show up in /dev). But neither the touchpad nor the buttons actually worked. During my daily update cycle this morning, I was thus quite pleased to note that the mouse was seemed to be working (in X11, anyway) under stable/13 and head (where iichid is part of base). Comparing the kernel modules loaded between stable/12 and stable/13, I see that the latter also includes hms.ko, hidmap.ko, and hkbd.ko. And stable/13 (as well as head) have src/sys/dev/hid/*, which stable/12 does not. (That directory is where (e.g.) hms.c resides.) So: iichid is part of base in stable/13 and head, but available as a port for stable/12. Various devices under src/sys/dev/hid are available in base under stable/13 and head; are they available in some way under stable/12? (Yes, I plan to migrate from stable/12 to stable/13 "soon" -- but not quite yet.) Peace, david --=20 David H. Wolfskill david@catwhisker.org It is supremely disingenuous to claim a lack of jurisdiction, then =20 proceed to participate in a decision on the same matter. See https://www.catwhisker.org/~david/publickey.gpg for my public key. --tUc6frOpkHwcl6AH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE4owz2QxMJyaxAefyQLJg+bY2PckFAmA73PdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUy OEMzM0Q5MEM0QzI3MjZCMTAxRTdGMjQwQjI2MEY5QjYzNjNEQzkACgkQQLJg+bY2 PcnkKAf/bg2fggDoIrp+XA5207M3lL29FxS2stT5OyZZWoJyUneqqE1uA7xeefed l3VKl4ismr3idX9pXO77VtCuuU4MbJIlLlWGsx8UvfhvyZ9a2sYvPVqI10hc1nux KxkjQRb12db5lQQ82Ol3Y2IN1u2heomYfrHpizEcz6LL2EQ5LzQUsldMCLTWEm6i hQHHxkEATzm1ohbVsCvWPvmVktNAmWEZ5PdE9YiI5pWqaeYq6vUgQnSIdYx7vhlr BHR/TvT11Uvx+OtEkjOCi3oOLgi/kFo1Pg7civDwzz5Etd6JFqBVdPSCizmOzW2l d+AfYF3LXCIA0h96HPtsPIYksF8LvQ== =esHV -----END PGP SIGNATURE----- --tUc6frOpkHwcl6AH--