Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Johannes Berg
On Thu, 2007-04-12 at 17:21 -0700, Barton C Massey wrote: > After checking further I've found that my memory is correct. > With the patch as I originally submitted it (including the > INVERT_HWHEEL quirk): > > 1) Moving the scroll ball to the right sends positive > deltas (to /dev/input/ev

Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Johannes Berg
On Thu, 2007-04-12 at 14:25 -0700, Barton C Massey wrote: > > I unfortunately don't have the hardware in question to test with. This X > > configuration is of course perfectly valid. I copied it straight out of the manpage so I'd hope so :> > Give me a day or so to check all this out. I don't

Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Barton C Massey
I wrote: > Section "InputDevice" > Identifier "MouseMightyMouse0" > Driver "mouse" > Option "Device" "/dev/input/mouse1" > Option "Dev Name" "Mitsumi Electric Apple Optical USB Mouse" > EndSection Oops---thinko. The config I'm

Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Barton C Massey
> In message <[EMAIL PROTECTED]> I wrote: > > On Thu, 12 Apr 2007, Johannes Berg wrote: > > > > > This is not true. With this X configuration: > > > > > > Section "InputDevice" > > > Identifier "EvDev" > > > Driver "evdev" > > > Option "SendCoreEven

Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Barton C Massey
In message <[EMAIL PROTECTED]> you wrote: > On Thu, 12 Apr 2007, Johannes Berg wrote: > > > This is not true. With this X configuration: > > > > Section "InputDevice" > > Identifier "EvDev" > > Driver "evdev" > > Option "SendCoreEvents""true" > >

Re: [PATCH 0/7] usbhid: quirks cleanup, add dynamic quirks, ConfigFS interface

2007-04-12 Thread Paul Walmsley
On Thu, 12 Apr 2007, Jiri Kosina wrote: On Thu, 12 Apr 2007, Paul Walmsley wrote: Now, another implementation approach would be to get rid of the quirk type names entirely, to use a path such as: /usbhid/quirks_runtime/: with the last component being a r/w configfs attribute containing the

Re: [PATCH 0/7] usbhid: quirks cleanup, add dynamic quirks, ConfigFS interface

2007-04-12 Thread Jiri Kosina
On Thu, 12 Apr 2007, Paul Walmsley wrote: > Now, another implementation approach would be to get rid of the quirk > type names entirely, to use a path such as: > > /usbhid/quirks_runtime/: > > with the last component being a r/w configfs attribute containing the quirks > value. Is that what y

Re: [PATCH 0/7] usbhid: quirks cleanup, add dynamic quirks, ConfigFS interface

2007-04-12 Thread Paul Walmsley
On Thu, 12 Apr 2007, Jiri Kosina wrote: On Wed, 11 Apr 2007, Paul Walmsley wrote: You're talking about using another static struct hid_blacklist array in place of the struct hid_quirk_types array, right? no, in fact I was just thinking about extending the hid_blacklist[] with additional fiel

Re: [PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Jiri Kosina
On Thu, 12 Apr 2007, Johannes Berg wrote: > This is not true. With this X configuration: > > Section "InputDevice" > Identifier "EvDev" > Driver "evdev" > Option "SendCoreEvents""true" > Option "evBits""+1-2" > Option

Re: [PATCH 0/7] usbhid: quirks cleanup, add dynamic quirks, ConfigFS interface

2007-04-12 Thread Jiri Kosina
On Wed, 11 Apr 2007, Paul Walmsley wrote: > You're talking about using another static struct hid_blacklist array in > place of the struct hid_quirk_types array, right? Hi Paul, no, in fact I was just thinking about extending the hid_blacklist[] with additional field 'name', which will be use

[PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Johannes Berg
Commit a82e49b8aeb9f8dafdf6cf2e617c8b95bf056257 said: Further, the quirks for the Apple Mighty Mouse are not quite right: the horizontal scrolling needs its axis reversed, and the left and center buttons are transposed. This is not true. With this X configuration: Section "InputD