linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Achatz <erazor_de@users.sourceforge.net>
To: Jiri Kosina <jkosina@suse.cz>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.orglinux-kernel@vger.kernel.org
Subject: HID: questions about polling rates
Date: Fri, 12 Nov 2010 20:15:52 +0100	[thread overview]
Message-ID: <1289589352.2629.95.camel@neuromancer> (raw)

Hello,

while working on my roccat device drivers I thought about the possiblity
of on the fly polling rate changes and tested some things.

First I tried different polling rates by writing values from 1 to 10
into /sys/bus/usb/drivers/usbhid/module/parameters/mousepoll. I observed
that the polling rates seem to be capped on both sides. With value 1 I
measure 2ms instead of 1ms with my hardware protocol analyzer. With 10 I
get 8ms instead of 10ms.
I only use cheap onboard usb controllers, but under windows they work
with 1ms.
A internet and code search revealed nothing regarding this to me. Is
someone of you aware of this behaviour and could tell me more about it?

Changing the polling rate of a device on the fly would requires to use
usb_kill_urb() and usb_submit_urb() with new interval. To get the
int_urb I would need additional informations for incomplete struct
usbhid_device that lie in drivers/hid/usbhid/usbhid.h.
My driver code is at home in drivers/hid/. Is it okay to include a
header further down in the structure? Or does anyone have concerns about
moving the mentioned header to include/linux? Is this a matter to follow
at all?

Thanks in advance
Stefan


             reply	other threads:[~2010-11-12 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 19:15 Stefan Achatz [this message]
2010-11-13  0:31 ` HID: questions about polling rates Alan Stern

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=1289589352.2629.95.camel@neuromancer \
    --to=erazor_de@users.sourceforge.net \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.orglinux-kernel \
    /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).