summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2004-12-06some mice have more than 7 buttons, so raise the limit in the driver.David Gwynne
fix submitted by Wolfgang S. Rupprecht in pr4015
2004-12-06dont try and detect if the external firmware is already loaded by changingDavid Gwynne
the channel on atu devices with intersil radios. it seems to crash the firmware. from daan vreeken, tested by mitja muzenic
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
only when we bring the interface up.
2004-12-05net80211 in the watchdogDavid Gwynne
2004-12-05clean up init of the tx xfersDavid Gwynne
2004-12-05unbreak builds without ATU_DEBUG set.David Gwynne
thanks to jsg@ for pointing that out
2004-12-05clean up some more of the old state machineDavid Gwynne
2004-12-05shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as aDavid Gwynne
side effect
2004-12-05rely on net80211 for media status/changes. reset the device as neededDavid Gwynne
from daan vreeken
2004-12-05remove the dependance on code from wiDavid Gwynne
2004-12-04remove code that is now unused because of the move to net80211 and theDavid Gwynne
rx/tx cleanup
2004-12-04clean up the tx pathDavid Gwynne
2004-12-04clean up the rx pathDavid Gwynne
2004-12-04disable the state machine in atu in favour of the net80211 framework. lots ofDavid Gwynne
cleanup to follow. partly from daan vreeken, partly from me
2004-12-03URL of data sheet has changed.Jonathan Gray
2004-12-03Don't need to set ifp->if_mtu as ether_ifattach does this for us.Jonathan Gray
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
ok deraadt@.
2004-11-29syncAlexander Yurchenko
2004-11-29CSR BlueCore, from anil.Alexander Yurchenko
2004-11-28syncPeter Valchev
2004-11-28garmin palm device; from openbsd@st.thrush.comPeter Valchev
2004-11-28kue(4) uses loadfirmware(9), but usb threaded probing starts beforeTheo de Raadt
root is mounted. split up kue_attach() so that if in the worst case... it knows how to defer the second part until after the filesystem is up tested by maja, idea ok from miod
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
millert@ mcbride@ jsg@
2004-11-23Create the init process earlier, before the root filesystem is mounted,Miod Vallat
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various.
2004-11-23use ieee80211com to store the macDavid Gwynne
2004-11-22better fix for the internal fw loader that doesnt break 64bit archsDavid Gwynne
2004-11-22use a size_t hereTheo de Raadt
2004-11-22correct licenseTheo de Raadt
2004-11-22relax warmboot detection, required for some models. ok deraadt@Daniel Hartmeier
2004-11-22firmware loading for kue(4), tested for me by dhartmeiTheo de Raadt
2004-11-22use a signed type if we're comparing the var to -1. fixes loading of theDavid Gwynne
internal firmware.
2004-11-22cleaner handling of unknown radiosTheo de Raadt
2004-11-21introduce the net80211 framework to atuDavid Gwynne
2004-11-20When processing sysex stop bytes ensure the packet is not corruptedJonathan Gray
if we are building a new packet, from Alexandre Ratchov. ok deraadt@
2004-11-19regenDavid Gwynne
2004-11-19remove the atmel dwl120 since the product id appears to be a typo. reorderDavid Gwynne
the atmel section by product ids while here
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo
2004-11-19cleanup includesDavid Gwynne
ok deraadt@
2004-11-17use the filesystem based firmware loader; dlg okTheo de Raadt
2004-11-17stuff after #endifTheo de Raadt
2004-11-17syncTheo de Raadt
2004-11-17Three mode devices found in the wild, I thinkTheo de Raadt
2004-11-17remove bogus printfTheo de Raadt
2004-11-16get rid of the ATU_NO_COPY_TX knob. we always want it on.David Gwynne
2004-11-15remove some debug cruftDavid Gwynne
2004-11-15debug printf fixes from Daan VreekenDavid Gwynne
2004-11-12support SIOCG80211BSSID SIOCS80211CHANNEL SIOCG80211POWER; from daanTheo de Raadt
2004-11-12cleanup prototypesTheo de Raadt
2004-11-12print address, this is not a debug pieceTheo de Raadt
2004-11-11use ether_ifdetach; from daanTheo de Raadt