1. 04 1月, 2009 6 次提交
  2. 28 11月, 2008 1 次提交
  3. 23 11月, 2008 1 次提交
  4. 20 11月, 2008 2 次提交
  5. 17 11月, 2008 1 次提交
  6. 14 11月, 2008 1 次提交
  7. 13 11月, 2008 7 次提交
  8. 11 11月, 2008 1 次提交
  9. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  10. 30 10月, 2008 1 次提交
    • A
      HID: add quirk entry for no-name keyboard (0x13ba/0x0017) · fa157bdf
      Alan Stern 提交于
      This patch (as1157) adds a no-name PS/2-to-USB keyboard+mouse adapter
      to the hid-dell driver.  (The device shows up with a Product string
      saying "Generic USB K/B", nothing more.)  This will force an initial
      "Set-LEDs" report to be sent to the device, without which it won't
      send any keystroke information.  Several bug reports mentioning this
      device have been filed in various forums; the patch should resolve
      them.
      
      This is just a temporary stop-gap for 2.6.28.  A later patch for
      2.6.29 will introduce a more generic mechanism for "Set-LEDs", making
      this change (and the entire hid-dell driver) unnecessary.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      fa157bdf
  11. 27 10月, 2008 2 次提交
  12. 23 10月, 2008 3 次提交
  13. 22 10月, 2008 2 次提交
  14. 20 10月, 2008 2 次提交
  15. 18 10月, 2008 2 次提交
  16. 17 10月, 2008 3 次提交
  17. 16 10月, 2008 3 次提交
  18. 15 10月, 2008 1 次提交
    • J
      HID: build drivers for all quirky devices by default · 9be7bbd5
      Jiri Kosina 提交于
      Once kernel configuration has CONFIG_HID turned on, let also all the
      specialized drivers for quirky devices to be built (unless CONFIG_EMBEDDED is
      specified), as usually users don't care that much which driver
      gives them the functionality, but when they want generic support, they
      probably want to have support for all the quirky devices as well.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      9be7bbd5