summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2008-08-02Don't print error message if GET_DEF request fails, since this is commonMarcus Glocker
2008-08-02If a format descriptor doesn't contain any frame descriptors even if itMarcus Glocker
2008-08-02Fix typo. Reported by Maxim Belooussov.Marcus Glocker
2008-08-01- Use defined return values wherever possible instead inventingMarcus Glocker
2008-08-01If no format descriptors have been found, abort attachment. Adjust someMarcus Glocker
2008-07-31- Don't relay on bFormatIndex as an internal array index, since thisMarcus Glocker
2008-07-30syncTheo de Raadt
2008-07-30syncTheo de Raadt
2008-07-30add 2nd sierra MC5725 correctlyTheo de Raadt
2008-07-30Add an alternate ID for Sierra Wireless MC5725 modem, foundCan Erkin Acar
2008-07-30Free the correct buffer list on failure.Damien Bergamini
2008-07-29The stream header length and flags field are uint8_t not int.Marcus Glocker
2008-07-28When getting the string descriptors, fetch 2 bytes (size and type) first,Federico G. Schwindt
2008-07-28add another 3G modems support to umsm(4).Yojiro Uo
2008-07-26Since we are able to change the device image resolution on the fly in theMarcus Glocker
2008-07-25After our recent changes, VIDIOC_S_FMT didn't always return the correctMarcus Glocker
2008-07-25Not all devices support GET_DEF, fall back on GET_CUR if so.Marcus Glocker
2008-07-24Remove some obsolete XXX comments.Marcus Glocker
2008-07-24Simplify uvideo_enum_fmt(), no functional changes.Marcus Glocker
2008-07-23- Fix potential uvm_fault crash inMarcus Glocker
2008-07-22There are devices out there which are UVC compatible, but do not showMarcus Glocker
2008-07-22Spelling, negotation -> negotiation.Marcus Glocker
2008-07-22Fix uvm_fault crash in uvideo_vs_negotation() which was reported by someMarcus Glocker
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-20Huawei E618 and E620 is not compatible with ubsa(4).Yojiro Uo
2008-07-19If a resolution which has been requested over VIDEO_TRY_FMT orMarcus Glocker
2008-07-18For negotation first get the devices default values (GET_DEF) insteadMarcus Glocker
2008-07-18Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications canMarcus Glocker
2008-07-14Make VIDIOC_ENUM_FMT list all available formats for the attached device.Marcus Glocker
2008-07-14Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).Marcus Glocker
2008-07-13Spacing.Marcus Glocker
2008-07-13Save format and frame descriptors to a format group structure so weMarcus Glocker
2008-07-12syncBernd Ahlers
2008-07-12Add another Acer id.Bernd Ahlers
2008-07-12Remove obsolete TODO comment.Marcus Glocker
2008-07-10Don't terminate the array of matching product/vendor IDs with { 0, 0 }Marc Balmer
2008-07-10Make cams with Sonix chipset work by avoiding excessive alternateMarcus Glocker
2008-07-07- Improve negotation and fix some more DPRINTFs.Marcus Glocker
2008-07-06When the device gets close switch back from alternate interface toMarcus Glocker
2008-07-06Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values.Marc Balmer
2008-07-05Fix a comment: Code defines FTDI_SIO_GET_STATUS, use that inMarc Balmer
2008-07-05Add support for the new Expert mouseCLOCK USB II that uses an FTDIMarc Balmer
2008-07-04regenYojiro Uo
2008-07-04add new entries for 3G/3.5G modemsYojiro Uo
2008-07-03Add struct for VC_EXTENSION_UNIT and dump it in debug mode.Marcus Glocker
2008-07-02Add first bits to support uncompressed format.Marcus Glocker
2008-07-02As some modem devices in ubsa(4) are possible to be incompatible withYojiro Uo