]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
Update libucl to latest version
[FreeBSD/FreeBSD.git] / sys / dev / usb /
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 hselaskyImprove support for Intel Lynx Point USB 3.0 controller...
2014-07-13 hselaskyTurn off blinking device leds at attach.
2014-07-13 hselaskyFix performance problems with AXGE network adapter...
2014-07-10 kevloEnable 8051 before downloading firmware.
2014-07-07 hselaskyImprove support for Intel Lynx Point USB 3.0 controller...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-03 hselasky- Disable hardware checksumming until it is properly...
2014-07-01 hselaskyFix order of USB serial layer uninit. Currently module...
2014-07-01 hselaskyFix for use after free.
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-27 hselaskyAdd proper rangechecks in "axge_rx_frame()" function and
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-10 mariusAvoid the USB device disconnected and controller shutdo...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-08 hselaskyResolve a deadlock setting the USB configuration index...
2014-06-07 hselaskyMake WITNESS happy by giving USB mutexes different...
2014-06-07 hselaskyFix for USB specification compliance. We need to accept...
2014-06-07 hselaskySome further DWC OTG improvements for full speed and...
2014-06-05 hselasky- Verify that we don't load more data into a FIFO than...
2014-06-05 hselaskyNeed to check the transfer cache field in the device...
2014-06-05 hselaskyTry to fix DWC OTG regression issues with full and...
2014-06-05 kevloRemove D-Link DWA140 rev D1 by accident.
2014-06-04 hselaskyMore RSU fixes:
2014-06-04 hselaskyThe external USB HUB in the RPI-B rejects control endpo...
2014-06-04 hselaskyFixes for the RSU driver:
2014-06-03 grehanMFC @ r266724
2014-06-02 hselaskyChange type of the DMA address so that on PAE platforms...
2014-06-01 hselaskyAdd basic support for isochronous transfers in host...
2014-05-30 hselaskyIt appears the ISP/SAF1761 sometimes is busy when readi...
2014-05-30 hselaskyMake driver detach code in USB mass storage test optional.
2014-05-30 hselaskyAdd ISP/SAF1761 bootloader bus interface file.
2014-05-30 hselaskyAdd support for basic read, write and read capacity...
2014-05-29 hselaskyAdd some more spinlocks to protect the state of the...
2014-05-29 hselaskyHook the ISP/SAF1761 driver into MIPS kernel builds.
2014-05-29 hselaskyOptimise the ISP/SAF1761 driver:
2014-05-28 hselaskyFixes for ISP/SAF1761 host mode:
2014-05-27 hselasky- Correct bus space resource type for register access.
2014-05-27 hselaskyMultiple fixes and improvements:
2014-05-27 kevlo- Improve performance by fixing incorrect Rx/Tx handling
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-27 kevloRemove r264317 by accident.
2014-05-25 hselaskyMake SAF1761 driver endian safe.
2014-05-22 hselasky- Give firmware loading more time.
2014-05-22 hselasky- Fix a bug where the TLBPC value was forced to being...
2014-05-22 hselasky- Stop transfers when RSU init fails.
2014-05-21 hselaskyImplement interrupt endpoint methods for host mode...
2014-05-21 hselasky- Split transmit queue into one for each type. Apparent...
2014-05-21 hselasky- Replace some constants with macros.
2014-05-21 kevlo- Configure Rx bulk
2014-05-21 hselaskyAvoid starting a USB transfer inside the callback funct...
2014-05-20 hselasky- The DELAY() should not be used in USB drivers.
2014-05-20 hselasky- The DELAY() should not be used in USB drivers.
2014-05-20 hselaskyCorrect some programming details. The layout of the...
2014-05-20 hselaskyMake sure detach code is executed in all cases. This...
2014-05-18 hselasky- Remove no longer used file. FDT is used to attach...
2014-05-18 hselasky- Add softc pointer argument to FIFO functions as an...
2014-05-16 bruefferRemove some unused variables.
2014-05-16 hselaskyEnable host controller interrupts.
2014-05-16 hselaskyRemove old files.
2014-05-16 hselaskyFix a compile warning about unused variable.
2014-05-16 hselaskyRename "saf1761_dci_xxx" into "saf1761_otg_xxx" to...
2014-05-16 hselaskyImplement basic support for the USB host controller...
2014-05-16 hselasky- Allow the SAF1761 driver to attach to the root HUB...
2014-05-16 hselasky- Add flattended device tree probe-, attach- and detach...
2014-05-16 hselasky- Correct some programming details for the SAF1761...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 hselaskyImplement USB device side driver code for SAF1761 and...
2014-05-14 hselaskyDisable configuration of the host frame interval regist...
2014-05-13 hselasky- Isochronous transfers should use the alternate next...
2014-05-12 hselaskyCreate driver file templates, kernel module Makefile...
2014-05-11 hselaskyOptimise host mode data roundtrip time. When BULK data...
2014-05-10 hselaskyOptimise host channel disabling:
2014-05-09 hselaskyFix a regression issue:
2014-05-09 hselaskyFix for NULL pointer.
2014-05-09 hselaskyMultiple DWC OTG host mode related fixes and improvements:
2014-05-06 hselaskyReduce the number of interrupts in USB host mode for...
2014-05-05 tuexenFill in csum_data only for UDP or TCP packets. This...
2014-05-05 hselaskyImprove DWC OTG USB host side support for isochronous...
2014-04-27 hselaskySetting the IMOD value below 0x3F8 can cause IRQ lockup...
2014-04-26 andreastFix gcc build, initialize off variable.
2014-04-26 ianStop calling imx51_ccm_foo() clock functions from imx6...
2014-04-26 kevloInitialize rssi variable.
2014-04-25 ianThe FTDI product ID we've been calling BEAGLEBONE is...
2014-04-25 ianRemove device type from the uftdi_devs table, enhance...
2014-04-25 kevloAdd preliminary support for the Realtek RTL8188EUS...
2014-04-24 kevloFix panic by adding mtx_assert() to urtwn_init_locked...
2014-04-23 baptUpdate to byacc 20140409
2014-04-23 kevloOops, revert r264801.
2014-04-23 kevloAdd a missing break.
next