summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 playernjl2003-08-221-0/+4
* Remove the 6-10 byte translation from UFI and ATAPI command sets. It isnjl2003-08-061-61/+0
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* remove \n at end of panic strings. They are added by the call to panic.jmg2003-07-041-10/+10
* WARNING: white space diffjmg2003-07-041-24/+24
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* Quirk for Hitachi DVD USB drive. It returns "invalid field in cdb" fornjl2003-05-211-0/+4
* Remove a redundant quirk. Instead, we wildcard all Asahi Optical chips.njl2003-05-201-5/+0
* Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appearsnjl2003-05-151-2/+1
* Extend the digital camera support (umass) to the PENTAX Optio 330GS.joe2003-05-111-0/+5
* Use a sim for each device on it's own instead of one for all umassticso2003-04-141-145/+62
* Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
* Quirk for Pentax Optio 230 USB camera. Note that other products probablynjl2003-03-111-0/+5
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-211-27/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Fix `umass0: BBB bulk-in clear stall failed, IOERROR' problem withsanpei2003-02-041-0/+27
* Remove duplicated entrysanpei2003-02-041-9/+4
* Add support for the Trek Thumbdrive 8MB USB Drive.trhodes2003-01-301-1/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Revert part of the last commit. Do not fake-up the cylinders to makedillon2002-12-221-2/+1
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
OpenPOWER on IntegriCloud