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
/
dev
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ZyXEL G-202
weongyo
2008-09-05
2
-0
/
+2
*
Make uipaq's ucom callbacks easier to read while I'm hear looking for
imp
2008-08-31
1
-8
/
+1
*
All the other routines returned EIO from the param routine. Return it
imp
2008-08-31
2
-2
/
+2
*
Ioctls that aren't handled by this layer need to return ENOIOCTL, not
imp
2008-08-31
1
-9
/
+7
*
Kill dead code. This has been a 'todo' item for a long time and the
imp
2008-08-31
2
-68
/
+2
*
opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.
imp
2008-08-30
2
-4
/
+0
*
opt_bus.h is supposed to be for subr_bus.c only. There's no need for
imp
2008-08-30
1
-2
/
+0
*
Send the magic unlock packet the linux driver claims to have sniffed
imp
2008-08-25
1
-1
/
+16
*
Greatly expand the devices listed as being supported. This list was
imp
2008-08-25
1
-0
/
+449
*
Sort the list of supported products alphabetically.
imp
2008-08-25
1
-4
/
+4
*
Style nit: s/^ }/}/
imp
2008-08-23
1
-1
/
+1
*
Add support for the Alcor Card Reader (9361)
remko
2008-08-21
2
-0
/
+5
*
Bring in support for the MC8755 Sierra UMTS card.
remko
2008-08-20
2
-0
/
+3
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
4
-219
/
+154
*
Add the D-Link DWA-110
kevlo
2008-08-19
2
-0
/
+2
*
sc->sc_ibuf should be malloc'ed after quirks applied, as
kaiw
2008-08-18
1
-6
/
+7
*
Fix a typo: According to the hid spec, Global item #3
kaiw
2008-08-18
1
-1
/
+1
*
In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, its
kaiw
2008-08-18
1
-3
/
+12
*
Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.
kaiw
2008-08-18
1
-0
/
+3
*
Make it easy to comment out the part that use current tty layer directly.
takawata
2008-08-18
1
-9
/
+32
*
Fix compile
kris
2008-08-18
1
-2
/
+2
*
Add isochronous transfer support for USB 2.0
kevlo
2008-08-18
4
-49
/
+834
*
o Add a quirk for Sony Handycam DCR-HC32E.
maxim
2008-08-13
1
-0
/
+4
*
Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).
weongyo
2008-08-11
3
-0
/
+2859
*
Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G.
brix
2008-08-09
2
-0
/
+6
*
Add support for the ASUS P535 PDA
remko
2008-08-02
2
-0
/
+2
*
Use single byte read and write operations to toggle the BIOS and OS
jhb
2008-07-30
2
-14
/
+14
*
Free the correct buffer list on failure.
thompsa
2008-07-30
2
-2
/
+2
*
Add tweak for AMD Geode "companion" chip, AMD CS5536, which is apparently
ivoras
2008-07-24
1
-1
/
+10
*
Don't include <sys/tty.h> in non-TTY drivers.
ed
2008-07-24
2
-2
/
+3
*
Fix a benign typo that would give out an incorrect warning message.
luoqi
2008-07-17
1
-4
/
+3
*
Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly
rwatson
2008-07-04
1
-1
/
+6
*
Add USB ids for the Epson DX7400 / CX7300 multifunction scanner printer
luigi
2008-06-27
2
-0
/
+2
*
Add the D-Link DWA-111
kevlo
2008-06-13
2
-0
/
+2
*
Add Belkin F5U257 to the mix.
imp
2008-06-10
1
-0
/
+2
*
>From NetBSD:
kevlo
2008-06-10
2
-46
/
+0
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
3
-6
/
+12
*
Add the support for the Globetrotter Max 3.6 HSDPA Modem.
attilio
2008-06-05
2
-0
/
+3
*
Add device IDs for Ricoh R5U870-based OEM cameras
kevlo
2008-06-04
1
-0
/
+8
*
Add device ID for AnyDATA ADU-500A EV-DO modem.
kan
2008-06-03
2
-0
/
+3
*
Add vendor/device IDs for Novatel U740 repackaged by Dell.
kan
2008-06-03
2
-0
/
+3
*
Change my email address to the one from the FreeBSD project.
ed
2008-05-24
1
-1
/
+1
*
Drop Giant before calling kproc_exit(), so we don't trigger assertion in
pjd
2008-05-20
1
-0
/
+4
*
Add support for the Epson 4800 scanner.
remko
2008-05-18
2
-0
/
+2
*
Add support for the Nikon D300 camera
remko
2008-05-16
2
-0
/
+5
*
Don't let hacksync() call bus_dmamap_sync(9) on DMA maps which
marius
2008-05-13
2
-6
/
+14
*
From the OpenBSD commit log :
cognet
2008-05-13
2
-1
/
+3
*
Update PLCP<->rate mapping support:
sam
2008-05-12
3
-7
/
+79
*
Minor cleanup of vap create work:
sam
2008-05-12
3
-3
/
+6
*
Add ID for HTC PPC6700 Modem.
delphij
2008-05-08
2
-0
/
+2
[prev]
[next]