summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for the Trumpion/Comotron C3310 MP3 player.iedowse2004-11-281-0/+4
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Pass through the commands necessary to format USB floppy devices,bms2004-10-121-5/+4
* Add support Western Digital External USB HDDsanpei2004-09-041-0/+4
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* add support for SanDisk Cruzer Mini 256MB USB 2.0 Flash Drivesanpei2004-08-121-0/+4
* add support Sitecom CN-311 usb flash reader(aka SIIG_WINTERREADER)sanpei2004-08-121-0/+4
* Add support Sony Handycam TRV-30 memory stick slotsanpei2004-08-081-0/+4
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllersanpei2004-06-051-0/+4
* Fix typos in comments.le2004-05-221-9/+9
* Add support 2 devices(USB-DVD-R drives)sanpei2004-03-071-0/+8
* Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)sanpei2004-03-041-0/+4
* MFNetBSD:sanpei2004-02-061-2/+9
* MFNetBSD: URL updates(rev.1.108)sanpei2004-02-021-4/+4
* Add Supportsanpei2004-01-241-0/+8
* Add support IO-data DVD Multi-plus unit iU-CD2sanpei2004-01-191-0/+4
* Pay attention to the timeout value passed down by the upper layer.sanpei2004-01-181-10/+18
* Fix Scanlogic SL11R usb-ide protocol and quirkssanpei2004-01-031-2/+2
* Add the MMC commands to umass_atapi_transform. It seems to worksanpei2004-01-031-0/+16
* Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)sanpei2003-12-191-0/+4
* Fix PANASONIC KXLCB20AN Protocol.sanpei2003-12-181-1/+1
* Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)sanpei2003-12-181-0/+4
* Add Supportsanpei2003-12-181-0/+4
* Add supportsanpei2003-12-171-0/+8
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatgj2003-09-201-1/+1
OpenPOWER on IntegriCloud