1. 22 5月, 2008 1 次提交
  2. 23 1月, 2008 1 次提交
  3. 01 8月, 2007 1 次提交
  4. 18 7月, 2007 1 次提交
  5. 17 7月, 2007 1 次提交
  6. 09 5月, 2007 2 次提交
  7. 12 2月, 2007 2 次提交
  8. 08 12月, 2006 1 次提交
  9. 04 10月, 2006 2 次提交
  10. 02 9月, 2006 1 次提交
  11. 09 8月, 2006 1 次提交
  12. 30 6月, 2006 1 次提交
  13. 26 6月, 2006 1 次提交
  14. 20 6月, 2006 1 次提交
  15. 09 6月, 2006 1 次提交
  16. 28 4月, 2006 1 次提交
  17. 20 4月, 2006 2 次提交
  18. 09 11月, 2005 1 次提交
  19. 24 8月, 2005 2 次提交
  20. 26 6月, 2005 1 次提交
  21. 01 6月, 2005 1 次提交
  22. 28 5月, 2005 1 次提交
    • A
      Input: · 668d1e60
      Adrian Bunk 提交于
      This patch adds dummy gameport_register_port, gameport_unregister_port
      and gameport_set_phys functions to gameport.h for the case when a driver
      can't use gameport.
      
      This fixes the compilation of some OSS drivers with GAMEPORT=n without
      the need to #if inside every single driver.
      
      This patch also removes the non-working and now obsolete SOUND_GAMEPORT.
      
      This patch is also an alternative solution for ALSA drivers with similar
      problems (but #if's inside the drivers might have the advantage of
      saving some more bytes of gameport is not available).
      
      The only user-visible change is that for GAMEPORT=m the affected OSS
      drivers are now allowed to be built statically (but they won't have
      gameport support).
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NVojtech Pavlik <vojtech@suse.cz>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      668d1e60
  23. 17 4月, 2005 2 次提交
    • A
      [PATCH] let SOUND_AD1889 depend on PCI · 5b45c3bb
      Adrian Bunk 提交于
      Compiling SOUND_AD1889 with PCI=n results in the following compile
      error:
      
      sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
      : undefined reference to `pci_release_region'
      
      This patch adds the missing dependency on PCI.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5b45c3bb
    • 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