index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-22
too many arguments to function 'ifq_deq_begin'
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-11-14
Add missing header found while removing <sys/srp.h> from <sys/param.h>
Martin Pieuchot
2015-11-13
regen
Stefan Sperling
2015-11-13
Add USB device ID found in an RTL8192EU device.
Stefan Sperling
2015-11-13
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-11
Kill useless IFQ_POLL().
Martin Pieuchot
2015-11-07
Spell `unused' correctly.
Miod Vallat
2015-11-05
for mice with wheels, check for W direction at AC Pan input used in
Joshua Stein
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-11-02
Delay root hub interrupt processing to the soft-interrupt path in order
Martin Pieuchot
2015-11-02
Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-24
Wait a short while between setting a USB device's address and reloading
Stefan Sperling
2015-10-19
Revert transfer submission to r1.85. Seems to make okan@'s scanner
Martin Pieuchot
2015-10-13
Prevent a NULL-pointer dereference when closing a ugen(4) node
Martin Pieuchot
2015-10-01
No need to wakeup(9) the sensor thread because upd_refresh() does not
Martin Pieuchot
2015-09-29
regen
Joerg Jung
2015-09-29
add keyboard/trackpad IDs found in recent MacBooks (12" retina)
Joerg Jung
2015-09-29
Huawei K4511 3G modem.
Martin Pieuchot
2015-09-29
regen
Martin Pieuchot
2015-09-29
Huawei K4511 3G modem.
Martin Pieuchot
2015-09-18
Remove unused variables, from Michael McConville.
Martin Pieuchot
2015-09-15
regen
Jasper Lievisse Adriaanse
2015-09-15
add fingerprint reader as found the x250 as well as another similar
Jasper Lievisse Adriaanse
2015-09-15
Fix kpanic I found the hard way while using pcsc-lite
David Coppa
2015-09-10
Show usb stack error code if a firmware page fails to load in urtwn(4).
Stefan Sperling
2015-09-07
Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers
Martin Pieuchot
2015-09-04
Do not use an intermediary buffer on the stack of the caller when
Martin Pieuchot
2015-09-03
Properly cancel any pending USB abort task when aborting a transfer
Visa Hankala
2015-09-03
Remove the abort_task field in struct dwc2_xfer. There is an identical
Visa Hankala
2015-09-03
Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a
Visa Hankala
2015-09-03
Do not use an intermediary buffer on the stack of the caller when
Martin Pieuchot
2015-09-01
Reject USB requests that could damage the bus integrity, just like it
Martin Pieuchot
2015-08-31
Use one xfer per pipe instead of doing an alloc/free dance for every
Martin Pieuchot
2015-08-28
Fix compiling a kernel without NBPFILTER > 0.
Reyk Floeter
2015-08-24
Add some additional urtwn ids found in the linux rtl8192cu driver.
Jonathan Gray
2015-08-24
regen
Jonathan Gray
2015-08-24
Add some additional urtwn ids found in the linux rtl8192cu driver.
Jonathan Gray
2015-08-22
Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.
Stefan Sperling
2015-08-22
regen
Stefan Sperling
2015-08-22
Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@
Stefan Sperling
2015-08-12
update author information of the copyright section.
Yojiro Uo
2015-08-11
fix regressions introduced in my previous commmit, resulting in
Joerg Jung
2015-07-16
add USB3.0 related code
Yojiro Uo
[next]