summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
1999-12-29Regen.tron
1999-12-29Add vendor and product code for Solid Year USB keyboard provided bytron
1999-12-25Regen.augustss
1999-12-25Alphabetize.augustss
1999-12-24Regen.augustss
1999-12-24Some minor name changes.augustss
1999-12-24Regen.augustss
1999-12-24Add a few Ethernet adapters.augustss
1999-12-24Turn on the MAXP bit in the controller to allow 64 byte packets ataugustss
1999-12-24Reverse the sign on the wheel data. I got it wrong from the start.augustss
1999-12-22Use the flags `locator' to govern if devices are detected early oraugustss
1999-12-20Make sure tsleep() is not called during cold boot.augustss
1999-12-18Change the way the initial configuration value is picked.augustss
1999-12-18Add another debug printf.augustss
1999-12-18Make these files compile on 64 bit archs.augustss
1999-12-17Regen.augustss
1999-12-17Add a 3Com camera.augustss
1999-12-15Add even more debug output.augustss
1999-12-15More debug printfs.augustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
1999-12-01Some more DIAGNOSTIC.augustss
1999-12-01Use vertical nscheduling for bulk traffic. It improves bulk thruput a lot.augustss
1999-11-28More USB_DEBUG and DIAGNOSTIC output.augustss
1999-11-26Don't complain when umodemstartread() returns USBD_IN_PROGRESS. It's normal.augustss
1999-11-26Make timeout device exploration optional in debug mode.augustss
1999-11-26Cosmetic change.augustss
1999-11-26Cosmetic changes.augustss
1999-11-26Generate an error message when attachment fails.augustss
1999-11-24Regen.augustss
1999-11-24Comment out some entries for Entrega serial adapters. These entriesaugustss
1999-11-24Avoid the special when disconnecting devices with no config descriptor.augustss
1999-11-24Add some more debug printing.augustss
1999-11-23A little cosmetic.augustss
1999-11-22Don't used extern on uhcidebug and ohidebug variables.augustss
1999-11-20Join two lines in the attach message.augustss
1999-11-20Propagate the USB revision number to the usb driver.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-17Regen.augustss
1999-11-17Add CATC analyzer.augustss
1999-11-16Add a few more diagnostics.augustss
1999-11-16Fix a pointer test that I got wrong in the big code cleanup.augustss
1999-11-16Add a quirk for a buggy Qtronix keyboard.augustss
1999-11-16Some minor changes from OpenBSD.augustss
1999-11-16Mark an early Altec Lansing speaker as broken.augustss
1999-11-16Preallocate DMA buffers. Fixes problem reported by Hubert Feyrer.augustss
1999-11-15Add quirk for speakers that pretend to support the audio class, but don't.augustss
1999-11-13Get transfer status right on short transfers. From FreeBSD, Nick Hibma.augustss
1999-11-12Hide function definition within ifdef's is becomes active in.mjacob