Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Last part of FreeBSD/NetBSD sepcific code removal. | 2007-06-04 | 1 | -20/+1 | ||
| | | | | ok jsg@ | |||||
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | 2007-05-27 | 1 | -9/+11 | ||
| | | | | ok deraadt@ krw@ mbalmer@ | |||||
* | Remove logprintf macro | 2007-05-21 | 1 | -3/+3 | ||
| | ||||||
* | poll errors should be POLLERR, not some random E value | 2006-11-01 | 1 | -2/+2 | ||
| | | | | from alexandre ratchov. ok claudio | |||||
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | 2006-06-23 | 1 | -2/+2 | ||
| | | | | | | something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@ | |||||
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a | 2005-11-21 | 1 | -2/+2 | ||
| | | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||||
* | put "do { } while (0)" wrappers on all the debug maroc functions | 2004-07-08 | 1 | -3/+3 | ||
| | ||||||
* | kqueue support for various usb devices including: usb, uhid, ugen, | 2003-06-27 | 1 | -2/+68 | ||
| | | | | | and uscanner From NetBSD | |||||
* | fix documentation links from netbsd | 2003-05-19 | 1 | -2/+2 | ||
| | ||||||
* | sync with NetBSD | 2002-11-11 | 1 | -4/+18 | ||
| | ||||||
* | update $NetBSD$ tags | 2002-07-25 | 1 | -2/+2 | ||
| | ||||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -6/+6 | ||
| | ||||||
* | Please be more portable in usb land | 2002-07-11 | 1 | -1/+5 | ||
| | ||||||
* | no provate cdev_decl()s, they are in sys/conf.h now | 2002-07-10 | 1 | -3/+1 | ||
| | ||||||
* | Sync hid stuff including ukbd, ums, and uhid with NetBSD | 2002-05-09 | 1 | -265/+84 | ||
| | | | | | | | | | This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -84/+265 | ||
| | ||||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -265/+84 | ||
| | ||||||
* | prefix structure members to avoid name clashes. | 2002-05-02 | 1 | -9/+10 | ||
| | | | | From NetBSD | |||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -5/+7 | ||
| | ||||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -2/+2 | ||
| | | | | kue(4) Ethernet devices. | |||||
* | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | 2001-01-28 | 1 | -4/+22 | ||
| | | | | | | 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.) | |||||
* | Sync with NetBSD. Too many changes to mention. For now I have skipped | 2000-11-08 | 1 | -59/+21 | ||
| | | | | umass.c and ukbd.c as the diffs are a bit hairier. | |||||
* | sync with NetBSD... well almost. someone w/ the hw should check umass. | 2000-07-04 | 1 | -2/+2 | ||
| | ||||||
* | Sync with NetBSD. | 2000-04-14 | 1 | -2/+30 | ||
| | ||||||
* | Sync with NetBSD. USB Ethernet drivers should work now. | 2000-03-30 | 1 | -7/+7 | ||
| | ||||||
* | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | 2000-03-28 | 1 | -15/+19 | ||
| | | | | | | 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). | |||||
* | Sync with NetBSD. | 2000-03-26 | 1 | -50/+94 | ||
| | ||||||
* | sync with NetBSD. | 1999-11-07 | 1 | -25/+31 | ||
| | ||||||
* | Sync with NetBSD. | 1999-09-27 | 1 | -11/+11 | ||
| | ||||||
* | sync with NetBSD; | 1999-08-31 | 1 | -3/+3 | ||
| | | | | struct device->bdevice. | |||||
* | Sync with NetBSD; | 1999-08-27 | 1 | -2/+13 | ||
| | | | | | | | 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. | |||||
* | Sync with NetBSD. Mostly FreeBSD related changes. | 1999-08-16 | 1 | -10/+40 | ||
| | | | | Diffs sent to augustsson. | |||||
* | From NetBSD; USB support. | 1999-08-13 | 1 | -0/+625 | ||