summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2004-01-09in ehci_softintr() when looping over the active xfers, save the next pointerchs
before calling ehci_check_intr(), since that will free the xfer structure if the xfer is complete.
2004-01-07add list of known issues, from Lennart Augustsson and Michael van Elstjdolecek
2004-01-06Abort the USB transfer on an endpoint when the last midi devicegson
referencing it is closed. Fixes kern/23987.
2004-01-05One more device. From OpenBSD.augustss
2004-01-05Regen.augustss
2004-01-05Add a number of devices. From OpenBSD.augustss
2004-01-05Add an HP adapter. From FreeBSD.augustss
2004-01-05Try harder to get initial descriptor. Do a port reset now and thenaugustss
in the retry loop.
2004-01-05Fix bug in error path. From OpenBSD.augustss
2004-01-05Add more scanners.augustss
2004-01-05Add another device.augustss
2004-01-05Get rid of a vnode.h include.augustss
2004-01-05Get rid of some vnode.h includes.augustss
2004-01-05Regen.augustss
2004-01-05Add lots of devices. From FreeBSD.augustss
2004-01-05Add Compaq "iPaq" HNE-200 USB Ethernet adapter.schmonz
2004-01-05Regen (Compaq "iPaq" HNE-200 USB Ethernet adapter).schmonz
2004-01-05Add Compaq "iPaq" HNE-200 USB Ethernet adapter.schmonz
2004-01-04Cosmetic changes.augustss
2004-01-04make uhid_graphire*_report_descr[] constjdolecek
2004-01-04Kill the flow control interface. Bluetooth devices are not equipped to dealdsainty
with flow control being applied. It is simpler and no more problematic to accept the data and drop it if we hit a resource limit than to expect the Bluetooth device to do anything about it (which it won't).
2004-01-04Correct buffer selection in uhidev_set_report for non-zero report IDs (rare!)dsainty
Spotted by Dave Huang, noted in tech-kern.
2004-01-04Support Graphire 4x5. From Dave Huang in kern/23965.augustss
2004-01-04Regen.augustss
2004-01-04Add Wacom Graphire3 4x5. From Dave Huang.augustss
2004-01-03Regen.soren
2004-01-03Add Motorola A920.soren
2004-01-02Correct a conditional masking error conditionsdsainty
2004-01-01Correctly initialise ALL of the attach argument block. Fixes panic ondsainty
device open (previously avoided by compiler-dependent luck :)
2003-12-31add Logitech "QuickCam for Notebook Pro" and "QuickCam Pro 4000".hamajima
these are match for ugen, not uaudio. requested from Takafumi Mizuno.
2003-12-30No longer need to include <dev/ic/wdcreg.h>thorpej
2003-12-29Use the correct wValue to get hub desriptors.toshii
Also, make wValue checks of root hub codes less strict.
2003-12-28Regen.augustss
2003-12-28Add a couple of devices.augustss
2003-12-22Regen.sekiya
2003-12-22Add MELCO LUA-U2-KTX 10/100 USB network interface IDs. Uses uax driver.sekiya
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
Fix some non-initialized variables close the output files when done Redo the printing for RCS strings so they don't expand in the awk script too Do proper tests for variables existance before accessing Verified output from all scripts is identical to original versions
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-14Instead of calling wddone() directly, set a (*drv_done)() callback inthorpej
the ata_drive_datas structure and invoke that.
2003-12-05Make the chars in the umidi_endpoint buffer unsigned; this fixes atgson
least one sign extension bug which caused umidi input to not work.
2003-12-05Opening umidi read-only failed to increment ep->num_open becausegson
open_in_jack() treated USBD_IN_PROGRESS as a failure return.
2003-12-04netbsd.org -> NetBSD.orgkeihan
This was the last commit of this kind to src/sys, which is now totally "NetBSD.org clean". Thanks for the patiance, and sorry for all the commits.
2003-12-01Revert revision 1.3 "add sysctl support to firmware loader" byatatat
"removing sysctl support from firmware loader". It was never referenced or called from anywhere... Suggested by augustss@netbsd.org in private email.
2003-11-24Make the DPRINTF text for bulk in/out opening errors match which onenathanw
is in and which one is out.
2003-11-24Add a device. From OpenBSD.augustss
2003-11-23Try harder to avoid 0 ports woth AMD756. From OpenBSD.augustss
2003-11-23Fix swapped lines in cleanup in ohci_init(). From OpenBSD.augustss
2003-11-23Add more scanners. From FreeBSD.augustss
2003-11-23Regen.augustss
2003-11-23Add another device. From FreeBSD.augustss