linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Bruno Dantas" <kernel@dantas.airpost.net>
To: "Bruno Dantas" <kernel@dantas.airpost.net>, linux-input@vger.kernel.org
Subject: Re: how do unbind ThinkPad touchpad without unbinding trackpoint?
Date: Mon, 18 Nov 2019 21:13:26 -0500	[thread overview]
Message-ID: <8fbee3e7-c17e-4568-843a-fbeb9ba357ad@www.fastmail.com> (raw)
In-Reply-To: <9e11b3c5-dbd4-43c1-922a-bbf8474a6002@www.fastmail.com>

The command should have been this:

# echo serio1 >/sys/bus/serio/drivers/psmouse/unbind

Sorry about the typo (missing stdout redirect).

The above command *completely* disables the touchpad as desired, but has the undesired side effect of unbinding serio2 (which disables the trackpoint).

-Bruno


On Mon, Nov 18, 2019, at 6:50 PM, Bruno Dantas wrote:
> I have a T400 laptop running Devuan ASCII with linux 4.16.2
> 
> Please, this laptop's touchpad generates input "noise" while the lid is 
> shut, which causes applications that should run while system is idle 
> (e.g., xscreensaver) not to run.
> 
> I've tried to disable the touchpad via xinput or synaptics, but it does 
> not remedy the issue. The only remedy I've found is to unbind the 
> touchpad with this command:
> 
> # echo serio1 /sys/bus/serio/drivers/psmouse/unbind
> 
> Unfortunately, the above command also disables my trackpoint ("nipple 
> mouse") which I need to remain functional.
> 
> Please, how do I unbind the touchpad without unbinding the trackpoint?
> 
> Thanks,
> Bruno "GNUser"
> 
> P.S. This may be useful:
> 
> bruno@thinkpad:~$ cat /proc/bus/input/devices
> ---snip---
> I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
> N: Name="SynPS/2 Synaptics TouchPad"
> P: Phys=isa0060/serio1/input0
> S: Sysfs=/devices/platform/i8042/serio1/input/input6
> U: Uniq=
> H: Handlers=mouse0 event5 
> B: PROP=1
> B: EV=b
> B: KEY=420 30000 0 0 0 0
> B: ABS=11000003
> 
> I: Bus=0011 Vendor=0002 Product=000a Version=0000
> N: Name="TPPS/2 IBM TrackPoint"
> P: Phys=synaptics-pt/serio0/input0
> S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input7
> U: Uniq=
> H: Handlers=mouse1 event6 
> B: PROP=21
> B: EV=7
> B: KEY=70000 0 0 0 0
> B: REL=3
>

  reply	other threads:[~2019-11-19  2:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18 23:50 how do unbind ThinkPad touchpad without unbinding trackpoint? Bruno Dantas
2019-11-19  2:13 ` Bruno Dantas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-18 23:34 Bruno Dantas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8fbee3e7-c17e-4568-843a-fbeb9ba357ad@www.fastmail.com \
    --to=kernel@dantas.airpost.net \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).