All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Wong <eric@yhbt.net>
To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Logitech USB mice/trackball extensions
Date: Tue, 25 Mar 2003 19:35:52 -0800	[thread overview]
Message-ID: <20030326033552.GA13242@BL4ST> (raw)
In-Reply-To: <20030326022938.GA5187@bl4st.yhbt.net>

Oops, ignore this part, it's part of a separate patch :)

> +/* Module parameters */
> +MODULE_PARM(hid_poll_interval, "i");
> +MODULE_PARM_DESC(hid_poll_interval, "polling interval, millseconds (default=10)");
> +
> +#ifndef MODULE
> +static int __init hid_poll_interval_setup(char *str)
> +{
> +	get_option(&str,&hid_poll_interval);
> +	return 1;
> +}
> +
> +__setup("hid_poll_interval=", hid_poll_interval_setup);
> +
> +#endif
> +

-- 
Eric Wong

  reply	other threads:[~2003-03-26  3:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26  2:29 [PATCH] Logitech USB mice/trackball extensions Eric Wong
2003-03-26  3:35 ` Eric Wong [this message]
     [not found] ` <20030326030330.GC12549@BL4ST>
2003-03-26  3:48   ` Greg KH
2003-03-26  4:09     ` Eric Wong
2003-03-26  5:54       ` [linux-usb-devel] " Brad Hards
2003-03-26  6:25         ` Greg KH
2003-03-26  6:27         ` Brad Hards
2003-03-26 18:41           ` Josh McKinney
2003-03-27  7:03           ` Eric Wong
2003-03-27  8:23             ` Josh McKinney
2003-03-26  4:10 ` Robert Love

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=20030326033552.GA13242@BL4ST \
    --to=eric@yhbt.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.