Skip to content
Snippets Groups Projects
This project is mirrored from https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git. Pull mirroring updated .
  1. Jun 14, 2005
  2. May 28, 2005
    • Benjamin Herrenschmidt's avatar
      [PATCH] ppc32: Fix Alsa PowerMac driver on old machines · 9ae250d1
      Benjamin Herrenschmidt authored
      
      The g5 support code broke some earlier models unfortunately as those bail
      out early from the detect function, before the point where I added the code
      to locate the PCI device for use with DMA allocations.
      
      This patch fixes it.
      
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      9ae250d1
    • Adrian Bunk's avatar
      Input: · 668d1e60
      Adrian Bunk authored
      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: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      668d1e60
  3. May 06, 2005
  4. May 05, 2005
  5. May 02, 2005
  6. May 01, 2005
  7. Apr 26, 2005
  8. Apr 24, 2005
  9. Apr 16, 2005
Loading