Age | Commit message (Expand) | Author |
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 |
2008-07-14 | Make VIDIOC_ENUM_FMT list all available formats for the attached device. | Marcus Glocker |
2008-07-14 | Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED). | Marcus Glocker |
2008-07-13 | Spacing. | Marcus Glocker |
2008-07-13 | Save format and frame descriptors to a format group structure so we | Marcus Glocker |
2008-07-10 | Make cams with Sonix chipset work by avoiding excessive alternate | Marcus Glocker |
2008-07-07 | - Improve negotation and fix some more DPRINTFs. | Marcus Glocker |
2008-07-06 | When the device gets close switch back from alternate interface to | Marcus Glocker |
2008-07-03 | Add struct for VC_EXTENSION_UNIT and dump it in debug mode. | Marcus Glocker |
2008-07-02 | Add first bits to support uncompressed format. | Marcus Glocker |
2008-07-01 | Spacing. | Marcus Glocker |
2008-06-30 | - Free mmap buffer on close/detach. | Marcus Glocker |
2008-06-26 | Make video stream work properly on uhci and ohci by adding an ohci | Marcus Glocker |
2008-06-23 | Don't bzero() the USB buffer before every xfer. This was just for debug | Marcus Glocker |
2008-06-22 | If no frame gets queue for a certain time, return EINVAL to the userland | Marcus Glocker |
2008-06-15 | One more printf -> DPRINTF in the USB xfer callback. | Marcus Glocker |
2008-06-15 | Make frame queueing reliable by setting tsleep() priorities to 0. | Marcus Glocker |
2008-06-15 | Move noisy frame queueing debug messages up to debug level 2. | Marcus Glocker |
2008-06-15 | if we are trying to attach to ehci(4) notify the user to disable it | Robert Nagy |
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy |
2008-06-11 | If bDefaultFrameIndex is 0 we should use the first bFrameIndex. | Robert Nagy |
2008-06-10 | add VIDIOC_QUERYCTRL to the supported ioctls | Robert Nagy |