module aware gdb

2003-06-24 Thread Egbert Eich
The version of the module aware gdb on ftp.xfree86.org is ancient and cannot deal with the debug informations of more recent versions of gcc. Is there a newer version around that is accessible thru ftp? Could we please update the version we have on our ftp server? Egbert.

Getting additional info from an XInput driver

2003-06-24 Thread Divide by Zero
I'm trying to extend the standard mouse_drv.o driver to enable it to read battery and RF channel status from a wireless mouse. I have googled the mouse protocol, so I know how to get the information from the mouse. The problem is that I can't find any way to get this information thru XInput

Re: Getting additional info from an XInput driver

2003-06-24 Thread Divide by Zero
On Tuesday 24 of June 2003 23:16, Brad Hards wrote: On Wed, 25 Jun 2003 00:34 am, Divide by Zero wrote: I'm trying to extend the standard mouse_drv.o driver to enable it to read battery and RF channel status from a wireless mouse. I have googled the mouse protocol, so I know how to get the

Re: Getting additional info from an XInput driver

2003-06-24 Thread Alex Deucher
I'm not sure Xinput really supports this sort of functionality right now. Support for this may be something for 5.0. Alex --- Divide by Zero [EMAIL PROTECTED] wrote: On Tuesday 24 of June 2003 23:16, Brad Hards wrote: On Wed, 25 Jun 2003 00:34 am, Divide by Zero wrote: I'm trying to