Age | Commit message (Expand) | Author |
2014-05-26 | Matching USB devices per device IDs is not a good idea, especially if | Martin Pieuchot |
2014-05-25 | fix format mistakes when AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-25 | The default case in uhci_deactivate() was missing. Because of that, | Martin Pieuchot |
2014-05-24 | Barriers for mips64 | Miod Vallat |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-24 | regen | Stefan Sperling |
2014-05-24 | Add device IDs for newer run(4) devices. Obtained from FreeBSD. | Stefan Sperling |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-21 | We only have one possible location to use for a logged in port, so only set | Jonathan Matthew |
2014-05-21 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-21 | regen | Martin Pieuchot |
2014-05-21 | Add VIA Labs. | Martin Pieuchot |
2014-05-21 | Handle the stall condition just like the bable one since in both cases | Martin Pieuchot |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2014-05-20 | regen | Martin Pieuchot |
2014-05-20 | Add VIA VL80x xHCI. | Martin Pieuchot |
2014-05-20 | Format string fixes for XHCI_DEBUG. | Martin Pieuchot |
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-19 | unbreak the build when DIAGNOSTIC is not defined | Jonathan Gray |
2014-05-19 | Update run(4) firmware to version 0.33, with permission from Dennis Lee | Stefan Sperling |
2014-05-18 | hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@ | Jeremie Courreges-Anglas |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |
2014-05-18 | Do not pass an xfer pointer to the timeout routine checking for root hub | Martin Pieuchot |
2014-05-18 | Fix tail packet check in elantech v3 touchpad code. Due to a typo this | Stefan Sperling |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling |
2014-05-18 | regen | Stefan Sperling |
2014-05-18 | Add PCI ID for Realtek RTL8402 card reader. | Stefan Sperling |
2014-05-17 | Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). | Stefan Sperling |
2014-05-17 | fix format mistakes visible if AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if UAUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if AUICH_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t | Alexandre Ratchov |
2014-05-17 | unbreak build: exchange %b args order, from miod@ | Alexandre Ratchov |
2014-05-17 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-16 | Reduce the difference between HC drivers by always passing a generic | Martin Pieuchot |
2014-05-16 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-16 | It seems that there is new and old revision of CH340. | sasano |
2014-05-16 | regen | David Coppa |
2014-05-16 | Add Alcatel OneTouch L100V | David Coppa |
2014-05-15 | regen | Martin Pieuchot |
2014-05-15 | XHCI -> xHCI | Martin Pieuchot |
2014-05-15 | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory | Martin Pieuchot |
2014-05-14 | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, | Alexandr Shadchin |
2014-05-12 | Move GTT management for Sandy Bridge and up into inteldrm(4). This makes | Mark Kettenis |
2014-05-12 | Backport FreeBSD's HID parser in order to properly parse `moderm' | Martin Pieuchot |
2014-05-11 | The relation between uhci(4), ohci(4) and their root hub device is | Martin Pieuchot |
2014-05-10 | Sidestep format string issue by sanitizing a bit of debug code. | Mark Kettenis |
2014-05-09 | Format string fixes and removal of -Wno-format for *ppc kernels. | Miod Vallat |
2014-05-09 | Plug an xfer leak when detaching root hubs. | Martin Pieuchot |
2014-05-08 | Format string fixes and removal of -Wno-format for hppa kernels. | Miod Vallat |