1. 02 12月, 2010 1 次提交
  2. 12 10月, 2010 1 次提交
  3. 21 4月, 2010 1 次提交
  4. 06 2月, 2010 1 次提交
  5. 03 2月, 2010 1 次提交
    • J
      HID: make raw reports possible for both feature and output reports · d4bfa033
      Jiri Kosina 提交于
      In commit 2da31939 ("Bluetooth: Implement raw output support for HIDP
      layer"), support for Bluetooth hid_output_raw_report was added, but it
      pushes the data to the intr socket instead of the ctrl one. This has been
      fixed by 6bf8268f ("Bluetooth: Use the control channel for raw HID reports")
      
      Still, it is necessary to distinguish whether the report in question should be
      either FEATURE or OUTPUT. For this, we have to extend the generic HID API,
      so that hid_output_raw_report() callback provides means to specify this
      value so that it can be passed down to lower level hardware drivers (currently
      Bluetooth and USB).
      
      Based on original patch by Bastien Nocera <hadess@hadess.net>
      Acked-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d4bfa033
  6. 30 1月, 2010 1 次提交
  7. 18 12月, 2009 1 次提交
  8. 04 12月, 2009 1 次提交
  9. 17 9月, 2009 1 次提交
  10. 23 8月, 2009 3 次提交
  11. 30 11月, 2008 1 次提交
  12. 15 10月, 2008 5 次提交
  13. 15 7月, 2008 1 次提交
  14. 05 2月, 2008 2 次提交
  15. 29 1月, 2008 1 次提交
  16. 22 10月, 2007 1 次提交
  17. 20 10月, 2007 1 次提交
  18. 11 10月, 2007 1 次提交
  19. 18 7月, 2007 1 次提交
    • R
      Freezer: make kernel threads nonfreezable by default · 83144186
      Rafael J. Wysocki 提交于
      Currently, the freezer treats all tasks as freezable, except for the kernel
      threads that explicitly set the PF_NOFREEZE flag for themselves.  This
      approach is problematic, since it requires every kernel thread to either
      set PF_NOFREEZE explicitly, or call try_to_freeze(), even if it doesn't
      care for the freezing of tasks at all.
      
      It seems better to only require the kernel threads that want to or need to
      be frozen to use some freezer-related code and to remove any
      freezer-related code from the other (nonfreezable) kernel threads, which is
      done in this patch.
      
      The patch causes all kernel threads to be nonfreezable by default (ie.  to
      have PF_NOFREEZE set by default) and introduces the set_freezable()
      function that should be called by the freezable kernel threads in order to
      unset PF_NOFREEZE.  It also makes all of the currently freezable kernel
      threads call set_freezable(), so it shouldn't cause any (intentional)
      change of behaviour to appear.  Additionally, it updates documentation to
      describe the freezing of tasks more accurately.
      
      [akpm@linux-foundation.org: build fixes]
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Acked-by: NNigel Cunningham <nigel@nigel.suspend2.net>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Oleg Nesterov <oleg@tv-sign.ru>
      Cc: Gautham R Shenoy <ego@in.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      83144186
  20. 08 7月, 2007 1 次提交
  21. 11 5月, 2007 1 次提交
  22. 09 5月, 2007 1 次提交
  23. 29 3月, 2007 1 次提交
  24. 23 3月, 2007 1 次提交
  25. 27 2月, 2007 2 次提交
  26. 11 2月, 2007 1 次提交
  27. 20 10月, 2006 1 次提交
  28. 16 10月, 2006 2 次提交
  29. 29 9月, 2006 1 次提交
  30. 13 7月, 2006 1 次提交
  31. 01 7月, 2006 1 次提交