Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
This includes the kernel-parameters.txt-patch, and the hid-core.c-patch, without the extra else-statement. Thanks, Mikkel Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- --- clean/Documentation/kernel-parameters.txt +++ dirty/Documentation/kernel-parameters.txt @@ -73,6

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
Alright, I'll send it in a bit! Thanks, Mikkel On Mon, 7 Feb 2005 19:38:18 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > On Mon, Feb 07, 2005 at 06:56:50PM +0100, Mikkel Krautz wrote: > > Sorry, I now realise that my way of doing this only sets > > hid_mousep

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
Sorry, I now realise that my way of doing this only sets hid_mousepoll_interval to the latest-plugged-in mouse's polling interval. How should I handle this? Just remove the line, and keep the "0 feature"? Thanks, Mikkel On Mon, 7 Feb 2005 18:51:46 +0100, Mikkel Krautz <[EMAIL

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
meter to usbhid, reads '/sys/module/usbhid/parameters/mousepoll', the answer would be "0", which is incorrect, no? Thanks, Mikkel On Mon, 7 Feb 2005 18:43:03 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > On Mon, Feb 07, 2005 at 04:44:24PM +0100, Mikkel Krautz

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
f the "at"s... either one. Oops, thanks! Here's an updated version of the kernel-parameters patch: Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- --- clean/Documentation/kernel-parameters.txt +++ dirty/Documentation/kernel-parameters.txt @@ -73,6 +73,7 @@ SWSU

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
And, here's an updated version of hid-core.c: Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- --- clean/drivers/usb/input/hid-core.c +++ dirty/drivers/usb/input/hid-core.c @@ -37,13 +37,20 @@ * Version Information */ -#define DRIVER_VERSION "v2.0" +#define

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-07 Thread Mikkel Krautz
Here's an updated version of kernel-parameters.txt: Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- --- clean/Documentation/kernel-parameters.txt +++ dirty/Documentation/kernel-parameters.txt @@ -73,6 +73,7 @@ SWSUSP Software suspension is enabled. TS

Re: [PATCH] hid-core: Configurable USB HID Mouse Interrupt Polling Interval

2005-02-06 Thread Mikkel Krautz
ROTECTED]> wrote: > On Sun, Dec 19, 2004 at 01:52:06AM +, Mikkel Krautz wrote: > > On Sat, 18 Dec 2004 08:53:31 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > > On Sat, Dec 18, 2004 at 05:39:25PM +, Mikkel Krautz wrote: > > > > On Fri, 17 Dec 2004 18

[PATCH 2/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the TIGLUSB-maintainers from hte MAINTAINERS-file. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- MAINTAINERS |7 --- 1 files changed, 7 deletions(-) --- clean/MAINTAINERS +++ dirty/MAINTAINERS @@ -2178,13 +2178,6 @@ M:[EMAIL PROTECTED] S:Maintained -TI GRAP

[PATCH 3/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the TIGLUSB-documentation, silverlink.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- silverlink.txt | 78 - 1 files changed, 78 deletions(-) --- clean/Documentation/usb/silverlink.txt +++ dirty/Documentati

[PATCH 1/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the tiusb boot-parameter from kernel-parameters.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- kernel-parameters.txt |3 --- 1 files changed, 3 deletions(-) --- clean/Documentation/kernel-parameters.txt +++ dirty/Documentation/kernel-parameters.txt @@ -

[PATCH 2/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the TIGLUSB-maintainers from the MAINTAINERS-file. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- MAINTAINERS |7 --- 1 files changed, 7 deletions(-) --- clean/MAINTAINERS +++ dirty/MAINTAINERS @@ -2178,13 +2178,6 @@ M: [EMAIL PROTECTED] S: Maintained -TI

Re: [PATCH 0/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
On Wed, 26 Jan 2005 08:57:07 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > On Wed, Jan 26, 2005 at 05:48:19PM +0100, Mikkel Krautz wrote: > > On Wed, 26 Jan 2005 08:40:10 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > > > > > Use a different email clie

Re: [PATCH 0/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
On Wed, 26 Jan 2005 08:40:10 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > Use a different email client, or attach the patches as plain text. > > Good luck, > > greg k-h > Alright, they're attached this time. I hope this'll do for now. :-) Mikkel Krautz

Re: [PATCH 0/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
On Wed, 26 Jan 2005 17:04:29 +0100, Mikkel Krautz <[EMAIL PROTECTED]> wrote: > Hello! > > The tiglusb-driver was removed in 2.6.11-rc1. > > Since then, references to it in other files have been kept, namely the > following files: > > Documentation/usb/silve

[PATCH 3/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the TIGLUSB-documentation, silverlink.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- silverlink.txt | 78 - 1 files changed, 78 deletions(-) --- clean/Documentation/usb/silverlink.txt +++ dirty/Documentati

[PATCH 1/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
This removes the tiusb boot-parameter from kernel-parameters.txt. Signed-off-by: Mikkel Krautz <[EMAIL PROTECTED]> --- kernel-parameters.txt |3 --- 1 files changed, 3 deletions(-) --- clean/Documentation/kernel-parameters.txt +++ dirty/Documentation/kernel-parameters.txt @@ -1356,9 +

[PATCH 0/3] TIGLUSB Cleanups

2005-01-26 Thread Mikkel Krautz
, and tiglusb-references in MAINTAINERS and kernel-parameters.txt. The patches are diffed against 2.6.11-rc2-bk4. Thanks, Mikkel Krautz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf