aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Clear correct data structure.Hans Petter Selasky2013-09-111-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-303-3/+5
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Do not pretend to have autosense data when no such data is available.Alexander Kabaev2013-01-191-3/+7
* Freeze device queue before returning errors to CAM. This is requiredAlexander Motin2013-01-121-15/+20
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-0/+4
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-83/+87
* Add support for throttling UMASS.Hans Petter Selasky2012-12-201-2/+24
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-051-0/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+1
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it isAlexander Motin2012-10-101-57/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-023-23/+23
* Style change: Expand redundant #if's. Remove a couple of empty lines.Hans Petter Selasky2012-03-011-101/+12
* Close a detach race. Make sure all pendingHans Petter Selasky2012-03-011-2/+6
* Enable power save mode for the USB storage device driver.Hans Petter Selasky2011-11-121-0/+3
* Style change.Hans Petter Selasky2011-11-123-21/+26
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-13/+16
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-6/+0
* - Export the URIO USB device ID's.Hans Petter Selasky2011-06-241-9/+12
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-0/+5
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-182-9/+2
* Rework change made at r203146. Instead of reporting all wire errors asAlexander Motin2011-04-111-13/+19
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-113-3/+0
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessAlexander Motin2010-10-161-0/+1
* Print out correct USB connection speed for USB 3.0 mass storage devices.Hans Petter Selasky2010-10-041-6/+15
* Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson2010-09-021-10/+9
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-012-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-223-6/+6
* Rework cam error handling to fix Mitsumi floppy drives.Andrew Thompson2010-01-291-4/+12
* Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returnsAndrew Thompson2010-01-291-25/+27
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-77/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* Move all Mass Storage Quirks over to the USB quirk module.Andrew Thompson2009-12-231-685/+82
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* 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