Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-28 | shorten dmesg | David Gwynne | |
requested by deraadt@ ok pascoe@ | |||
2005-03-13 | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. | Christopher Pascoe | |
Supports bulk, control and interrupt pipes, letting USB1 keyboards and most network interfaces work when connected to a USB2 hub. ok dlg@ | |||
2004-12-12 | get rid of uhub_reset_device | David Gwynne | |
2004-12-12 | better way to do the reattachement of a device | David Gwynne | |
2004-12-09 | code to let us cause a detach and reattach of a device from software | David Gwynne | |
ok deraadt@ | |||
2004-07-11 | from netbsd via loki@animata.net, revision 1.68 | Theo de Raadt | |
Ignore a port error that happens to come in at the same time as a connect status change. Some root hubs seem to report both. | |||
2004-07-11 | from netbsd via loki@animata.net | Theo de Raadt | |
uhub.c revision 1.65, ohci.c revision 1.146, uhci.c revision 1.177 Use the correct wValue to get hub desriptors. Also, make wValue checks of root hub codes less strict. | |||
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt | |
2004-07-07 | silence something | Theo de Raadt | |
2004-06-10 | From FreeBSD (via rees@umich.edu and nate) | Peter Valchev | |
Initialise `restartcnt' in the newly malloc'd usbd_port structure, as otherwise the junk it contains may cause uhub_explore to give up without ever trying to restart the port. This fixes the following errors I was seeing with a VIA UHCI controller: uhub0: port error, restarting port 1 uhub0: port error, giving up port 1 | |||
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert | |
This includes numerous fixes and paves the way for usb 2.0 support. | |||
2003-05-19 | fix documentation links from netbsd | Nathan Binkert | |
2003-05-07 | string cleanup; nate ok | Theo de Raadt | |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert | |
2002-07-10 | Handle resetting port better. | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
2001-05-03 | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | Aaron Campbell | |
kue(4) Ethernet devices. | |||
2001-01-28 | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | Aaron Campbell | |
driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.) | |||
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell | |
umass.c and ukbd.c as the diffs are a bit hairier. | |||
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). | |||
2000-03-26 | Sync with NetBSD. | Aaron Campbell | |
1999-11-07 | sync with NetBSD. | Federico G. Schwindt | |
1999-09-27 | Sync with NetBSD. | Federico G. Schwindt | |
1999-08-31 | sync with NetBSD; | Federico G. Schwindt | |
struct device->bdevice. | |||
1999-08-27 | Sync with NetBSD; | Federico G. Schwindt | |
Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space. | |||
1999-08-16 | Sync with NetBSD. Mostly FreeBSD related changes. | Federico G. Schwindt | |
Diffs sent to augustsson. | |||
1999-08-13 | From NetBSD; USB support. | Federico G. Schwindt | |