1. 09 5月, 2009 3 次提交
  2. 01 5月, 2009 1 次提交
  3. 29 4月, 2009 8 次提交
  4. 27 4月, 2009 1 次提交
    • A
      maple: input: fix up maple mouse driver · 6b348085
      Adrian McMenamin 提交于
      The maple mouse driver currently in mainline is broken:
      
      bash-3.1# modprobe maplemouse
      [   56.886378] input: Dreamcast Mouse as /devices/virtual/input/input3
      [   56.918379] Unable to handle kernel NULL pointer dereference at virtual address 00000004
      [   56.930543] pc = c003304e
      [   56.934973] *pde = 00000000
      [   56.944948] Oops: 0000 [#1]
      [   56.947867] Modules linked in: maplemouse(+)
      [   56.952353]
      [   56.953921] Pid : 1157, Comm: \0x09\0x09modprobe
      [   56.958021] CPU : 0        \0x09\0x09Not tainted  (2.6.30-rc2-00130-g3e98f9f1 #1)
      [   56.958052]
      [   56.966567] PC is at dc_mouse_open+0xe/0x40 [maplemouse]
      [   56.972125] PR is at input_open_device+0x8a/0xc0
      [   56.976944] PC  : c003304e SP  : 8c88bdcc SR  : 40008100 TEA : c0033834
      [   56.983854] R0  : 000006c4 R1  : 00000000 R2  : 40008101 R3  : 00000000
      [   56.990744] R4  : 8c8db800 R5  : c0033080 R6  : 00000005 R7  : 00000200
      [   56.997635] R8  : 8c8db800 R9  : 8c8dbe3c R10 : 00000000 R11 : 8c98881c
      [   57.004525] R12 : 8c8dbe64 R13 : 8ca50140 R14 : 8c88bdd4
      [   57.010063] MACH: 00000497 MACL: 00000348 GBR : 29674440 PR  : 8c1b4d0a
      [   57.016939]
      ...
      
      Here is a fix for this, keeping an open and close, so reducing
      the load on the system when the mouse is not in use, and also properly
      referencing the maple device buffer following the recent update.
      Signed-off-by: NAdrian McMenamin <adrian@mcmen.demon.co.uk>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      6b348085
  5. 25 4月, 2009 1 次提交
  6. 24 4月, 2009 2 次提交
    • D
      Input: ALPS - add signature for Toshiba Satellite Pro M10 · b75d1728
      Dmitry Torokhov 提交于
      This toshiba has a touchpad with trackpoint and 2 sets of left
      and right buttons (above and below touchpad).
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      b75d1728
    • D
      Input: add dm355evm_keys driver · eb990b55
      David Brownell 提交于
      Simple input driver support for the events reported by the
      MSP430 firmware on the DM355 EVM.  Verified using the RC5
      remote included with the kit; docs weren't quite right.
      
      Some of the keycode selections might need improvement; they
      can be remapped, so there's at least a runtime workaround.
      (I also suspect Linux may someday merit more generic support
      for RC5 based remote controls.)
      
      These events don't distinguish key press vs release events,
      so this reports both and then skips the next event if it's
      identical.  The RC5 remote codes include a "toggle" bit that
      can help detect autorepeated keys; but this driver doesn't
      bother with those nuances.
      
      This driver relies on the drivers/mfd/dm355evm_msp.c code
      for core features, including sharing I2C access to this
      firmware with GPIO, LED, and RTC support.
      
      [dtor@mail.ru: fix error unwindng path in probe()]
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      eb990b55
  7. 22 4月, 2009 1 次提交
  8. 20 4月, 2009 1 次提交
  9. 19 4月, 2009 5 次提交
  10. 18 4月, 2009 9 次提交
  11. 16 4月, 2009 3 次提交
  12. 15 4月, 2009 5 次提交