summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-01-19make sure only one set of xfers are set up for any number of opens of theDavid Gwynne
2005-01-16typoDavid Gwynne
2005-01-16add support for the HX variant of the pl2303 from Pedro la Peu viaDavid Gwynne
2005-01-16USB_DEBUG should imply UBSA_DEBUGDavid Gwynne
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray
2005-01-15Add id for Psion Dacom Gold Port Ethernet found in Linux driver.Jonathan Gray
2005-01-15regenJonathan Gray
2005-01-15Another kue device found in Linux driver.Jonathan Gray
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
2005-01-12fix kernel building with option UBSA_DEBUG.Moritz Jodeit
2005-01-10from netbsd uplcom.c revision 1.37:David Gwynne
2005-01-10from freebsd, uplcom.c revision 1.23:David Gwynne
2005-01-10add support for calling units (cuaU*)David Gwynne
2005-01-03Add support for the Vodafone Mobile Connect 3G adapter.Reyk Floeter
2005-01-03regenReyk Floeter
2005-01-03add Vodafone Mobile Connect 3G IDsReyk Floeter
2005-01-03- make sure int is in running state before touching the multicast filtersBrad Smith
2005-01-03do not print device info twiceTheo de Raadt
2004-12-31fixes so axe can work on big endian machinesDavid Gwynne
2004-12-30fix for some archs that don't like unaligned accesses, eg sparc64 and alphaDavid Gwynne
2004-12-30get rid of ieee80211 debug outputDavid Gwynne
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
2004-12-26strored -> storedMiod Vallat
2004-12-26Properly indent with tabs rather than spaces.Jonathan Gray
2004-12-26Remove uneeded ifdefs/code.Jonathan Gray
2004-12-23turn padding of tx packets on since it appears it may be needed by certainDavid Gwynne
2004-12-20lots of minor tweaking and cleanup, removal of unused junk, etc; dlg okTheo de Raadt
2004-12-19filesystem firmware loading for uyap(4). this should work, i wrote it veryTheo de Raadt
2004-12-13endian fixes, ie, atu will now work on big endian architectures.David Gwynne
2004-12-13set the buffer up before we try to use it. fixes a panic on sparc64 whichDavid Gwynne
2004-12-12wait till we have root mounted before trying to upload firmwaresDavid Gwynne
2004-12-12fix protoTheo de Raadt
2004-12-12backout the original method of reattaching a usb device now that we haveDavid Gwynne
2004-12-12do a better reattachement of this deviceDavid Gwynne
2004-12-12get rid of uhub_reset_deviceDavid Gwynne
2004-12-12better way to do the reattachement of a deviceDavid Gwynne
2004-12-09code to let us cause a detach and reattach of a device from softwareDavid Gwynne
2004-12-08remove the variables that used to make up the signal cache. nothing in atuDavid Gwynne
2004-12-08remove some defines for timeouts that are no longer used thanks to net80211David Gwynne
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
2004-12-08regenJonathan Gray
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
2004-12-06tell net80211 that we can get probes/beacons on any channel during a scan.David Gwynne
2004-12-06some mice have more than 7 buttons, so raise the limit in the driver.David Gwynne
2004-12-06dont try and detect if the external firmware is already loaded by changingDavid Gwynne
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
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
2004-12-05clean up some more of the old state machineDavid Gwynne