Age | Commit message (Expand) | Author |
2008-08-16 | If dwMaxPayloadTransferSize doesn't exactly match to an existing | Marcus Glocker |
2008-08-16 | Spacing. | Marcus Glocker |
2008-08-16 | Sync ehci isochronous part with NetBSD: | Marcus Glocker |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
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 | Add isochronous xfer support for ehci(4). From NetBSD. | Marcus Glocker |
2008-08-09 | Regen | Miod Vallat |
2008-08-09 | Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. | Miod Vallat |
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-08 | if we fail to extract the mbuf in the Rx routine, increment | Thordur I. Bjornsson |
2008-08-08 | sync | Reyk Floeter |
2008-08-08 | add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4) | Reyk Floeter |
2008-08-03 | revert part of rev. 1.65 where we set the address earlier. this seems | Federico G. Schwindt |
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-30 | sync | Theo de Raadt |
2008-07-30 | sync | Theo de Raadt |
2008-07-30 | add 2nd sierra MC5725 correctly | Theo de Raadt |
2008-07-30 | Add an alternate ID for Sierra Wireless MC5725 modem, found | Can Erkin Acar |
2008-07-30 | Free the correct buffer list on failure. | Damien Bergamini |
2008-07-29 | The stream header length and flags field are uint8_t not int. | Marcus Glocker |
2008-07-28 | When getting the string descriptors, fetch 2 bytes (size and type) first, | Federico G. Schwindt |
2008-07-28 | add another 3G modems support to umsm(4). | Yojiro Uo |
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 | Remove some obsolete XXX comments. | 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-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-07-20 | Huawei E618 and E620 is not compatible with ubsa(4). | Yojiro Uo |
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 |