linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Fabian Henneke <fabian.henneke@gmail.com>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] hidraw: Fix returning EPOLLOUT from hidraw_poll
Date: Mon, 9 Dec 2019 13:53:15 +0100 (CET)	[thread overview]
Message-ID: <nycvar.YFH.7.76.1912091353020.4603@cbobk.fhfr.pm> (raw)
In-Reply-To: <20191204023713.3983-1-marcel@holtmann.org>

On Wed, 4 Dec 2019, Marcel Holtmann wrote:

> When polling a connected /dev/hidrawX device, it is useful to get the
> EPOLLOUT when writing is possible. Since writing is possible as soon as
> the device is connected, always return it.
> 
> Right now EPOLLOUT is only returned when there are also input reports
> are available. This works if devices start sending reports when
> connected, but some HID devices might need an output report first before
> sending any input reports. This change will allow using EPOLLOUT here as
> well.
> 
> Fixes: 378b80370aa1 ("hidraw: Return EPOLLOUT from hidraw_poll")
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> Cc: stable@vger.kernel.org

Applied, thanks Marcel.

-- 
Jiri Kosina
SUSE Labs


      reply	other threads:[~2019-12-09 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04  2:37 [PATCH] hidraw: Fix returning EPOLLOUT from hidraw_poll Marcel Holtmann
2019-12-09 12:53 ` Jiri Kosina [this message]

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=nycvar.YFH.7.76.1912091353020.4603@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=benjamin.tissoires@redhat.com \
    --cc=fabian.henneke@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.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).