summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2003-10-13Regen.augustss
2003-10-13Add some IOMEGA products.augustss
2003-10-13dev/scsipi/atapi_disk.h is no more, and umass_scsipi.c compilesdyoung
2003-10-13KNF the previous commit.enami
2003-10-13Rest of PR23128, so that ehci.c compiles again.enami
2003-10-12Fix problems with ehci on controllers that support 64-bit addressing. Frommycroft
2003-10-11regen (Acer BT-500 Bluetooth USB Adapter).wiz
2003-10-11Add IDs for Acer BT-500 Bluetooth USB Adapter.wiz
2003-10-11Fix a done list handling bug which exhibits under high shared interrupttoshii
2003-10-08Following Matt Thomas's request, rename ata attribute to ata_hl, andbouyer
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-04Several changes:augustss
2003-10-02Add more printers that report bidir mode, but can't handle it. From Linux.augustss
2003-10-02Regen.augustss
2003-10-02Add more printers (from Linux).augustss
2003-10-02Regen.augustss
2003-10-02Add HP Deskjet 6127.augustss
2003-09-29The umass attach can fail in many ways. Print a message about why itaugustss
2003-09-29Update URLs. From PR 23004.augustss
2003-09-28regen: ROLAND MIDI devices and Piengineering Xkeys entryjdolecek
2003-09-28add usbdevs entries and umidi quirks for Roland USB MIDI devicesjdolecek
2003-09-28add Piengineering Xkeys 58 entry, from kern/20838jdolecek
2003-09-23Allow a device to reject CLEAR_FEATURE ENDPOINT_STALL (with a STALL) -- themycroft
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-20regen - addition of KYE G-07 joystick entryjdolecek
2003-09-20add entry for KYE G-07 joystickjdolecek
2003-09-17Shuttle products do not need PQUIRK_NOTUR any more. Also removing them for themycroft
2003-09-13Do the quirk initialization earlier.mycroft
2003-09-13Arrange for the SCSI device to be target 0, and us to be the highest targetmycroft
2003-09-12Set SCSIPI_CHAN_NOSETTLE.mycroft
2003-09-12In usbd_setup_pipe(), check the return value from usbd_clear_endpoint_stall().mycroft
2003-09-12Tweak a debugging printf().mycroft
2003-09-12ZIP drives don't need PQUIRK_NOTUR -- tested on both a 100 (by me) and a 250mycroft
2003-09-10Update actlen even in the case where a TD returns an error -- this is criticalmycroft
2003-09-10Regen.augustss
2003-09-10Add a couple of devices.augustss
2003-09-10Mostly stylistic change, making comments and printf()s similar between BBBmycroft
2003-09-10Copyright maintenance.mycroft
2003-09-10Er, missed one thing.mycroft
2003-09-10Exorcise UMASS_QUIRK_FORCE_SHORT_INQUIRY.mycroft
2003-09-10On a Bulk-In data stall, make sure we copy back the data received, per themycroft
2003-09-10The Sony camera reports itself as a "disk", not a "simplified direct access"mycroft
2003-09-10cc -pipe -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-lengt...mycroft
2003-09-09PQUIRK_NODOORLOCK seems to be strictly unnecessary. If the drive doesn'tmycroft
2003-09-08If maxlun>0, automatically set PQUIRK_FORCELUNS, rather than using quirkmycroft
2003-09-08Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN.mycroft
2003-09-08Regen.tron
2003-09-08Add quirk for Sandisk SDDR-86. The patch was supplied by Peter Seebachtron
2003-09-05Some of the table entries are now noops. Remove them.mycroft
2003-09-05Take vigilante action and remove all the NO_MAX_LUN, NOMODESENSE andmycroft