summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage
Commit message (Expand)AuthorAgeFilesLines
* Make variables static where appropriate.thompsa2009-06-132-3/+3
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-5/+5
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2deischen2009-05-311-0/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-293-39/+39
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-283-89/+89
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-213-6/+6
* - rename usb2_mode to usb_mode [1]thompsa2009-05-213-3/+3
* Ensure the bmRequestType is the right type for the incoming control request.thompsa2009-05-131-2/+4
* Sync to P4thompsa2009-05-131-64/+83
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-051-8/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-052-83/+83
* MFp4 //depot/projects/usb@159908thompsa2009-04-051-85/+105
* MFp4 //depot/projects/usb@159562thompsa2009-04-051-44/+51
* NO_INQUIRY is wrong for this device. Alternatively, if it is right,imp2009-03-221-1/+1
* Revert r190173 as it breaks 64bit arches.thompsa2009-03-211-50/+44
* Add umass quirk.thompsa2009-03-201-0/+1
* MFp4 //depot/projects/usb@159517thompsa2009-03-202-15/+0
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-7/+8
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb @159379,159380thompsa2009-03-201-44/+69
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-201-3/+3
* MFp4 //depot/projects/usb 159238,159275thompsa2009-03-171-2/+6
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-023-3/+3
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-7/+5
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-2/+2
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-231-1102/+0
* Move the new USB stack into its new home.thompsa2009-02-235-0/+7145
OpenPOWER on IntegriCloud