summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2004-07-22typo in commentdrochner
2004-07-17Avoid touching the xfer after calling usb_transfer_complete(), as themycroft
2004-07-17ugen_isoc_rintr() may recycle the xfer immediately. Therefore, we avoidmycroft
2004-07-17hcpriv is not actually used here. Remove references to it.mycroft
2004-07-16AUOPEN_* != AUMODE_*. Duh. Make unidirectional devices work again.mycroft
2004-07-16The previous change was not complete. /brick memycroft
2004-07-09Whoops! Don't try to set parameters for a direction that doesn't exist.mycroft
2004-07-09Adjust some silliness that was causing us to do extra work for "frame listmycroft
2004-07-09Clean up a little.mycroft
2004-07-08The MCT advertises both the interrupt and bulkin endpoints asrumble
2004-07-07Previous fix was not right. Also fix a couple of other problems -- we weremycroft
2004-07-07Regen.mycroft
2004-07-07GREENHOUSE2_USBKR100 -> REALTEK_RTL8150L, per PR 20425.mycroft
2004-07-07Regen.mycroft
2004-07-07Add another Zire device, from PR 25929.mycroft
2004-07-07Rearrange to fix a potential crash when changing parameters with audioctl andmycroft
2004-07-06Fix an error in a printf() format.mycroft
2004-07-06Fix a byte order error.mycroft
2004-07-03Remove the call to ulpt_reset(). Although this *shouldn't* cause printers tomycroft
2004-06-30When starting a bulk-only transfer, punt early if the device is going away.mycroft
2004-06-30Fix an endianness problem (EHCI_NULL was being double-swapped).mycroft
2004-06-29Ignore a port error that happens to come in at the same time as a connectmycroft
2004-06-29Make one message dependent on ohcidebug, so it doesn't interfere with polledmycroft
2004-06-28Fix some UMATCH values.mycroft
2004-06-28Tracy's Clie reports that it's SFF-8070 when it's really UFI. Bah.mycroft
2004-06-26Do not do a CBI reset before returning STATUS_CMD_FAILED. This causes anymycroft
2004-06-25Fix usage of incorrect buffer in CBI, possibly causing general failure tomycroft
2004-06-25Do not return STATUS_WIRE_FAILED in response to a CBI stall. This is perfectlymycroft
2004-06-25Add a comment explaining quirk table policy.mycroft
2004-06-23Further cleanup of toggle handling. Now that we use EHCI_QH_DTC, we don'tmycroft
2004-06-23In the "seemed like a good idea until I found the fatal flaw" department...mycroft
2004-06-23Whoops, use the correct value for the maximum string descriptor length.mycroft
2004-06-23Yes, some devices return incorrect lengths in their string descriptors. Rathermycroft
2004-06-22Fix an error in a debug printf().mycroft
2004-06-22Adjust a couple of comments to make it clear WTF is going on.mycroft
2004-06-22Update comment.mycroft
2004-06-22Fix a printf() error.mycroft
2004-06-22Remove comment about the data toggle being borked.mycroft
2004-06-22As the ehci_idone() now uses the variable `epipe' unconditionally, alwaysenami
2004-06-22Fix a stupid bug in ehci_check_intr() that caused use to try to complete amycroft
2004-06-22Oops. Remove a couple of printf()s.mycroft
2004-06-22Failure to properly mask off UE_DIR_IN from the endpoint address was causingmycroft
2004-06-22Set the data toggle correctly, and use EHCI_QTD_DTC. This fixes problems withmycroft
2004-06-14Remove change accidentally committed by tls.augustss
2004-06-12Add calibration support to uep driver.tsarna
2004-06-12Fix an unimportant typo.mycroft
2004-06-11Initialize restartcnt. from FreeBSD.petrov
2004-06-05attach to Sitecom USB to serial cablejdolecek
2004-06-05regen:jdolecek
2004-06-05add Sitecom USB to serial cablejdolecek