summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_subr.c
AgeCommit message (Expand)Author
2000-06-01Improve some portability items.augustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-05-31Be more careful when setting the alternate interface.augustss
2000-04-27Change my email address.augustss
2000-04-23Make it possible to move a device to its unconfigured state byaugustss
2000-04-21Add some comments.augustss
2000-04-21Change error reporting in port reset function.augustss
2000-04-14Make attach of ugen work as it should so product&vendor locators can be used.augustss
2000-03-29Some OpenBSD portability fixes.augustss
2000-03-29Do not accept new xfers for queuing while a pipe is aborting.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-25Rename and move around callout handles to make it more sane.augustss
2000-03-13Fix doubled 'the's in comments.soren
2000-02-20usbd_devinfo_vp(): search the know devs array also if the devicejdolecek
2000-02-02Change the USB event mechanism to include more information about devicesaugustss
2000-02-01Make sure to use delay() in usb_delay_ms() while cold booting.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-16Add usbd_reload_device_desc() to get the device descriptor again from a device.augustss
1999-12-18Add another debug printf.augustss
1999-12-15Add even more debug output.augustss
1999-12-15More debug printfs.augustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-11-24Avoid the special when disconnecting devices with no config descriptor.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-16Fix a pointer test that I got wrong in the big code cleanup.augustss
1999-11-16Some minor changes from OpenBSD.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Fix some bugs in USB controller detach code.augustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-10-11Add a quirk for devices that lie about how they are powered.augustss
1999-09-16More DIAGNOSTIC paranoia.augustss
1999-09-15Add preliminary (untested) code for detaching the USB host controlleraugustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-09-05Change some printf to DPRINTF for consistency. From Nick Hibma, FreeBSD.augustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-08-29Make usbd_errstr() always return a useful error message; it's not likethorpej
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-19Add a utility function, usbd_errstr(), to print error strings. From FreeBSD.augustss
1999-08-17Redo the UHCI data toggle handling.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-16Change the way transfers are dequeued so thet we know that theyaugustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-14Get rid of a bunch of code that was part of an old USBDI proposal, but thataugustss
1999-05-16Add vendor/product/release locators. Added in frustration as my HIDaugustss
1999-05-13More DIAGNOSTIC tests.augustss
1999-05-09More debug.augustss