1. 11 12月, 2007 1 次提交
  2. 17 10月, 2007 1 次提交
  3. 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
  4. 19 7月, 2007 1 次提交
  5. 08 5月, 2007 1 次提交
    • B
      add new_id to PCMCIA drivers · 6179b556
      Bernhard Walle 提交于
      PCI drivers have the new_id file in sysfs which allows new IDs to be added
      at runtime.  The advantage is to avoid re-compilation of a driver that
      works for a new device, but it's ID table doesn't contain the new device.
      This mechanism is only meant for testing, after the driver has been tested
      successfully, the ID should be added in source code so that new revisions
      of the kernel automatically detect the device.
      
      The implementation follows the PCI implementation. The interface is documented
      in Documentation/pcmcia/driver.txt. Computations should be done in userspace,
      so the sysfs string contains the raw structure members for matching.
      Signed-off-by: NBernhard Walle <bwalle@suse.de>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6179b556
  6. 08 2月, 2007 1 次提交
  7. 05 12月, 2006 5 次提交
  8. 26 11月, 2006 1 次提交
  9. 22 11月, 2006 1 次提交
  10. 21 11月, 2006 1 次提交
  11. 26 10月, 2006 2 次提交
  12. 02 6月, 2006 1 次提交
  13. 22 4月, 2006 4 次提交
  14. 31 3月, 2006 16 次提交
  15. 11 3月, 2006 1 次提交
  16. 01 3月, 2006 1 次提交
    • D
      [PATCH] pcmcia: properly handle pseudo multi-function devices · 82d56e6d
      Dominik Brodowski 提交于
      The second pseudo multi-function device of a PCMCIA card may only be
      configured once the first one is initialized. Therefore, delay the
      registration of the second device until the first one is initialized.
      
      Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net
      82d56e6d
  17. 14 1月, 2006 1 次提交