summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* Tell umass to leave Huawei radio devices alone so ubsa(4) willphk2008-09-251-0/+7
* Add support for the Alcor Card Reader (9361)remko2008-08-211-0/+4
* o Add a quirk for Sony Handycam DCR-HC32E.maxim2008-08-131-0/+4
* Add support for the Nikon D300 cameraremko2008-05-161-0/+4
* Add support for the VIA USB2IDE bridge [1].remko2008-02-211-0/+19
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-111-0/+4
* Add quirks, derived from the linux quirks table for:imp2007-07-051-4/+296
* Add support for Western Digital MyBook external enclosures. They needimp2007-07-051-0/+4
* WD Firewire/USB Combo hangs under load on USB interface. Fix withimp2007-07-021-0/+4
* umass quirk: Samsung YP-U2 USB MP3/Ogg Playerimp2007-06-301-0/+4
* quirk for CENTURY EX35QUAT disk enclosureimp2007-06-301-0/+4
* Fix cheapy Myson USB-IDE adapterimp2007-06-301-0/+4
* Expand the transform API to allow transports to return 'success' forimp2007-06-301-5/+20
* Add support for YANO external USB-HDD.imp2007-06-211-0/+4
* Latest round of usb cleanups:imp2007-06-211-9/+30
* s/logprintf/printf/gimp2007-06-201-1/+1
* Mark the few remaining drivers that haven't been converted as needingimp2007-06-181-0/+1
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-131-2/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-10/+10
* Kill USB_MATCH_SETUP, since this is the only place it was used in the tree.imp2007-06-091-8/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-0/+3
* Some USB mass storage devices return the number of sectors in responseimp2007-02-271-0/+18
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid an_hibma2007-02-211-1/+5
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-9/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+8
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-071-0/+4
* More removing compatibility macros.imp2006-09-071-102/+102
* s/Static/static/gimp2006-09-061-67/+67
* Sony DSC cameras with revision number 6.0 require the same quirkiedowse2006-03-171-0/+4
* When we get an unknown ATAPI comand, try it even if it is not listed,phk2006-03-051-2/+4
* Add USB polling calls to umass_cam_poll(). This appears to be enoughiedowse2006-02-121-7/+3
* ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as weimp2006-01-311-10/+14
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-301-0/+4
* - Add a umass quirk that should have been part of latest commit.flz2006-01-261-0/+4
* Add Product IDs :flz2006-01-261-0/+12
* Enable NO_GETMAXLUN quirk.flz2006-01-091-1/+2
* - Fix type in previous commit; unbreak buildpav2005-12-201-1/+1
* - Ignore incorrect CSW signatures on my PURE PocketDab 2000 playerpav2005-12-201-3/+11
* Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.pjd2005-12-191-0/+4
* Revision 5.0 of the Sony DSC camera appears to require RBC commandsiedowse2005-11-261-2/+14
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passdelphij2005-07-191-0/+5
* Plug a potential memory leak.kan2005-05-111-1/+3
* Fix an incorrect NULL argument to usbd_set_interface() associatediedowse2005-03-251-1/+1
* Use M_NOWAIT when allocating from a callout routine.iedowse2005-03-251-3/+4
* Abort any active transfers when the device detaches. This fixes aiedowse2005-02-141-0/+44
* When attached to a high-speed device, report a more appropriateiedowse2005-02-131-3/+11
* Add support for the TwinMOS Memory Disk IV.iedowse2004-11-281-0/+4
OpenPOWER on IntegriCloud