| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow umass to use bigger transactions for USB 3.0 devices. It is less | mav | 2010-10-16 | 1 | -0/+1 |
* | Print out correct USB connection speed for USB 3.0 mass storage devices. | hselasky | 2010-10-04 | 1 | -6/+15 |
* | Reduce the need to accesss struct usb_device by providing functions to access | thompsa | 2010-09-02 | 1 | -10/+9 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 2 | -0/+2 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 3 | -6/+6 |
* | Rework cam error handling to fix Mitsumi floppy drives. | thompsa | 2010-01-29 | 1 | -4/+12 |
* | Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returns | thompsa | 2010-01-29 | 1 | -25/+27 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -77/+0 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -2/+2 |
* | Move all Mass Storage Quirks over to the USB quirk module. | thompsa | 2009-12-23 | 1 | -685/+82 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -1/+1 |
* | Provide tunables for some of the usb sysctls that affect boot behaviour. | thompsa | 2009-11-22 | 1 | -0/+2 |
* | Correct Olympus quirk. | thompsa | 2009-11-08 | 1 | -1/+1 |
* | Add missing mtx_destroy(). | thompsa | 2009-11-08 | 1 | -0/+1 |
* | Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb device | thompsa | 2009-10-20 | 1 | -2/+3 |
* | - Remove SAMSUNG_YP_U2 now that it is in the cam layer | thompsa | 2009-09-28 | 1 | -4/+4 |
* | Make umass(4) pass device USB serial number to CAM, making it possible | trasz | 2009-09-04 | 1 | -0/+46 |
* | Add mass storage quirks. | alfred | 2009-08-24 | 1 | -0/+16 |
* | - FIFO's are always opened separately in read and write | alfred | 2009-08-24 | 1 | -3/+0 |
* | Sync to p4 | thompsa | 2009-06-27 | 1 | -1/+2 |
* | Add quirks for Actions MP4 player. | delphij | 2009-06-26 | 1 | -0/+4 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 3 | -283/+373 |
* | use PROTO_DEFAULT. | remko | 2009-06-21 | 1 | -1/+1 |
* | Add support for the Myson Heden 8813. | remko | 2009-06-21 | 1 | -0/+4 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 3 | -94/+94 |
* | Make variables static where appropriate. | thompsa | 2009-06-13 | 2 | -3/+3 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -5/+5 |
* | Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2 | deischen | 2009-05-31 | 1 | -0/+4 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 3 | -39/+39 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 3 | -89/+89 |
* | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | thompsa | 2009-05-21 | 3 | -6/+6 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 3 | -3/+3 |
* | Ensure the bmRequestType is the right type for the incoming control request. | thompsa | 2009-05-13 | 1 | -2/+4 |
* | Sync to P4 | thompsa | 2009-05-13 | 1 | -64/+83 |
* | Remove USB shutdown methods from device drivers as its the host controllers | thompsa | 2009-05-05 | 1 | -8/+0 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 2 | -83/+83 |
* | MFp4 //depot/projects/usb@159908 | thompsa | 2009-04-05 | 1 | -85/+105 |
* | MFp4 //depot/projects/usb@159562 | thompsa | 2009-04-05 | 1 | -44/+51 |
* | NO_INQUIRY is wrong for this device. Alternatively, if it is right, | imp | 2009-03-22 | 1 | -1/+1 |
* | Revert r190173 as it breaks 64bit arches. | thompsa | 2009-03-21 | 1 | -50/+44 |
* | Add umass quirk. | thompsa | 2009-03-20 | 1 | -0/+1 |
* | MFp4 //depot/projects/usb@159517 | thompsa | 2009-03-20 | 2 | -15/+0 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -7/+8 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | MFp4 //depot/projects/usb @159379,159380 | thompsa | 2009-03-20 | 1 | -44/+69 |
* | MFp4 //depot/projects/usb @159375,159376,159377 | thompsa | 2009-03-20 | 1 | -3/+3 |
* | MFp4 //depot/projects/usb 159238,159275 | thompsa | 2009-03-17 | 1 | -2/+6 |
* | Rename the ushub device class back to uhub as it was in the old usb stack, | thompsa | 2009-03-02 | 3 | -3/+3 |
* | Change USB over to make_dev() for all device nodes, previously it hooked into | thompsa | 2009-02-27 | 1 | -7/+5 |
* | Also use proper capitalisation of FreeBSD in other source files. | ed | 2009-02-24 | 1 | -2/+2 |