index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
modules
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add uep(4), driver for USB onscreen touch panel from eGalax.
glebius
2010-05-25
1
-0
/
+11
*
usb_controller.c requires opt_ddb.h
thompsa
2010-04-29
1
-1
/
+1
*
Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
thompsa
2010-01-28
2
-1
/
+37
*
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
thompsa
2010-01-13
2
-1
/
+38
*
Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).
rpaulo
2009-11-09
2
-1
/
+12
*
Add opt_gdb.h which is now needed by ucom.
thompsa
2009-10-19
1
-1
/
+1
*
Remove the newly added uch341 driver, it will be merged into uchcom instead.
thompsa
2009-10-19
2
-38
/
+2
*
Add support for ChipHead 341 serial port adapter.
thompsa
2009-09-28
2
-2
/
+38
*
add two prerequisites; if_zydreg.h and if_zydfw for dependency check.
weongyo
2009-06-04
1
-1
/
+1
*
connect urtw(4) to the amd64/i386 build that it's not tested on the big
weongyo
2009-06-01
1
-1
/
+9
*
Hook ubt and ubtbcmfw back up to the build.
thompsa
2009-05-27
1
-1
/
+0
*
ports urtw(4) for USB2. Additionally it supports a 8187B chipset weakly
weongyo
2009-05-27
1
-0
/
+10
*
connect upgt(4) to the build. It should work on all architectures.
weongyo
2009-05-12
1
-1
/
+1
*
ports upgt(4) driver for USB2.
weongyo
2009-05-11
1
-0
/
+10
*
connect uath(4) to the build. uath(4) should work on all architectures.
weongyo
2009-04-06
1
-1
/
+1
*
Remove usb_sw_transfer.[ch] which are now empty after r190735.
thompsa
2009-04-06
1
-1
/
+1
*
Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX
weongyo
2009-04-04
1
-0
/
+10
*
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
thompsa
2009-03-19
2
-37
/
+1
*
Hook up new USB modules.
thompsa
2009-02-23
50
-0
/
+1857
*
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
thompsa
2009-02-23
1
-22
/
+0
*
Obfuscated by other diffs while committing r183728:
n_hibma
2008-10-09
1
-5
/
+0
*
opt_bus.h isn't needed here anymore. It never was really needed,
imp
2008-08-30
1
-1
/
+1
*
Release n_hibma's maintainership due to his ENOTIME.
schweikh
2005-06-04
1
-3
/
+1
*
Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces
jhb
2004-12-31
1
-1
/
+1
*
We don't need to generate vnode_if.h anymore
imp
2004-12-29
1
-1
/
+0
*
Remove stray line with just a tab
imp
2004-07-12
1
-2
/
+2
*
Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...
imp
2004-06-27
1
-1
/
+1
*
make usb bus_dma aware.
jmg
2003-07-15
1
-1
/
+1
*
add EHCI (USB 2.0) controller support.
ticso
2003-04-14
1
-0
/
+1
*
Drop <bsd.man.mk> support from <bsd.kmod.mk>.
ru
2002-01-11
1
-2
/
+0
*
Use a consistent style and one much closer to the rest of /usr/src
obrien
2001-01-06
1
-23
/
+25
*
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
peter
2000-05-27
1
-1
/
+1
*
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
peter
2000-05-04
1
-1
/
+1
*
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
bde
2000-01-28
1
-1
/
+0
*
Get rid of some debugging cruft.
n_hibma
2000-01-23
1
-9
/
+1
*
Attempt to fix a problem with receiving packets on USB ethernet interfaces.
wpaul
2000-01-10
1
-1
/
+2
*
Remove -g compiler flag.
marcel
2000-01-03
1
-1
/
+0
*
Removed special rules for building and cleaning device interface files
bde
1999-11-28
1
-18
/
+0
*
Make this compile (remove vnode_if.c from SRCS) and clean properly
green
1999-11-22
1
-2
/
+2
*
USB is loadable as a module as well.
n_hibma
1999-11-22
1
-0
/
+56