summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvideo.c
AgeCommit message (Expand)Author
2009-02-270x3 is not really a good number for bit flags. Should fix the LogitechMarcus Glocker
2009-02-21Fix a kernel crash for bulk devices when closing the video stream;Marcus Glocker
2009-02-20Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.Marcus Glocker
2009-02-20Add more Ricoh chipsets to the quirk list which could work.Marcus Glocker
2009-02-20Don't attach non-UISUBCLASS_VIDEOCONTROL interfaces from some quirkMarcus Glocker
2009-02-19the uaa structure (and things it points, for instance ifaces) is onlyTheo de Raadt
2009-02-06Fix kernel crash (page fault) for devices with unsorted frame index.Marcus Glocker
2008-12-22First shoot of the uvideo firmware package.Marcus Glocker
2008-12-22Fix some logic in the isight specific stream header decode functionMarcus Glocker
2008-12-22Sort quirk device list and fix some comments there.Marcus Glocker
2008-12-22Add firmware load for Apple iSight first generation devicesMarcus Glocker
2008-12-17- Extend our quirk device table by a flags field.Marcus Glocker
2008-12-17Backout anonymous union fix, since it breaks V4L ports. we try to fixMarcus Glocker
2008-12-14Give names to anonymous unions.Ray Lai
2008-12-10Fix ohci xfers for some devices by adjusting the number of microframes toMarcus Glocker
2008-12-10Macro spacing. No binary change.Marcus Glocker
2008-12-10use maximum value of dwMaxVideoFrameBufferSize in each vs descriptorsYojiro Uo
2008-12-09Also allow V4L2 apps to recognize the UYVY support.Brad Smith
2008-12-08do device classification for non-UVC and firmware-needing devices togetherTheo de Raadt
2008-12-08- Firmware header field "len" for Ricoh devices is uint8_t not uint16_t.Marcus Glocker
2008-12-08Add ability to load firmware for devices which require it.Marcus Glocker
2008-12-06No need to set dwMaxVideoFrameSize and dwMaxPayloadTransferSize to 0Marcus Glocker
2008-12-04fix typo in the dwFrameInterval commentYojiro Uo
2008-12-03- Fix unit for dwFrameInterval in DPRINTF.Marcus Glocker
2008-12-03Fix error handling for usbd_transfer().Marcus Glocker
2008-12-03add UYVY video format support for uncompressed videoYojiro Uo
2008-12-03change UVC VS negotiation logic.Yojiro Uo
2008-12-03fix USB packet size handling of uvideo(4)Yojiro Uo
2008-11-30Setup three isoc transfers at a time so we don't miss frames. This fixesMarcus Glocker
2008-11-24More sanitizing for wrong bDefaultFrameIndex values. Fixes a panicMarcus Glocker
2008-11-10One more replacement; 2 -> UVIDEO_SH_MIN_LENMarcus Glocker
2008-11-09Make own struct for the stream header instead saving the data in singleMarcus Glocker
2008-11-09Add BULK xfer support.Marcus Glocker
2008-11-06Fix a small bug which made it impossible to use more than oneMarcus Glocker
2008-10-26Fix IOERRORs seen on some devices after a few open / close cycles.Marcus Glocker
2008-10-04When closing the video stream switch back to default interface as lastMarcus Glocker
2008-08-24Get VIDIOC_G_FMT working (makes ekiga happy).Marcus Glocker
2008-08-24Use consistent variable names; curr -> cur, err -> error.Marcus Glocker
2008-08-24Add support for processing unit (e.g. brightness) controls. New V4L2Marcus Glocker
2008-08-16If dwMaxPayloadTransferSize doesn't exactly match to an existingMarcus Glocker
2008-08-13Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query theMarcus Glocker
2008-08-12Don't process xfers which have the stream error bit set in the streamMarcus Glocker
2008-08-11Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4)Marcus Glocker
2008-08-10Prepare for ehci:Marcus Glocker
2008-08-09Revert last commit, it doesn't always help, we need to find anotherMarcus Glocker
2008-08-09Prepare for ehci: If GET_DEF request has failed, wait a moment beforeMarcus Glocker
2008-08-02Use correct terms as in the specs;Marcus Glocker
2008-08-02Better wording for a comment.Marcus Glocker
2008-08-02Spacing, sorting, and remove an unused prototype.Marcus Glocker
2008-08-02Woops, remove #undef which was committed by mistake.Marcus Glocker