1. 14 Jan, 2019 3 commits
    • Anders Roxell's avatar
      Input: raspberrypi-ts - fix link error · 4add635b
      Anders Roxell authored
      Fix link error when TOUCHSCREEN_RASPBERRYPI_FW is enabled as a module and
      the dependent module is built-in.  The 'depends on RASPBERRYPI_FIRMWARE' by
      itself prevents the touchscreen driver from being built-in when the
      firmware is configured as a module.  However, the '|| COMPILE_TEST' still
      allows it unless we explicitly prevent that configuration with
      '|| (RASPBERRYPI_FIRMWARE=n && COMPILE_TEST)'.
      
      ld: drivers/input/touchscreen/raspberrypi-ts.o: in function `rpi_ts_probe':
      raspberrypi-ts.c:(.text+0x3a8): undefined reference to `rpi_firmware_get'
      ld: raspberrypi-ts.c:(.text+0x3a8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rpi_firmware_get'
      ld: raspberrypi-ts.c:(.text+0x4c8): undefined reference to `rpi_firmware_property'
      ld: raspberrypi-ts.c:(.text+0x4c8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rpi_firmware_property'
      
      Rework so that TOUCHSCREEN_RASPBERRYPI_FW depends on
      RASPBERRYPI_FIRMWARE=n if COMPILE_TEST is enabled.
      
      Fixes: 0b9f28fe ("Input: add official Raspberry Pi's touchscreen driver")
      Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarAnders Roxell <anders.roxell@linaro.org>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      4add635b
    • Tom Panfil's avatar
      Input: xpad - add support for SteelSeries Stratus Duo · fe2bfd0d
      Tom Panfil authored
      Add support for the SteelSeries Stratus Duo, a wireless Xbox 360
      controller. The Stratus Duo ships with a USB dongle to enable wireless
      connectivity, but it can also function as a wired controller by connecting
      it directly to a PC via USB, hence the need for two USD PIDs. 0x1430 is the
      dongle, and 0x1431 is the controller.
      Signed-off-by: default avatarTom Panfil <tom@steelseries.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      fe2bfd0d
    • Deepa Dinamani's avatar
      Input: input_event - provide override for sparc64 · 2e746942
      Deepa Dinamani authored
      The usec part of the timeval is defined as
      __kernel_suseconds_t	tv_usec; /* microseconds */
      
      Arnd noticed that sparc64 is the only architecture that defines
      __kernel_suseconds_t as int rather than long.
      
      This breaks the current y2038 fix for kernel as we only access and define
      the timeval struct for non-kernel use cases.  But, this was hidden by an
      another typo in the use of __KERNEL__ qualifier.
      
      Fix the typo, and provide an override for sparc64.
      
      Fixes: 152194fe ("Input: extend usable life of event timestamps to 2106 on 32 bit systems")
      Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDeepa Dinamani <deepa.kernel@gmail.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      2e746942
  2. 29 Dec, 2018 3 commits
  3. 22 Dec, 2018 1 commit
  4. 21 Dec, 2018 5 commits
  5. 09 Dec, 2018 3 commits
  6. 03 Dec, 2018 7 commits
  7. 15 Nov, 2018 7 commits
  8. 12 Nov, 2018 7 commits
  9. 22 Oct, 2018 1 commit
  10. 19 Oct, 2018 1 commit
  11. 17 Oct, 2018 1 commit
  12. 15 Oct, 2018 1 commit