1. 13 10月, 2007 1 次提交
    • K
      Driver core: change add_uevent_var to use a struct · 7eff2e7a
      Kay Sievers 提交于
      This changes the uevent buffer functions to use a struct instead of a
      long list of parameters. It does no longer require the caller to do the
      proper buffer termination and size accounting, which is currently wrong
      in some places. It fixes a known bug where parts of the uevent
      environment are overwritten because of wrong index calculations.
      
      Many thanks to Mathieu Desnoyers for finding bugs and improving the
      error handling.
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      7eff2e7a
  2. 11 5月, 2007 1 次提交
  3. 28 4月, 2007 1 次提交
  4. 13 4月, 2007 2 次提交
  5. 11 7月, 2006 1 次提交
  6. 23 6月, 2006 1 次提交
    • J
      [ALSA] snd-aoa: add snd-aoa · f3d9478b
      Johannes Berg 提交于
      This large patch adds all of snd-aoa.
      Consisting of many modules, it currently replaces snd-powermac
      for all layout-id based machines and handles many more (for
      example new powerbooks and powermacs with digital output that
      previously couldn't be used at all).
      It also has support for all layout-IDs that Apple has (judging
      from their Info.plist file) but not all are tested.
      The driver currently has 2 known regressions over snd-powermac:
       * it doesn't handle powermac 7,2 and 7,3
       * it doesn't have a DRC control on snapper-based machines
      I will fix those during the 2.6.18 development cycle.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f3d9478b