summaryrefslogtreecommitdiff
path: root/sys/dev/usb/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* Correct Olympus quirk.Andrew Thompson2009-11-081-1/+1
* Add missing mtx_destroy().Andrew Thompson2009-11-081-0/+1
* Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb deviceAndrew Thompson2009-10-201-2/+3
* - Remove SAMSUNG_YP_U2 now that it is in the cam layerAndrew Thompson2009-09-281-4/+4
* Make umass(4) pass device USB serial number to CAM, making it possibleEdward Tomasz Napierala2009-09-041-0/+46
* Add mass storage quirks.Alfred Perlstein2009-08-241-0/+16
* - FIFO's are always opened separately in read and writeAlfred Perlstein2009-08-241-3/+0
* Sync to p4Andrew Thompson2009-06-271-1/+2
* Add quirks for Actions MP4 player.Xin LI2009-06-261-0/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-233-283/+373
* use PROTO_DEFAULT.Remko Lodder2009-06-211-1/+1
* Add support for the Myson Heden 8813.Remko Lodder2009-06-211-0/+4
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-153-94/+94
* Make variables static where appropriate.Andrew Thompson2009-06-132-3/+3
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-5/+5
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2Daniel Eischen2009-05-311-0/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-293-38/+38
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-283-89/+89
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-213-6/+6
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-213-3/+3
* Ensure the bmRequestType is the right type for the incoming control request.Andrew Thompson2009-05-131-2/+4
* Sync to P4Andrew Thompson2009-05-131-64/+83
* Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson2009-05-051-8/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-052-83/+83
* MFp4 //depot/projects/usb@159908Andrew Thompson2009-04-051-85/+105
* MFp4 //depot/projects/usb@159562Andrew Thompson2009-04-051-44/+51
* NO_INQUIRY is wrong for this device. Alternatively, if it is right,Warner Losh2009-03-221-1/+1
* Revert r190173 as it breaks 64bit arches.Andrew Thompson2009-03-211-50/+44
* Add umass quirk.Andrew Thompson2009-03-201-0/+1
* MFp4 //depot/projects/usb@159517Andrew Thompson2009-03-202-15/+0
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-7/+8
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb @159379,159380Andrew Thompson2009-03-201-44/+69
* MFp4 //depot/projects/usb @159375,159376,159377Andrew Thompson2009-03-201-3/+3
* MFp4 //depot/projects/usb 159238,159275Andrew Thompson2009-03-171-2/+6
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-023-3/+3
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-7/+5
* Also use proper capitalisation of FreeBSD in other source files.Ed Schouten2009-02-241-2/+2
* Move the uaudio and ata-usb drivers into their correct locations.Andrew Thompson2009-02-231-1102/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-235-0/+7145