| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | Andrew Thompson | 2009-02-23 | 1 | -376/+0 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | Latest round of usb cleanups: | Warner Losh | 2007-06-21 | 1 | -0/+1 |
| * | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 1 | -2/+2 |
| * | Finish removal of usb_port.h macros. | Warner Losh | 2007-06-18 | 1 | -5/+27 |
| * | Expand USB_MATCH_START | Warner Losh | 2007-06-17 | 1 | -1/+1 |
| * | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | Warner Losh | 2007-06-13 | 1 | -2/+4 |
| * | Don't pretend to support !BSD systems. | Warner Losh | 2007-06-12 | 1 | -1/+0 |
| * | Eliminate usb_thread_t. | Warner Losh | 2007-06-12 | 1 | -3/+3 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -2/+2 |
| * | Minor tweak. | Warner Losh | 2007-06-11 | 1 | -4/+2 |
| * | Remove lots of extra junk: | Warner Losh | 2007-06-09 | 1 | -114/+2 |
| * | Remove compat ifdefs for version < 500014 from the rest of the USB files. | Christian Brueffer | 2007-06-07 | 1 | -7/+0 |
| * | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -3/+3 |
| * | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -3/+3 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -1/+0 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -4/+4 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -7/+0 |
| * | It appears that we don't need sys/vnode.h, which is a layering violation... | Warner Losh | 2004-01-02 | 1 | -1/+0 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -0/+4 |
| * | Fix the cdevsw compatibility for -stable. | Josef Karthauser | 2003-08-25 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -17/+17 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | Use canonical format for cdevsw initialization. | Poul-Henning Kamp | 2003-03-02 | 1 | -4/+13 |
| * | ufm doesn't care what major it uses. | Warner Losh | 2003-02-28 | 1 | -1/+1 |
| * | There's no need for a locally defined usb_proc_t when we've got | Josef Karthauser | 2002-11-06 | 1 | -10/+3 |
| * | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
| * | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -2/+2 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
| * | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | Josef Karthauser | 2002-05-06 | 1 | -1/+2 |
| * | On FreeBSD make usb_proc_t the same as d_thred_t always. | Warner Losh | 2002-03-11 | 1 | -2/+2 |
| * | Be more specific about when block major numbers disappeared from | Josef Karthauser | 2002-03-11 | 1 | -1/+1 |
| * | Fix one genuine bug and a potential one: | Luigi Rizzo | 2002-03-10 | 1 | -2/+2 |
| * | Support for USB fm radio. | Alfred Perlstein | 2002-03-04 | 1 | -0/+475 |