Age | Commit message (Expand) | Author |
2010-09-23 | instead of running usb_explore() from individual kthreads for each | Jacob Meuser |
2010-09-23 | rename usb_discover to usb_explore for consistency. | Jacob Meuser |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-12-09 | assign ehcidebug to USB_DEBUG ioctl argument. | Yojiro Uo |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-13 | Apply some KNF after the recent removal of macros and type definitions. | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-11 | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in | Marc Balmer |
2007-06-11 | Remove the definition and use of the USB_GET_SC macro, no binary change. | Marc Balmer |
2007-06-11 | More USB cleanup: In usb_port.h, get rid of the sel_klist #define | Michael Knudsen |
2007-06-10 | Get rid of the USBDEVPTRNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of USBDEVUNIT. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-03-22 | Reapplication of rev 1.36. | Christopher Pascoe |
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker |
2007-03-18 | Wait the stable power delay on a USB hub only once per hub (not per port), | Christopher Pascoe |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2006-09-18 | get rid of the usb_port.h macros that wrap our kthread create functions. | David Gwynne |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-11 | make all usb1 controllers sleep until all the usb2 controllers have probed | David Gwynne |
2004-12-12 | better way to do the reattachement of a device | David Gwynne |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre |
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert |
2002-07-11 | Please be more portable in usb land | Nathan Binkert |
2002-07-10 | no provate cdev_decl()s, they are in sys/conf.h now | Michael Shalayeff |
2002-07-09 | make the timeout a function parameter | Nathan Binkert |
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 |
2002-05-02 | prefix structure members to avoid name clashes. | Nathan Binkert |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert |