summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Drop Giant before calling kproc_exit(), so we don't trigger assertion inpjd2008-05-201-0/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-4/+4
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand usb_port.h macros.imp2007-06-181-20/+38
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* unifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__imp2007-06-121-100/+5
* Eliminate usb_thread_t.imp2007-06-121-4/+4
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-1/+1
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-4/+4
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-7/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-8/+2
* Use a different task queue for host controller and peripheral driveriedowse2006-10-191-29/+57
* More removing compatibility macros.imp2006-09-071-12/+12
* s/Static/static/gimp2006-09-061-23/+23
* When usb_event_thread() first starts, wait significantly longeriedowse2006-05-231-5/+14
* Prepare to commit SL811 based Host controller driver.takawata2005-07-141-0/+1
* Don't defer the boot-time exploration of high-speed USB busses.iedowse2005-03-271-3/+9
* Now that all architectures allow hooks to be inserted beforeiedowse2005-03-191-6/+2
* Defer boot-time exploration of USB busses until all devices in theiedowse2005-03-171-1/+30
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include fcntl.hphk2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-131-1/+2
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-22/+49
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* MFNetBSD 1.80; author: wizle2004-05-231-2/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-1/+0
* MFNetBSD:joe2003-11-091-0/+1
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-bms2003-10-051-1/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-2/+8
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Make a note of some patches from NetBSD that we already have.joe2003-07-141-1/+2
* MFNetBSD:joe2003-07-141-1/+4
* add EHCI (USB 2.0) controller support.ticso2003-04-141-0/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setjoe2002-09-151-13/+0
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-2/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-6/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+8
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-2/+3
* Slight tidy up to reduce the differences between our version and NetBSD's.joe2002-04-091-9/+9
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
* MFNetBSD:joe2002-04-071-1/+1
* MFNetBSD:joe2002-04-071-1/+3
OpenPOWER on IntegriCloud