Re: Getting additional info from an XInput driver

2003-06-25 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Jun 2003 12:48 pm, Divide by Zero wrote: I'm writing about PS/2 mice, not USB. And the info is there, have a look here: http://www.dqcs.com/logitech/PS2ppSpec.htm My bad. I assumed USB - both of my cordless mice are USB only. I can only

Re: Getting additional info from an XInput driver

2003-06-25 Thread Egbert Eich
Xinput isn't prepared to handle these very device dependent informations very well. I have a new xf86misc extension in mind which can be used to configure device dependent parameters and retreive device dependent information from devices. Unfortunately I have been side tracked too much lately that

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