]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
Implement basic support for the USB host controller found in the
[FreeBSD/FreeBSD.git] / sys / dev / usb /
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.
2014-04-23 hselasky- Get transmit loop more in line with the other serial...
2014-04-18 hselaskyAdd new USB quirk.
2014-04-18 hselaskyAdd support for specifying USB controller mode via...
2014-04-11 hselaskyCorrect IMOD default value according to comment.
2014-04-10 kevloAdd the Asus USB-N10 NANO.
2014-04-09 hselaskyFix for infinite XHCI reset loops when the set address...
2014-04-05 ianAdd ioctl(2) calls to uftdi(4) to access bitbang, MPSSE...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-03 joergAdd the Dresden Elektronik "USB Levelshifter Stick...
2014-04-03 yongariCorrect endianness handling in getting station address...
2014-04-02 ianUse 2K buffers for IO to help achieve full device speed...
2014-04-01 ianSupport serial speeds up to 12mbaud with newer FTDI...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 hselaskyAdd new USB ID.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-20 hselaskyTry to resolve a possible deadlock when detaching USB...
2014-03-18 emasteUpdate NetBSD Foundation copyrights to 2-clause BSD
2014-03-17 hselaskyFix spelling.
2014-03-14 hselaskyWorkaround for USB MIDI adapters which use non-supporte...
2014-03-14 kevloReset the bit of the R92C_MCUFWDL associated with check...
2014-03-14 kevloSimilar to r246614, fix panic on removing urtwn(4)...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-10 hselaskyIgnore USB keyboard driver calls from critical sections.
2014-03-06 kevloFix a logic error when enabling MAC.
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 hselasky- Temporary fix for race in RUN driver which can
2014-03-05 delphijMFV r262756:
2014-03-04 hselaskyAdd new quirk.
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-03-01 hselasky- Make pointer easier to control when moving slowly.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 dimMerge from head up to r262611.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 impAdd device and gadget bindings for fdt. These are preli...
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-27 hselaskyClear the knote list before destroying it.
2014-02-27 hselaskyAdd missing call to "knlist_destroy()".
2014-02-27 hselaskyAdd support for kqfilter to USB character devices.
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 hselaskyDon't generate devd rules for WSP device ID's found...
2014-02-25 hselaskyUpdates for WSP driver:
2014-02-25 dimMerge from head up to r262472.
2014-02-25 kevloAdd a flag to run's device list which uses a standard...
2014-02-24 hselaskyFix compiler warning.
2014-02-24 hselaskyUpdate ATP driver:
2014-02-23 hselaskyUpdate ATP driver:
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-18 rodrigcIn ue_attach_post_task(), initialize curvnet to vnet0...
2014-02-17 hselaskyOur quirk table is almost full. Add some room for more...
2014-02-17 hselaskyAdjust USB quirk.
2014-02-17 dimIn sys/dev/usb/controller/uss820dci.c, similar to r2619...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 hselaskyAdd new PCI ID for hardware which needs port routing...
2014-02-16 dimIn sys/dev/usb/controller/musb_otg.c, fix a warning...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 hselaskyFix minor logical error in the XHCI driver. Set correct...
2014-02-14 rpauloAdd urtwn_start_locked() to avoid unlocking during TX.
2014-02-13 hselasky- Remove not needed definitions from driver.
2014-02-12 hselaskyIssue doorbell twice before finally freeing the DMA...
2014-02-08 impRemove FreeBSD 6 support
next