]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
In sys/dev/scc, remove unused static function scc_setmreg(). While
[FreeBSD/FreeBSD.git] / sys / dev / usb /
2013-12-29 dimIn sys/dev/usb/wlan/if_urtw.c, #if 0 a static const...
2013-12-27 kevloAdd D-Link DWA-140 rev D1, another RT5372/run(4).
2013-12-24 kevloSome devices have a dual mode such as Tenda W326U and...
2013-12-21 truckmanAdd quirks to make my old SanDisk Cruzer Mini 128MB...
2013-12-18 kevloUse 'val' instead of 'val & 0xff' since the last argume...
2013-12-18 kevloFix style: add tab after #define.
2013-12-18 kevloFix typo in comment.
2013-12-18 kevloAdd support to IQ calibration.
2013-12-16 hselaskyFix regression issue after r259248:
2013-12-12 hselaskySet chain bit correctly. This will fix some problems...
2013-12-11 hselaskyUSB method structures for USB controllers and USB pipes...
2013-12-08 hselaskyFix typos.
2013-12-06 hselaskyFix compilation when the "USB_DEBUG" option is set.
2013-12-06 kevloAdd support for the MediaTek/Ralink RT5572 chipset.
2013-12-06 kevloReplace the magic numbers with something more readable.
2013-12-06 kevloCosmetic changes.
2013-12-06 kevloRemove daft KASSERT.
2013-12-06 hselaskyImprove the XHCI command timeout recovery handling...
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 hselaskyFix external compiler warning about write-only assigned...
2013-12-05 rayMFC @r258947.
2013-12-04 hselaskyFix what looks like a typo after r258732.
2013-12-04 hselaskyFix external compiler warning(s). Avoid pointer derefer...
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 kevloThe RUN_MAX_TXSZ constat is defined as Tx desc + Tx...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-29 kevloChange run_rt2870_rf_write() prototype (no functional...
2013-11-29 kevloOn the RT2870, rf registers are now 64-bit, not 32...
2013-11-26 hselaskyStyle changes.
2013-11-26 hselaskyAdd missing static keyword.
2013-11-25 hselaskyComply to the XHCI specification. Certain input context...
2013-11-20 truckmanAdd alternate ID for Novatel MiFi 2200 CDMA, which...
2013-11-19 markjImport the axge(4) driver for the ASIX AX88178A and...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-15 mavAdd some more IDs for Intel ATA, AHCI and USB controllers.
2013-11-13 rayMFC @r258091.
2013-11-13 kevloRemove a couple of unused macros.
2013-11-13 kevlo- Use bit twiddling macro to set IEEE80211_MODE_11A
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 markjAdd IDs for the ASIX 88179 and 88178A USB to GigE adapters.
2013-11-12 kevloUse the real product name for Edimax rsu(4) id.
2013-11-11 kevloRemove r257748 by accident.
2013-11-11 kevloAdd support for the MediaTek/Ralink RT5370/RT5372 chipset.
2013-11-06 hselaskyImplement a working write region function to speed...
2013-11-06 hselaskyCheck for "ieee80211_vap_setup()" failure in all USB...
2013-11-06 rayMFC @r257740.
2013-11-06 kevloReading the RT2860_ASIC_VER_ID register is not needed...
2013-11-05 hselaskyProtect the "ratectl_ch" callout in the "run" driver...
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-03 hselaskyAdd description of two EHCI PCI IDs.
2013-11-02 alfredAdd device ID for 'Sanoxy 802.11N' usb
2013-10-31 adrianAllow the Arduino Leonardo to work by supporting CDC...
2013-10-31 hselaskyFix a potential memory leak.
2013-10-31 hselaskyFix some types. Compilation for external target complai...
2013-10-31 kevloAdd RT2860_BCN_OFFSET1 and RT2860_MAX_LEN_CFG register...
2013-10-31 kevloInitialize BBP68 to improve rx sensitivity.
2013-10-31 kevloEnable DC filter in RT3071 Version E.
2013-10-30 ianRework the imx ehci driver so that it's four separate...
2013-10-30 ianAdd a vendor entry for Freescale Semiconductor.
2013-10-30 nwhitehornAdjust various SCSI drivers to handle either a 32-bit...
2013-10-29 baptMerge byacc 20130925
2013-10-28 glebiusInclude necessary headers that now are available due...
2013-10-27 hselaskyFix a deadlock when trying to power off a USB device...
2013-10-26 glebiusThe MII layer shouldn't care about administrative statu...
2013-10-26 glebiusThe r48589 promised to remove implicit inclusion of...
2013-10-25 n_hibmaAdd id for GTM661W.
2013-10-23 rayMFC @r256964.
2013-10-23 kevloFix the RT2860_TX_SW_CFG2 init value on older revisions...
2013-10-23 rayMFC @r256953
2013-10-21 ganboldMove and rename dwc otg driver to more
2013-10-20 gavinAdd 26 new device IDs to uslcom(4). This brings us...
2013-10-18 hselaskyImprove XHCI stability. When a command timeout happens...
2013-10-18 kevloCorrect tx mixer gain value for RT3070 and RT3071.
2013-10-18 kevloSince the DAC issue has been fixed in RT3070(F), the...
2013-10-18 kevloFix lower bits of RF_R3 for RT3370 and newer. This...
2013-10-18 kevloFix rf registers for RT3070.
2013-10-15 hselaskyCorrect programming of XXX_MAXP register. This register...
2013-10-15 hselaskyAdd new USB ID.
2013-10-08 rayMFC @r256148.
2013-10-02 markmMFC - tracking update.
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 hselaskyStability fixes for Intel LynxPoint XHCI controllers...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-12 hselaskyDon't issue USB resume signalling in USB device mode...
2013-09-11 hselaskyClear correct data structure.
2013-09-11 glebius Clean up SIOCSIFDSTADDR usage from ifnet drivers...
2013-09-11 grehanIFC @ r255459
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 markmBring in some behind-the-scenes development, mainly...
2013-09-07 hselaskyRevert parts of r245132 and r245175. We don't need...
2013-09-07 markmMFC
2013-09-07 hselaskyDisable USB 3.0 streams mode by default, hence not...
next