summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-05-11Support for the HX version of the chip.augustss
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-05-08Only look at USBD_FORCE_SHORT_XFER for writes.augustss
2005-05-08Add support for optional interrupt output pipes as described in theskrll
2005-05-05Add USB Portuguese (pt_PT) keyboard map, from Manuel Pata viaabs
2005-05-05Make sure all physical addresses are filled in the qTD even when we haveaugustss
2005-05-05Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an emptyaugustss
2005-05-03Fix ifdef botch in previous revision:jonathan
2005-05-03Don't emulate auto repeat in the keyboard driver, the wskbd driver does that.augustss
2005-05-02Use UTF8 to encode strings read from the device (instead of using '?' foraugustss
2005-05-01Fix typo.wiz
2005-05-01Update TODO comment and copyright.augustss
2005-05-01Only complain when opening full speed isoc devices, other types seem toaugustss
2005-05-01Fix the error check on completion of an xfer. Just because the qTD statusaugustss
2005-05-01Timeout while polling is in ms not ticks.augustss
2005-05-01In eohci_waitintr, xfer->timeout is in ms, not hz.augustss
2005-05-01Fix some spelling errors.augustss
2005-05-01Preserve any configuration data that may have been set by SMM/BIOS overaugustss
2005-05-01If the SMM driver had enabled ownership change interrupts, re-enable themaugustss
2005-04-30Root hubs don't have transaction translators, so don't print anythingaugustss
2005-04-30Fix a race condition in xfer abort. Derived from a FreeBSD patch.augustss
2005-04-29Complete the interrupt output transfer support copy from FreeBSD, butskrll
2005-04-29Check if we have any SCSI busses so this file doesn't cause link errorsaugustss
2005-04-29If UKBD_LAYOUT isn't defined, but PCKBD_LAYOUT is, use the latter as theaugustss
2005-04-29Allow 32 chars in the saved vendor string. Fixes kern/29760.augustss
2005-04-27Get bit reversal table right this time.augustss
2005-04-27Add define for EHCI_MAX_POLLRATE.augustss
2005-04-27Interrupt polling was spread very unevenly. Use the same bit reversalaugustss
2005-04-27With the interrupt fix in the previous commit low and full speed devicesaugustss
2005-04-27KNF and s/a an/an/skrll
2005-04-27Don't null the qh_link point in the interrupt tree after it has beenaugustss
2005-04-18remove debugging stuff which caused conflicts with USB_DEBUG kernelsdrochner
2005-04-17Correct status value check for OHCI isoc transfer;toshii
2005-04-15ukyopon(4): Kyocera AIR-EDGE PHONE driveritohy
2005-04-15Fix function name in debug messages.itohy
2005-04-15If CM descriptor is found, use the data interface in it;itohy
2005-04-15Split common modem part of umodem.c to umodem_common.c and umodemvar.h,itohy
2005-04-12Allow multiple modem interfaces per configuration.itohy
2005-04-12Add usb_find_desc_if(), which is similar to usb_find_desc(),itohy
2005-03-15regenxtraeme
2005-03-15Add entry for "SAMSUNG Mighty drive" provided by Thilo Manske in PRxtraeme
2005-03-13Remove an item - uhidev(4) now exists.skrll
2005-03-11Restructure interrupt handling a little:mycroft
2005-03-04Regen.mycroft
2005-03-04Separate out vendors from the product table, to reduce string duplication.mycroft
2005-03-03atu on OQO model 01 is confirmed to be working under basestation/no-WEP.itojun
2005-03-03OQO wifi interface needs quirksitojun
2005-03-03OQO ether port confirmed to be workingitojun
2005-03-02Copyright maintenance.mycroft
2005-03-02OQO device still unstable on attach/whatever, so comment those entries outitojun