Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Simplify code a bit. | Brad Smith | |
From NetBSD ok fgs@ | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-10-29 | comment fix: Two vendors sold same thing | Theo de Raadt | |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith | |
This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-03-18 | sync and cleanup in ubsa(4) | Reyk Floeter | |
2005-01-16 | USB_DEBUG should imply UBSA_DEBUG | David Gwynne | |
2005-01-12 | fix kernel building with option UBSA_DEBUG. | Moritz Jodeit | |
ok dlg@ henning@ | |||
2005-01-03 | Add support for the Vodafone Mobile Connect 3G adapter. | Reyk Floeter | |
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@ | |||
2005-01-03 | do not print device info twice | Theo de Raadt | |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt | |
2003-11-11 | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) | Miod Vallat | |
2003-05-19 | initialize variable to match NetBSD | Nathan Binkert | |
2003-05-07 | string cleanup; nate ok | Theo de Raadt | |
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> |