aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge from NetBSD:Josef Karthauser2002-04-013-100/+413
* Regen.Josef Karthauser2002-03-312-11/+231
* Add more usb adapters, from NetBSD.Josef Karthauser2002-03-312-17/+82
* Use usb_lookup instead of rolling our own.Josef Karthauser2002-03-281-13/+4
* Remove some surplus whites.Josef Karthauser2002-03-281-12/+12
* Move some includes around to make it more *BSD compliant.Josef Karthauser2002-03-271-4/+12
* Fix warnings on 64-bit hosts.David E. O'Brien2002-03-201-10/+12
* Remove __P.Alfred Perlstein2002-03-207-112/+110
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-191-2/+3
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionalJosef Karthauser2002-03-191-54/+14
* add missing semicolon.Alfred Perlstein2002-03-191-1/+1
* Regen; post SMC id's and also pick up a previously forgotten regen(?).Peter Wemm2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.Peter Wemm2002-03-191-0/+3
* Add a USB comm driver.Josef Karthauser2002-03-185-0/+3025
* Merge from NetBSD:Josef Karthauser2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyJosef Karthauser2002-03-162-2/+2
* Huge merge from NetBSD:Josef Karthauser2002-03-168-293/+368
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-0/+2
* On FreeBSD make usb_proc_t the same as d_thred_t always.Warner Losh2002-03-111-2/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-119-9/+9
* Fix one genuine bug and a potential one:Luigi Rizzo2002-03-101-2/+2
* Support for USB fm radio.Alfred Perlstein2002-03-043-0/+526
* Fix debug printf formatsPeter Wemm2002-02-281-2/+1
* Add a comment explaining a code change..Julian Elischer2002-02-271-2/+2
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-273-16/+1
* Fix warnings that have become fatalJulian Elischer2002-02-272-3/+10
* Revert part of the last commit. A couple of defines were removedJosef Karthauser2002-02-261-0/+4
* in ulpt_reset() req.bmRequestType was unitialized, fix it.Alfred Perlstein2002-02-261-0/+1
* Merge from NetBSD:Josef Karthauser2002-02-262-16/+13
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-206-125/+125
* Clean up some debugging output.Nick Hibma2002-02-191-9/+26
* Merge from NetBSD:Josef Karthauser2002-02-191-4/+13
* Fix a formatting error.Josef Karthauser2002-02-171-6/+6
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-54/+64
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-38/+41
* Merge from NetBSD:Josef Karthauser2002-02-165-16/+21
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-156-0/+18
* Fix a bug introduced in rev.1.40 which can cause systems to crash whenBrian Feldman2002-02-141-7/+9
* Regenerate.Josef Karthauser2002-02-142-2/+9
* Support the HP 5400C scanner.Josef Karthauser2002-02-142-0/+2
* Rework revision 1.12, and wrap the bmaj entry with an #if doesn'tJosef Karthauser2002-02-141-0/+3
* Reinstate revision 1.14. The empty uscannerioctl() was accidentlyJosef Karthauser2002-02-141-6/+0
* Fix some bugs in the ohci driver with respect to irq setup failure.Josef Karthauser2002-02-111-3/+4
* Merge from NetBSD: revs 1.89 and 1.90.Josef Karthauser2002-02-111-0/+16
* Regenerate.Josef Karthauser2002-02-112-2/+30
* Merge from NetBSD.Josef Karthauser2002-02-112-1/+29
* Quiet a qualifier warning.Josef Karthauser2002-02-111-1/+1
* Merge from NetBSD: revs 1.55 and 1.56Josef Karthauser2002-02-111-0/+9
* Merge from NetBSD: revs 1.12 and 1.21 - 1.23Josef Karthauser2002-02-111-125/+143
* ANSIfy the function declarations, in line with NetBSD.Josef Karthauser2002-02-111-33/+8