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