1. 07 6月, 2011 1 次提交
  2. 23 5月, 2011 1 次提交
  3. 20 5月, 2011 5 次提交
  4. 19 5月, 2011 1 次提交
  5. 18 5月, 2011 1 次提交
  6. 09 5月, 2011 1 次提交
  7. 22 4月, 2011 2 次提交
  8. 24 3月, 2011 1 次提交
  9. 22 3月, 2011 3 次提交
  10. 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
  11. 17 3月, 2011 1 次提交
  12. 14 3月, 2011 1 次提交
  13. 13 3月, 2011 1 次提交
  14. 17 2月, 2011 1 次提交
  15. 03 2月, 2011 3 次提交
  16. 01 2月, 2011 1 次提交
  17. 31 1月, 2011 1 次提交
  18. 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
  19. 20 1月, 2011 1 次提交
  20. 12 1月, 2011 4 次提交
  21. 08 1月, 2011 1 次提交
  22. 16 12月, 2010 1 次提交
  23. 02 11月, 2010 1 次提交
  24. 04 10月, 2010 1 次提交
  25. 22 9月, 2010 1 次提交
  26. 01 9月, 2010 1 次提交
  27. 25 8月, 2010 1 次提交
  28. 23 8月, 2010 1 次提交
    • N
      HID: add support for two Waltop tablets · 72a46344
      Nikolai Kondrashov 提交于
      Add support for Waltop Slim Tablet 5.8 inch and Media Tablet 10.6 inch.
      
      These (and other Waltop) tablets are usually sold by different companies
      (such as Genius and Trust) and with different names, but with the same USB
      vendor/product IDs.
      
      Slim Tablet 5.8 inch is known to also be sold as Genius G-Pen F350 and Trust
      Widescreen Mini Tablet (item no 16485).
      
      Media Tablet 10.6 inch is known to also be sold as Genius G-Pen M609 and
      M609X. Of these only the latter is known to be supported.
      Signed-off-by: NNikolai Kondrashov <spbnick@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      72a46344