summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2003-09-04Remove advertising clauses from code written by Shingo WATANABE.tsutsui
2003-09-04Cast a printf() arg so that USB_DEBUG compiles on multiple platforms.mycroft
2003-09-04Well, this is bloody obscure...mycroft
2003-08-22udav*, for ether w/ Davicom DM9601 chipset. Shingo WATANABEitojun
2003-08-16regenitojun
2003-08-16Corega USB-TXC (uses Davicom DM9601E, does not work with existing driver)itojun
2003-08-11Add Sony Ericsson DCU10 USB Cable. PR kern/22432.augustss
2003-08-11Regen.augustss
2003-08-11Add Sony Ericsson DCU10 USB Cable. PR kern/22432augustss
2003-08-08Add SIIG UISDMC2S Multicard Reader/Writerwulf
2003-08-08Regen after adding SIIG UISDMC2S (0x0200) Multicard Reader/Writerwulf
2003-08-08Add new product code for SIIG UISDMC2S (0x0200) Multicard Reader/Writerwulf
2003-08-03Bunch of changes to make the Palm Tungsten T work:nathanw
2003-07-30Regen (EDIROL UA-3FX)gehenna
2003-07-30Add suffix 'A' for UA-3FX advanced mode.gehenna
2003-07-30Add EDIROL UA-3FX audio I/Fgehenna
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-03avoid a gcc3 warning about a never-true comparision in thedrochner
2003-06-30Regen (Sony USB Memory Stick Slot (MSC-U03) added)martin
2003-06-30Add Sony USB Memory Stick Slot (MSC-U03),martin
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr