Age | Commit message (Expand) | Author |
2008-12-08 | do device classification for non-UVC and firmware-needing devices together | Theo de Raadt |
2008-12-08 | - Firmware header field "len" for Ricoh devices is uint8_t not uint16_t. | Marcus Glocker |
2008-12-08 | Add ability to load firmware for devices which require it. | Marcus Glocker |
2008-12-06 | No need to set dwMaxVideoFrameSize and dwMaxPayloadTransferSize to 0 | Marcus Glocker |
2008-12-04 | fix typo in the dwFrameInterval comment | Yojiro Uo |
2008-12-03 | - Fix unit for dwFrameInterval in DPRINTF. | Marcus Glocker |
2008-12-03 | Fix error handling for usbd_transfer(). | Marcus Glocker |
2008-12-03 | add UYVY video format support for uncompressed video | Yojiro Uo |
2008-12-03 | change UVC VS negotiation logic. | Yojiro Uo |
2008-12-03 | fix USB packet size handling of uvideo(4) | Yojiro Uo |
2008-11-30 | Setup three isoc transfers at a time so we don't miss frames. This fixes | Marcus Glocker |
2008-11-24 | More sanitizing for wrong bDefaultFrameIndex values. Fixes a panic | Marcus Glocker |
2008-11-10 | One more replacement; 2 -> UVIDEO_SH_MIN_LEN | Marcus Glocker |
2008-11-09 | Make own struct for the stream header instead saving the data in single | Marcus Glocker |
2008-11-09 | Add BULK xfer support. | Marcus Glocker |
2008-11-06 | Fix a small bug which made it impossible to use more than one | Marcus Glocker |
2008-10-26 | Fix IOERRORs seen on some devices after a few open / close cycles. | Marcus Glocker |
2008-10-04 | When closing the video stream switch back to default interface as last | Marcus Glocker |
2008-08-24 | Get VIDIOC_G_FMT working (makes ekiga happy). | Marcus Glocker |
2008-08-24 | Use consistent variable names; curr -> cur, err -> error. | Marcus Glocker |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker |
2008-08-16 | If dwMaxPayloadTransferSize doesn't exactly match to an existing | Marcus Glocker |
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker |
2008-08-12 | Don't process xfers which have the stream error bit set in the stream | Marcus Glocker |
2008-08-11 | Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4) | Marcus Glocker |
2008-08-10 | Prepare for ehci: | Marcus Glocker |
2008-08-09 | Revert last commit, it doesn't always help, we need to find another | Marcus Glocker |
2008-08-09 | Prepare for ehci: If GET_DEF request has failed, wait a moment before | Marcus Glocker |
2008-08-02 | Use correct terms as in the specs; | Marcus Glocker |
2008-08-02 | Better wording for a comment. | Marcus Glocker |
2008-08-02 | Spacing, sorting, and remove an unused prototype. | Marcus Glocker |
2008-08-02 | Woops, remove #undef which was committed by mistake. | Marcus Glocker |
2008-08-02 | Don't print error message if GET_DEF request fails, since this is common | Marcus Glocker |
2008-08-02 | If a format descriptor doesn't contain any frame descriptors even if it | Marcus Glocker |
2008-08-02 | Fix typo. Reported by Maxim Belooussov. | Marcus Glocker |
2008-08-01 | - Use defined return values wherever possible instead inventing | Marcus Glocker |
2008-08-01 | If no format descriptors have been found, abort attachment. Adjust some | Marcus Glocker |
2008-07-31 | - Don't relay on bFormatIndex as an internal array index, since this | Marcus Glocker |
2008-07-29 | The stream header length and flags field are uint8_t not int. | Marcus Glocker |
2008-07-26 | Since we are able to change the device image resolution on the fly in the | Marcus Glocker |
2008-07-25 | After our recent changes, VIDIOC_S_FMT didn't always return the correct | Marcus Glocker |
2008-07-25 | Not all devices support GET_DEF, fall back on GET_CUR if so. | Marcus Glocker |
2008-07-24 | Simplify uvideo_enum_fmt(), no functional changes. | Marcus Glocker |
2008-07-23 | - Fix potential uvm_fault crash in | Marcus Glocker |
2008-07-22 | There are devices out there which are UVC compatible, but do not show | Marcus Glocker |
2008-07-22 | Spelling, negotation -> negotiation. | Marcus Glocker |
2008-07-22 | Fix uvm_fault crash in uvideo_vs_negotation() which was reported by some | Marcus Glocker |
2008-07-19 | If a resolution which has been requested over VIDEO_TRY_FMT or | Marcus Glocker |
2008-07-18 | For negotation first get the devices default values (GET_DEF) instead | Marcus Glocker |
2008-07-18 | Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can | Marcus Glocker |