1. 30 Jan, 2005 6 commits
    • Jody McIntyre's avatar
      · f49f60e4
      Jody McIntyre authored
      Fixes a bug in the channel reservation :
      If dma resources allocation fails, the channel was not freed.  I fixed
      that by marking the channel allocated after the dma resources allocation
      succeeded.  Also changed the error return value from ioctl.
      
      Signed-off-by: Philippe De Muyter <phdm at macqel dot be>
      Signed-off-by: default avatarDan Dennedy <dan@dennedy.org>
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      f49f60e4
    • Jody McIntyre's avatar
      Damien Douxchamps: · c914a1a9
      Jody McIntyre authored
      I have tested and updated a patch from Randy Dunlap that fixes missing
      entries in the modules.ieee1394map file. The patch is against latest SVN
      (1234).
      
      The patch adds the following entries for IIDC cameras that would not be
      detected otherwise:
      
      video1394            0x0000000c  0x000000  0x000000 0x00a02d     0x000101
      video1394            0x0000000c  0x000000  0x000000 0x00a02d     0x000102
      raw1394              0x0000000c  0x000000  0x000000 0x00a02d     0x000101
      raw1394              0x0000000c  0x000000  0x000000 0x00a02d     0x000102
      
      This is necessary because the IIDC consortium interpreted the 1394
      specifications differently. They have been summoned by the 1394TA to
      change their numbering policy so that these entries are final and will
      not grow forever in number.
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      c914a1a9
    • Jody McIntyre's avatar
      From Stefan Richter: · 7b49acb3
      Jody McIntyre authored
      In trunk/ohci1394.c, duplicate code has slipped in which sets 
      max_packet_size to 512 and prints a log notice. See "Serial EEPROM 
      Sanity check" further down in ohci_initialize(). Since the latter code 
      is more appropriate, the former is deleted by the attached patch.
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      7b49acb3
    • Jody McIntyre's avatar
      This patch makes sure we check the return value of copy_to_user() in · 7759ec82
      Jody McIntyre authored
      drivers/ieee1394/raw1394.c::raw1394_read() with the added bonus of
      silencing this warning:
      include/asm/uaccess.h: In function `raw1394_read':
      drivers/ieee1394/raw1394.c:446: warning: ignoring return value of `__copy_to_user', declared with attribute warn_unused_result
      
      I've submitted this before, but never got an ACK or NACK, and the patch is
      still relevant against latest Linus bk (2.6.10-rc2-bk11 atm).
      Signed-off-by: default avatarJesper Juhl <juhl-lkml@dif.dk>
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      7759ec82
    • Jody McIntyre's avatar
      Olaf Hering: Fix sw-suspend issue · 0f190ca5
      Jody McIntyre authored
      sw-suspend does not work with our kernel.
      khpsbpkt will die because down_interruptible returns -EINTR on suspend.
      As a result, hpsb packet delivery will not work anymore after resume.
      Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
      0f190ca5
    • Jody McIntyre's avatar
  2. 29 Jan, 2005 6 commits
  3. 28 Jan, 2005 1 commit
  4. 27 Jan, 2005 2 commits
  5. 28 Jan, 2005 1 commit
  6. 27 Jan, 2005 16 commits
  7. 26 Jan, 2005 4 commits
  8. 25 Jan, 2005 4 commits