1. 21 Jul, 2010 3 commits
  2. 20 Jul, 2010 2 commits
  3. 17 Jul, 2010 1 commit
  4. 16 Jul, 2010 1 commit
  5. 14 Jul, 2010 1 commit
  6. 30 Jun, 2010 1 commit
    • Feng Tang's avatar
      Input: i8042 - mark stubs in i8042.h "static inline" · c59690fa
      Feng Tang authored
      Otherwise we may run into following:
      
      drivers/platform/built-in.o: In function `i8042_lock_chip':
      /home/test/ws2/projects/linux-2.6/include/linux/i8042.h:50: multiple definition of `i8042_lock_chip'
      drivers/input/serio/built-in.o:/home/test/ws2/projects/linux-2.6/include/linux/i8042.h:50: first defined here
      ...
      make[1]: *** [drivers/built-in.o] Error 1
      make: *** [drivers] Error 2
      Signed-off-by: default avatarFeng Tang <feng.tang@intel.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      c59690fa
  7. 25 Jun, 2010 1 commit
  8. 22 Jun, 2010 3 commits
    • Ping Cheng's avatar
      Input: wacom - fix serial number handling on Cintiq 21UX2 · 493630b2
      Ping Cheng authored
      Cintiq 21UX2 added 8 more bits for the tool serial number and more
      buttons for the expresskey. We did not enable them properly in the
      last patch.
      Signed-off-by: default avatarPing Cheng <pingc@wacom.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      493630b2
    • Randy Dunlap's avatar
      Input: fixup X86_MRST selects · 0b28bac5
      Randy Dunlap authored
      Some of the recent X86_MRST additions make some "select"s
      conditional on X86_MRST but missed some related kconfig symbols,
      causing:
      
      drivers/built-in.o: In function `ps2_end_command':
      (.text+0x257ab2): undefined reference to `i8042_check_port_owner'
      drivers/built-in.o: In function `ps2_end_command':
      (.text+0x257ae1): undefined reference to `i8042_unlock_chip'
      drivers/built-in.o: In function `ps2_begin_command':
      (.text+0x257b40): undefined reference to `i8042_check_port_owner'
      drivers/built-in.o: In function `ps2_begin_command':
      (.text+0x257b6f): undefined reference to `i8042_lock_chip'
      
      when SERIO_I8042=m, SERIO_LIBPS2=y, KEYBOARD_ATKBD=y.
      
      We need to make i8042 dependant upon !X86_MRST and allow deselecting
      atkbd on Moorestown even when !CONFIG_EMBEDDED.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Jacob Pan <jacob.jun.pan@intel.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      0b28bac5
    • Dmitry Torokhov's avatar
      0e789314
  9. 12 Jun, 2010 1 commit
  10. 11 Jun, 2010 26 commits