1. 23 8月, 2011 1 次提交
  2. 21 7月, 2011 1 次提交
  3. 11 7月, 2011 1 次提交
  4. 27 6月, 2011 1 次提交
  5. 13 6月, 2011 1 次提交
  6. 08 6月, 2011 1 次提交
    • S
      HID: Add driver to fix Speedlink VAD Cezanne support · 74bc6953
      Stefan Kriwanek 提交于
      Speedlink VAD Cezanne have a hardware bug that makes the cursor "jump" from one
      place to another every now and then. The issue are relative motion events
      erroneously reported by the device, each having a distance value of +256. This
      256 can in fact never occur due to real motion, therefore those events can
      safely be ignored.  The driver also drops useless EV_REL events with a value of
      0, that the device sends every time it sends an "real" EV_REL or EV_KEY event.
      Signed-off-by: NStefan Kriwanek <mail@stefankriwanek.de>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      74bc6953
  7. 07 6月, 2011 1 次提交
  8. 23 5月, 2011 1 次提交
  9. 20 5月, 2011 5 次提交
  10. 19 5月, 2011 1 次提交
  11. 18 5月, 2011 1 次提交
  12. 09 5月, 2011 1 次提交
  13. 22 4月, 2011 2 次提交
  14. 24 3月, 2011 1 次提交
  15. 22 3月, 2011 3 次提交
  16. 21 3月, 2011 1 次提交
    • J
      HID: add support for Skycable 0x3f07 wireless presenter · d586dca0
      Jiri Kosina 提交于
      This device contains the very same bug in report descriptor as the
      Ortek ones do (i.e. LogicalMinimum == 1, which is wrong for the key
      array).
      
      As we have more reports for the Ortek devices, we are keeping the driver
      name for now. Apparently there is a chip producer which sells chip with
      this buggy descriptor to multiple vendors. Thus if such reports start
      to come at highger frequency, we'll either have to rename the driver
      accordingly, or come up with more generic workaround.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d586dca0
  17. 17 3月, 2011 1 次提交
  18. 14 3月, 2011 1 次提交
  19. 13 3月, 2011 1 次提交
  20. 17 2月, 2011 1 次提交
  21. 03 2月, 2011 3 次提交
  22. 01 2月, 2011 1 次提交
  23. 31 1月, 2011 1 次提交
  24. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  25. 20 1月, 2011 1 次提交
  26. 12 1月, 2011 4 次提交
  27. 08 1月, 2011 1 次提交
  28. 16 12月, 2010 1 次提交