]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
if_muge: Use lock assertion instead of broken locking in lan78xx_chip_init
[FreeBSD/FreeBSD.git] / sys / dev / usb /
2018-05-25 emasteif_muge: Use lock assertion instead of broken locking...
2018-05-24 traszClarify that USB bus power consumption is measured...
2018-05-24 emasteif_muge: Add LAN78xx family USB ids but attach only...
2018-05-24 bzAdd Peraso Technologies, Inc. to the list.
2018-05-24 hselaskyAdd function to wait for USB ethernet attach to complete.
2018-05-23 traszCentralize USB device mode bus power reporting, and add
2018-05-23 philImport libxo-0.9.0:
2018-05-22 emasteif_muge: only attach to LAN7800 Chip ID
2018-05-22 traszAdd new PIDs for Audio, CDCE, MTP, and Mass Storage...
2018-05-21 avguchcom: extend hardware support to version 0x30
2018-05-21 avguchcom: remove UCHCOM_REG_BREAK2 alias of UCHCOM_REG_LCR1
2018-05-21 avguchcom: reject parity and double stop bits as unsupported
2018-05-21 avguchcom: add a hardware configuration tweak seen in...
2018-05-21 avguchcom: add DPRINTF-s to aid debugging of the driver
2018-05-21 avguchcom: report detected product based on USB product ID
2018-05-21 traszAdd a somewhat ugly hack that makes OSX serial device...
2018-05-21 traszImprove description strings for USB device-mode serial...
2018-05-21 traszUse USB Vendor Identifiers and Product Identifiers...
2018-05-20 eadlerMFV: file 5.33
2018-05-19 emastemuge(4): chase r333813 if_addr_lock rwlock to epoch...
2018-05-19 traszFix whitespace; no functional changes.
2018-05-19 traszAdd #defines for vendor/product USB IDs. No functional...
2018-05-19 traszPermit "(", ")", ":", and "/" in USB string descriptors.
2018-05-19 sjgMerge bmake-20180512
2018-05-18 traszStop claiming the device-side USB serial interfaces...
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 emastemuge(4): style and comment cleanup
2018-05-18 emastemuge(4): sync register names with Microchip's lan7800.h
2018-05-17 traszAdd a "multifunction" device side USB template, which...
2018-05-17 andreastFix build if USB_DEBUG is defined.
2018-05-17 traszFix off-by-one in usb_decode_str_desc(). Previously...
2018-05-17 emasteAdd driver for Microchip LAN78xx USB3-GigE controller
2018-05-16 emasteAttempt to fix build by removing EOF backslash-newline
2018-05-15 hselaskyAdd new USB HID driver for Super Nintendo gamepads.
2018-05-15 traszFix sysctl description.
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 emasteusbdevs: add new Microchip USB-Ethernet device IDs
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-04-30 hselaskyImprove fix in r304629 by allowing configuration of...
2018-04-30 emasteif_smsc: set MII BUSY bit to read/write PHY regs
2018-04-30 emasteif_smsc: fix reset check
2018-04-25 traszMake it possible (controlled via sysctl, enabled by...
2018-04-24 manuuslcom: Both CP2104 and CP2105 can support up to 2Mbps...
2018-04-24 manuuslcom: Apply style(9) and be consistant with function...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-08 gonzoClean up OF_getprop_alloc API
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 hselaskyFix for regression issue in USB keyboard driver after...
2018-03-27 hselaskyAdd support for right and middle click with integrated...
2018-03-24 philipImport tzdata 2018d
2018-03-23 andrewIf sc->sc_ep_max is already set use it to find the...
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 andrewIncrease the size of the endpoint buffers. They are...
2018-03-21 andrewUse a table to find the endpoint configuration
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 avosurtw(4), zyd(4): reduce code verbosity.
2018-03-16 avosurtw(4): provide names for some commonly used rate...
2018-03-10 avosusb/wlan/*: properly include "opt_wlan.h" into all...
2018-03-10 avosrun(4): drop few unused variables.
2018-03-09 avosnet80211: wrap protection frame allocation into ieee802...
2018-03-04 ianFlag the first interface on a KTLINK FTDI-based jtag...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-24 hselaskyFix race when detach is called right after attach in...
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 ianDo not try to deallocate memory that wasn't allocated...
2018-02-17 hselaskyRemove unused bus_autoconf section from usb.ko.
2018-02-17 hselaskyRevert redundant parts of r329440 after recent devmatch...
2018-02-17 impCorrect the PNP information generated by the usb driver...
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-13 hselaskyFix for incorrect PnP information used by devmatch(8).
2018-02-13 hselaskyAdd new USB quirk.
2018-02-11 ianAdd a device ID to uftdi for TIAO USB Multi Protocol...
2018-02-09 jkimMFV: r329072
2018-02-07 hselaskyGive USB template SYSUNINIT()'s a uniq name to avoid...
2018-02-03 hselaskyAdd new USB ID.
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-30 traszMake the handler routine for the hw.usb.template sysctl...
2018-01-29 ianAdd a NO_GETMAXLUN quirk for the JMicron JMS567 USB...
2018-01-25 brAdd basic driver for Qualcomm USB 2.0 EHCI controller.
2018-01-24 traszAdd SPDX identifiers to linux_ptrace.c and cfumass.c.
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-21 traszAdd missing manufacturer/serial number string descriptors.
2018-01-20 mmelConvert extres/phy to kobj model.
2018-01-20 traszRemove unused index.
2018-01-20 traszAdd missing SPDX tags; the rest of the license text...
2018-01-20 traszAdd sysctls to control device side USB identifiers...
next