summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubsa.c
AgeCommit message (Expand)Author
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-13Apply some KNF after the recent removal of macros and type definitions.Marc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-01Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional norMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-02-27attach AnyDATA E100H to ubsa.Felix Kronlage
2007-02-21let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@Felix Kronlage
2006-12-07attach Novatel Merlin U740 to ubsaFelix Kronlage
2006-08-07small whitespace nitFelix Kronlage
2006-08-07attach the HUAWEI Mobile E618 umts adapterFelix Kronlage
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-02-11Simplify code a bit.Brad Smith
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-10-29comment fix: Two vendors sold same thingTheo de Raadt
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-03-18sync and cleanup in ubsa(4)Reyk Floeter
2005-01-16USB_DEBUG should imply UBSA_DEBUGDavid Gwynne
2005-01-12fix kernel building with option UBSA_DEBUG.Moritz Jodeit
2005-01-03Add support for the Vodafone Mobile Connect 3G adapter.Reyk Floeter
2005-01-03do not print device info twiceTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-05-19initialize variable to match NetBSDNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert