1. 09 5月, 2011 1 次提交
  2. 22 4月, 2011 2 次提交
  3. 24 3月, 2011 1 次提交
  4. 22 3月, 2011 2 次提交
  5. 17 3月, 2011 1 次提交
  6. 14 3月, 2011 1 次提交
  7. 13 3月, 2011 1 次提交
  8. 17 2月, 2011 1 次提交
  9. 03 2月, 2011 3 次提交
  10. 01 2月, 2011 1 次提交
  11. 31 1月, 2011 1 次提交
  12. 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
  13. 20 1月, 2011 1 次提交
  14. 12 1月, 2011 4 次提交
  15. 08 1月, 2011 1 次提交
  16. 16 12月, 2010 1 次提交
  17. 02 11月, 2010 1 次提交
  18. 04 10月, 2010 1 次提交
  19. 22 9月, 2010 1 次提交
  20. 01 9月, 2010 1 次提交
  21. 25 8月, 2010 1 次提交
  22. 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
  23. 10 8月, 2010 2 次提交
  24. 19 7月, 2010 2 次提交
  25. 14 7月, 2010 1 次提交
  26. 29 6月, 2010 1 次提交
  27. 31 5月, 2010 1 次提交
  28. 25 5月, 2010 1 次提交
    • S
      HID: roccat: propagate special events of roccat hardware to userspace · 206f5f2f
      Stefan Achatz 提交于
      Module roccat is a char device used to report special events of roccat hardware
      to userland. These events include requests for on-screen-display of profile or
      dpi settings or requests for execution of macro sequences that are not stored
      in device. The information in these events depends on hid device implementation
      and contains data that is not available in a single hid event or else hidraw
      could have been used.
      
      It is inspired by hidraw, but uses only one circular buffer for all readers.
      The device is as generic as possible so that the functionality is usable by all
      (kone and upcomming) roccat device drivers.
      Signed-off-by: NStefan Achatz <erazor_de@users.sourceforge.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      206f5f2f
  29. 21 5月, 2010 1 次提交
    • J
      HID: fix up 'EMBEDDED' mess in Kconfig · 73d5e8f7
      Jiri Kosina 提交于
      The whole point of making some of the drivers automatically selected
      unless 'EMBEDDED' was to handle quirks transparently after their separation
      from the generic core.
      
      Over time, some of the later-added quirks grew into more standalone drivers,
      implementing non-trivial features a being larger than a few bytes of code.
      
      In addition to that, some of the standalone drivers don't make sense for
      99.9% of the users, as they are very specific to rare devices.
      
      Therefore build by default in only those drivers which
      
      - we historically used to support even before quirk separation from the
        core code
      - are isolated enough and likely to hit quite large portion of the
        users anyway (Microsoft, Logitech)
      Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      73d5e8f7
  30. 17 5月, 2010 2 次提交