summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reviewed by: n_hibmamr2002-11-081-8/+16
* Specify the correct protocol for the Olympus C-1 camera. It appearsiedowse2002-11-011-1/+1
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-15/+15
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* Make this compile again when UMASS_DEBUG isn't defined.jhb2002-04-111-0/+2
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by then_hibma2002-04-111-3/+12
* Postpone I/O to the device until attach has finished. This fixesn_hibma2002-04-101-21/+23
* MFNetBSD: Update many URLs.joe2002-04-011-3/+7
* Fix warnings on 64-bit hosts.obrien2002-03-201-10/+12
* Remove __P.alfred2002-03-201-2/+2
* Fix some gcc-3.1+ warnings:peter2002-03-191-2/+3
* Clean up some debugging output.n_hibma2002-02-191-9/+26
* 1) Fix a debug statement by filling in its data before the printf inguido2002-01-241-3/+72
* Staticise a couple of things that shouldn't be leaked into thejoe2002-01-081-1/+1
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-021-2/+2
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-021-2/+2
* Sync with NetBSD:joe2002-01-021-10/+10
* - Add a function to convert 6 byte SCSI commands for read, write, modejhb2001-12-181-35/+89
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresmsmith2001-12-091-1/+11
* The Olympus C-1 digital camera uses a non-standard BBB command-statusiedowse2001-11-231-0/+17
* Support for the HP 8200e CD writer. (commented out)n_hibma2001-08-211-0/+12
* Add support for the Microtech CameraMate.n_hibma2001-08-211-0/+9
* Deconfuse a debugging message.n_hibma2001-08-211-3/+3
OpenPOWER on IntegriCloud