Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Jeremy Roberson
On Tue, 2007-05-15 at 14:38 -0700, Randy Dunlap wrote: > Jeremy Roberson wrote: > > What is Top Posting? > > Yes, like that or this: > > > A: http://en.wikipedia.org/wiki/Top_post > Q: Were do I find info about this thing called top-posting? > A: Because it messe

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Jeremy Roberson
What is Top Posting? On Tue, 2007-05-15 at 17:16 -0400, Dmitry Torokhov wrote: > Hi, > > On 5/15/07, Jeremy Roberson <[EMAIL PROTECTED]> wrote: > > A very good question. Had it been, I probably would not have missed it. > > > > On Tue, 2007-05-15 at 20:38

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Jeremy Roberson
hat it's disabled > if it's the only entry in the menu. Plus the parent menu gets > cleaned up as well. > > Till > > Am Dienstag 15 Mai 2007 schrieb Jeremy Roberson: > > LOL. Thanks, I forgot to enable Tablets before entering the Tablets > > tree. > >

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Jeremy Roberson
LOL. Thanks, I forgot to enable Tablets before entering the Tablets tree. On Tue, 2007-05-15 at 11:12 -0700, Randy Dunlap wrote: > On Tue, 15 May 2007 10:47:23 -0700 Jeremy Roberson wrote: > > > I just got finished configuring the 2.6.22-rc1 kernel and noticed that > > the

[linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Jeremy Roberson
e put back in for the 2.6.22 release? -- Jeremy Roberson Software Engineer Interwrite Learning "Do not go gentle into that good night, Old age should burn and rave at the close of the day; Rage, rage against the dying of the light." - Dylan Thomas Note: The information contained wi

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-04-18 Thread Jeremy Roberson
Thanks, the list was very helpful. On Wed, 2007-02-14 at 15:02 -0800, Pete Zaitcev wrote: > On Wed, 14 Feb 2007 15:47:16 -0700, Jeremy Roberson <[EMAIL PROTECTED]> wrote: > > > With the help of Dmitry, I solved the exclusive access issue that > > required blacklisting

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-17 Thread Jeremy Roberson
If I understand you correctly, then yes. I submitted a patch that removes vendor id 0x5543 and the associated pids from the blacklist. On Sun, 2007-02-18 at 02:00 +0100, Jiri Kosina wrote: > On Wed, 14 Feb 2007, Jeremy Roberson wrote: > > > With the help of Dmitry, I solved t

[linux-usb-devel] [PATCH 2.6.20] hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklist

2007-02-14 Thread Jeremy Roberson
From: Jeremy Roberson <[EMAIL PROTECTED]> Removes our GTCO CalComp Interwrite IPanels from the hid-core.c blacklist because the HID Driver properly handles them. Signed-off-by: Jeremy A. Roberson <[EMAIL PROTECTED]> --- --- a/drivers/usb/input/hid-core.c 2007-02-04 11:44:

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-14 Thread Jeremy Roberson
everyone and these drivers can go away. > > thanks, > > greg k-h -- Jeremy Roberson Software Engineer GTCO CalComp "Do not go gentle into that good night, Old age should burn and rave at the close of the day; Rage, rage against the dying of the light." - Dylan Thomas Note: Th

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-13 Thread Jeremy Roberson
I just tested it, it works great. On Tue, 2007-02-13 at 23:34 -0500, Dmitry Torokhov wrote: > On Tuesday 13 February 2007 18:52, Jeremy Roberson wrote: > > Can you give me example syntax for using EVIOCGRAB ioctl or point me to > > the documentation? This may very well solve

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-13 Thread Jeremy Roberson
> You basically do: > > ret = ioctl(fd, EVIOCGRAB, 1); > > to "grab" device for exclusive access and > > ret = ioctl(fd, EVIOCGRAB, 0); > > to release it after you are done with it. fd is a file descriptor you get > when you open /dev/input/event

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-13 Thread Jeremy Roberson
esday 13 February 2007 16:15, Jeremy Roberson wrote: > > Well, it seems the XInput Hotplug is still going to be a bit of a mess > > for a while and some of the distributions that we are targeting have > > updated kernels but, are still using XFree86 so we want to remain as

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-13 Thread Jeremy Roberson
shared memory which, in tern formats the low level input events into XInput events and then posts them on the XInput event queue. Not sure if this answers your question or not. If not, please let me know. On Tue, 2007-02-13 at 09:49 -0500, Dmitry Torokhov wrote: > On 2/12/07, Jeremy Rob

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-12 Thread Jeremy Roberson
ID Driver. I can get more details on what is not > > parsed properly by the HID Driver but, it will take some time. > > It would be good to learn more about this, so possibly we can fix the > HID layer so that it works for everyone and these drivers can go away. > > t

Re: [linux-usb-devel] [PATCH 59/70] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-02-11 Thread Jeremy Roberson
t, it will take some time. > > It would be good to learn more about this, so possibly we can fix the > HID layer so that it works for everyone and these drivers can go away. > > thanks, > > greg k-h -- Jeremy Roberson Software Engineer GTCO CalComp "Do not go gent

Re: [linux-usb-devel] [PATCH 2.6.20-rc4] hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist

2007-01-22 Thread Jeremy Roberson
Thanks On Tue, 2007-01-23 at 01:33 +0100, Jiri Kosina wrote: > On Mon, 22 Jan 2007, Jeremy Roberson wrote: > > > I'll check out those first few lines of hid-core.c as I'm always > > interested in how things work. Can you just remove the support for that > &g

[linux-usb-devel] [PATCH 2.6.20-rc4] hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist

2007-01-19 Thread Jeremy Roberson
From: Jeremy Roberson <[EMAIL PROTECTED]> Adds GTCO CalComp Interwrite IPanels to the hid-core.c blacklist. Signed-off-by: Jeremy A. Roberson <[EMAIL PROTECTED]> --- --- a/drivers/usb/input/hid-core.c 2007-01-06 22:45:51.0 -0700 +++ b/drivers/usb/input/hid-core.c

[linux-usb-devel] [PATCH 2.6.20-rc4] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-01-18 Thread Jeremy Roberson
From: Jeremy Roberson <[EMAIL PROTECTED]> Added a kernel module (gtco) to the USB Input subsystem. This kernel module adds support for all GTCO CalComp USB InterWrite School products. Signed-off-by: Jeremy A. Roberson <[EMAIL PROTECTED]> --- diff -uprN a/drivers/usb/input/gtco.c b

[linux-usb-devel] [PATCH 2.6.20-rc4] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-01-16 Thread Jeremy Roberson
From: Jeremy Roberson <[EMAIL PROTECTED]> Added a kernel module (gtco) to the USB Input subsystem. This kernel module adds support for all GTCO CalComp USB InterWrite School products. Signed-off-by: Jeremy A. Roberson <[EMAIL PROTECTED]> --- diff -uprN a/drivers/usb/input/gtco.c b

[linux-usb-devel] [PATCH 2.6.20-rc4] USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products

2007-01-15 Thread Jeremy Roberson
From: Jeremy Roberson <[EMAIL PROTECTED]> Added a kernel module (gtco) to the USB Input subsystem. This kernel module adds support for all GTCO CalComp USB InterWrite School products. Signed-off-by: Jeremy A. Roberson <[EMAIL PROTECTED]> --- diff -uprN a/drivers/usb/input/gtco.c b