summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_rsu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only match devices with a valid configuration.mpi2015-06-121-17/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-3/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-20/+2
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Instead of using a wrapper around usbd_transfer() when submitting ampi2013-04-121-5/+7
* The firmware isn't always happy with the length of the "join BSS" commandkettenis2013-02-041-2/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* now that usb_wait_task() is back, bring back recently revertedjakemsr2011-02-101-9/+28
* revert usb.c to r1.72, and all subsequent changes that depend on it.jakemsr2011-02-091-28/+9
* * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while ajakemsr2011-02-051-9/+28
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-4/+1
* grrr... use the same style in the activate functions than in thedamien2010-12-311-4/+2
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+21
* rsu(4) supports the Sweex LW154jakemsr2010-12-181-2/+3
* attach the Hercules HWGUn-54 to rsu(4)damien2010-12-151-6/+5
* Match the Sitecom WL-349 v1.kettenis2010-12-141-1/+2
* #undef RSU_DEBUGdamien2010-12-131-8/+6
* cosmeticdamien2010-12-121-9/+31
* Match the Planex GW-USNano.jsg2010-12-121-1/+2
* rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUdamien2010-12-111-0/+2318