[PATCH] appletouch: add myself as maintainer

2007-10-24 Thread Johannes Berg
After the last patch that broke appletouch for powerbooks again (many more have previously been proposed), I'd like to take over maintainership of this driver to make sure it doesn't break again in the future. Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> --- MAINTAINERS |

Re: bug in evdev_disconnect

2007-04-27 Thread Johannes Berg
Hi Dmitry, > Please try -mm, it should be fixed there. As a temporary work wround > you can also swap list_for_each() and wake_up_interruptible() in > evdev_disconnect(). Alright, thanks! johannes signature.asc Description: This is a digitally signed message part

bug in evdev_disconnect

2007-04-27 Thread Johannes Berg
I'm getting the following when I remove ohci_hcd under some circumstances on current kernels: Apr 27 15:48:42 johannes kernel: [26859.791480] Unable to handle kernel paging request for data at address 0x6b6b6b6b Apr 27 15:48:42 johannes kernel: [26859.791602] Faulting instruction address: 0xf102

Re: [PATCH] don't invert mightymouse hwheel

2007-04-26 Thread Johannes Berg
On Thu, 2007-04-12 at 17:21 -0700, Barton C Massey wrote: > 2) You can use an xorg.conf entry as simple as [as corrected by your subsequent mail] > Section "InputDevice" > Identifier "EvMightyMouse0" > Driver "evdev" > Option "Name" "Mitsumi Electric Apple Optical USB Mouse" >

Re: [PATCH] don't invert mightymouse hwheel

2007-04-23 Thread Johannes Berg
On Mon, 2007-04-23 at 16:07 +0200, Jiri Kosina wrote: > no, that's not the case, the bugreport states that scrolling the wheel > produces no input events at all, i.e. mapping of HID_GD_Z to REL_HWHEEL > (HID_QUIRK_MIGHTYMOUSE quirk) is needed. Good point, strange. Well, that remapping doesn't h

Re: [PATCH] don't invert mightymouse hwheel

2007-04-23 Thread Johannes Berg
On Mon, 2007-04-23 at 15:13 +0200, Jiri Kosina wrote: > This is strange, I have a bugreport in our bugzilla which states that BT > version of the mightymouse needs the very same quirk as USB version. > Recent kernels contain a duplication of the USB quirk for Bluetooth > version of the mouse, i

Re: [PATCH] don't invert mightymouse hwheel

2007-04-13 Thread Johannes Berg
On Thu, 2007-04-12 at 17:21 -0700, Barton C Massey wrote: > 1) Moving the scroll ball to the right sends positive > deltas (to /dev/input/event*), and moving it to the > left sends negative deltas. This is the same as the > mouse itself, of course. My regular mouse sends positiv

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

[PATCH] don't invert mightymouse hwheel

2007-04-12 Thread Johannes Berg
fore removes the INVERT_HWHEEL quirk from the USB mightymouse. I didn't change the bluetooth mightymouse, maybe it has this quirk after all. My USB one definitely doesn't. If the bluetooth version doesn't have that quirk either, we can completely remove the INVERT_HWHEEL quirk. Sig