1. 17 Aug, 2002 2 commits
    • Simon Evans's avatar
      [PATCH] konicawc - make snapshot button into input device · 1fdbdfe7
      Simon Evans authored
      This patch presents the snapshot button on the camera as an
      event input device.
      1fdbdfe7
    • Simon Evans's avatar
      [PATCH] cleanup RingQueue_* functions in usbvideo.c · ddce103b
      Simon Evans authored
      This patch against 2.5.31 cleans up the RingQueue_* functions
      
      - make the buffer length be a power of 2 to speed up index manipulation
      - make RingQueue_Dequeue use memcpy() rather than a byte by byte copy
      - make RingQueue_Enqueue use memcpy() instead of memmove() as the memory
        regions do not overlap
      - Add RingQueue_Flush() and RingQueue_GetFreeSpace()
      - make RingQueue_GetLength() an inline
      ddce103b
  2. 16 Aug, 2002 5 commits
  3. 17 Aug, 2002 1 commit
  4. 16 Aug, 2002 14 commits
  5. 17 Aug, 2002 6 commits
  6. 16 Aug, 2002 2 commits
  7. 15 Aug, 2002 10 commits