1. 14 9月, 2006 1 次提交
  2. 19 7月, 2006 4 次提交
  3. 06 7月, 2006 3 次提交
  4. 26 6月, 2006 2 次提交
  5. 01 6月, 2006 1 次提交
  6. 30 5月, 2006 2 次提交
  7. 29 4月, 2006 2 次提交
  8. 26 4月, 2006 2 次提交
  9. 02 4月, 2006 1 次提交
  10. 29 3月, 2006 1 次提交
  11. 14 3月, 2006 1 次提交
    • D
      Input: fix input_free_device() implementation · 493a7e0d
      Dmitry Torokhov 提交于
      input_free_device can't just call kfree because if input_register_device
      fails after successfully registering corresponding class device there
      is a chance that someone could get a reference to it. We need to use
      input_put_device() to make sure that we don't delete input device until
      last reference to it was dropped.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      493a7e0d
  12. 19 2月, 2006 1 次提交
  13. 05 1月, 2006 2 次提交
    • R
      [PATCH] Input: fix add modalias support build error · e39b8433
      Rusty Russell 提交于
      Fix build when scripts/mod/file2alias.c includes linux/input.h, which
      tries to include /usr/include/linux/mod_devicetable.h:
      
       In file included from scripts/mod/file2alias.c:40:
       include/linux/input.h:21:35: linux/mod_devicetable.h: No such file or directory
       make[2]: *** [scripts/mod/file2alias.o] Error 1
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e39b8433
    • R
      [PATCH] Input: add modalias support · 1d8f430c
      Rusty Russell 提交于
      Here's the patch for modalias support for input classes.  It uses
      comma-separated numbers, and doesn't describe all the potential keys (no
      module currently cares, and that would make the strings huge).  The
      changes to input.h are to move the definitions needed by file2alias
      outside __KERNEL__.  I chose not to move those definitions to
      mod_devicetable.h, because there are so many that it might break compile
      of something else in the kernel.
      
      The rest is fairly straightforward.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      CC: Kay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1d8f430c
  14. 03 11月, 2005 1 次提交
  15. 29 10月, 2005 4 次提交
  16. 22 10月, 2005 1 次提交
  17. 08 9月, 2005 1 次提交
  18. 05 9月, 2005 1 次提交
  19. 30 6月, 2005 1 次提交
  20. 21 6月, 2005 1 次提交
  21. 29 5月, 2005 1 次提交
  22. 01 5月, 2005 1 次提交
  23. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4