1. 10 5月, 2010 1 次提交
  2. 21 4月, 2010 1 次提交
  3. 18 2月, 2010 1 次提交
  4. 08 12月, 2009 1 次提交
    • D
      pcmcia: CodingStyle fixes · 9fea84f4
      Dominik Brodowski 提交于
      Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer
      reports errors in the PCMCIA core. The remaining warnings mostly relate to
      wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80
      characters and to hundreds of typedefs. The cleanup of those will follow
      in the future.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      9fea84f4
  5. 29 11月, 2009 5 次提交
  6. 09 11月, 2009 3 次提交
  7. 31 8月, 2008 3 次提交
  8. 29 8月, 2008 2 次提交
  9. 23 8月, 2008 3 次提交
  10. 03 8月, 2008 1 次提交
  11. 24 6月, 2008 1 次提交
  12. 17 10月, 2007 1 次提交
  13. 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
  14. 31 3月, 2006 10 次提交
  15. 06 1月, 2006 4 次提交
  16. 10 9月, 2005 1 次提交
  17. 13 7月, 2005 1 次提交