1. 17 11月, 2006 4 次提交
    • S
      Input: MAC mouse button emulation - relax dependencies · 5b44f1aa
      Stelian Pop 提交于
      Mouse button emulation for the one-button mouse Apple machines isn't
      restricted to older ADB based machines. There are PPC Powerbooks where
      the keyboard and the mouse are no longer on the ADB bus but regular USB,
      and users still like (and need) to be able to emulate the middle mouse
      button with F11 and the right mouse button with F12.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5b44f1aa
    • J
      Input: appletouch - use canonical names in USB IDs · e5d9832c
      Julien BLACHE 提交于
      Small readability improvement for appletouch: use canonical names
      instead of raw USB IDs for some of the devices.
      Signed-off-by: NJulien BLACHE <jb@jblache.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e5d9832c
    • J
      Input: appletouch - add Geyser IV support · 009ad0e7
      Julien BLACHE 提交于
      The new Core2 Duo MacBook Pro has a new keyboard+trackpad named
      "Geyser IV".
      
      According to the Info.plist in the OS X kext, it looks like the Geyser
      IV trackpad is identical to the Geyser III trackpad: same IOClass
      (AppleUSBGrIIITrackpad), same acceleration tables.
      Signed-off-by: NJulien BLACHE <jb@jblache.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      009ad0e7
    • J
      Input: appletouch - verious updates for MacBooks · 00081d37
      Jason Parekh 提交于
      Change a bit the finger detection method used by the appletouch
      driver to reduce touchpad "jumpiness":
      
       - Adjust the method for detecting multiple fingers. Previously, it
         recognized a new finger when a low sensor reading is followed by
         a high sensor reading. The new method checks for 'humps' in the
         sensor readings, so there doesn't necessarily have to be a low
         sensor between two high sensors for two fingers to be triggered.
         This allows detecting presence of two fingers on the touchpad
         even when they touch each other.
      
       - Change absolute coordinate calculation to us to get rid of "jumps".
         Instead of using full value from a sensor once it passes the
         threshold subtract theshold value from the reading.
      
       - Allow adjusting threshold value via module parameter.
      
      The patch doesn't seem to affect the Powerbooks but does greatly improve
      the touchpad behaviour on the MacBooks.
      Signed-off-by: NJason Parekh <jasonparekh@gmail.com>
      Signed-off-by: NStelian Pop <stelian@popies.net>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      00081d37
  2. 09 11月, 2006 1 次提交
  3. 06 11月, 2006 4 次提交
  4. 05 11月, 2006 8 次提交
  5. 04 11月, 2006 23 次提交