1. 29 11月, 2009 5 次提交
  2. 09 11月, 2009 3 次提交
  3. 31 8月, 2008 3 次提交
  4. 29 8月, 2008 2 次提交
  5. 23 8月, 2008 3 次提交
  6. 03 8月, 2008 1 次提交
  7. 24 6月, 2008 1 次提交
  8. 17 10月, 2007 1 次提交
  9. 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
  10. 31 3月, 2006 10 次提交
  11. 06 1月, 2006 4 次提交
  12. 10 9月, 2005 1 次提交
  13. 13 7月, 2005 1 次提交
  14. 08 7月, 2005 3 次提交
  15. 28 6月, 2005 1 次提交