summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-3611/+0
* must pack structures for architectures like armsam2008-12-241-2/+2
* Move all the hacks for the Huawei, Novatel and Qualcomm cards into a stubn_hibma2008-10-141-22/+0
* Fix a comment.n_hibma2008-10-141-9/+8
* - Only refuse to attach to the first interface on the Huawei cards as forn_hibma2008-10-131-6/+23
* uark/ucom: Minor code cleanup.n_hibma2008-10-091-12/+1
* Quirks for SDS-infrared.com "Hotfind-D" camera.phk2008-10-081-0/+4
* 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
OpenPOWER on IntegriCloud