1. 22 Jul, 2005 7 commits
  2. 21 Jul, 2005 2 commits
  3. 20 Jul, 2005 1 commit
  4. 19 Jul, 2005 16 commits
  5. 18 Jul, 2005 9 commits
  6. 15 Jul, 2005 3 commits
  7. 14 Jul, 2005 2 commits
    • Matthias Urlichs's avatar
      [PATCH] Option Card driver update, Maintainer entry · ba460e48
      Matthias Urlichs authored
      This patch updates the Option Card driver:
      - remove a deadlock
      - add sponsor notice
      - add new card
      - renamed the device to what's usually printed on it
      - removed some dead code
      - clean up a bunch of irregular whitespace (end-of-line, tabs)
      
      Also add a MAINTAINERS entry for the Option Card driver.
      Signed-Off-By: default avatarMatthias Urlichs <smurf@smurf.noris.de>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      ba460e48
    • Olaf Hering's avatar
      [PATCH] ratelimit the ieee1394 IR legacy activated messages · 98848fa8
      Olaf Hering authored
      running coriander1 with an Apple iSight produces lots of dmesg output.
      
      Jul 13 22:14:17 ibook kernel: ieee1394: raw1394: /dev/raw1394 device initialized
      Jul 13 22:15:28 ibook kernel: ohci1394: fw-host0: IR legacy activated
      Jul 13 22:15:59 ibook last message repeated 208 times
      Jul 13 22:17:00 ibook last message repeated 762 times
      Jul 13 22:18:01 ibook last message repeated 914 times
      Jul 13 22:18:17 ibook last message repeated 238 times
      Jul 13 22:18:17 ibook kernel: ieee1394: unsolicited response packet received - no tlabel match
      Jul 13 22:18:17 ibook kernel: ohci1394: fw-host0: IR legacy activated
      
      its less noisy with the patch:
      
      Jul 14 08:03:08 ibook kernel: ieee1394: raw1394: /dev/raw1394 device initialized
      Jul 14 08:03:26 ibook kernel: ohci1394: fw-host0: IR legacy activated
      Jul 14 08:03:42 ibook last message repeated 10 times
      Jul 14 08:03:47 ibook kernel: printk: 63 messages suppressed.
      Jul 14 08:03:47 ibook kernel: ohci1394: fw-host0: IR legacy activated
      Jul 14 08:03:52 ibook kernel: printk: 74 messages suppressed.
      Signed-off-by: default avatarOlaf Hering <olh@suse.de>
      Cc: Jody McIntyre <scjody@modernduck.com>
      Cc: Ben Collins <bcollins@debian.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      98848fa8