Age | Commit message (Expand) | Author |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-04-12 | Call ether_fakeaddr() instead of faking Ethernet addresses manually. | Martin Pieuchot |
2016-03-31 | The USB console port on Aruba 7xxx wireless controllers shows up as | Reyk Floeter |
2016-03-31 | sync | Reyk Floeter |
2016-03-31 | Add Aruba CP210x for the integrated "Aruba Networks USB to UART Bridge | Reyk Floeter |
2016-03-30 | Add support for multitouch input to wsmouse. | Ulf Brosziewski |
2016-03-21 | Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h. | Stefan Sperling |
2016-03-20 | Update the axen driver to initialize the hardware on reset. Change was sugges... | Brandon Mercer |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming all | Martin Pieuchot |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2016-03-16 | Make urndis(4) print tx/rx errors only if compiled in DEBUG mode. | Stefan Sperling |
2016-03-11 | don't check a stack-allocated array against NULL | mmcc |
2016-03-09 | Remove pointless function pointers from urtwn(4) softc. They didn't serve | Stefan Sperling |
2016-03-07 | For rtwn(4) and urtwn(4) inline driver-specific definitions in their | Stefan Sperling |
2016-03-07 | Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file. | Stefan Sperling |
2016-03-07 | Merge rtwn(4) and urtwn(4) register definitions into a common header file. | Stefan Sperling |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |
2016-02-28 | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. | Stefan Kempf |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2016-01-20 | remove an unused ifp variable | Jonathan Gray |
2016-01-14 | Prevent a NULL dereference when detaching a USB device with ugen(4) | Martin Pieuchot |
2016-01-12 | properly initialize quirks before sending them to hid layer, broken | Joshua Stein |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-09 | include dev/hid/hid.h from dev/usb/usbhid.h, so all previous users | Joshua Stein |
2016-01-09 | move UHID_* definitions back to usbhid.h where they were before the | Joshua Stein |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | regen | Martin Pieuchot |
2016-01-08 | OpenMoko OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-07 | Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX. | Martin Pieuchot |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-12-25 | enable iso keyboard munge fix for macbookair6,2 | Joerg Jung |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-23 | Drop unused goto label. | Visa Hankala |
2015-12-20 | Do not delay video(4) attachment if the device does not need to load | Martin Pieuchot |
2015-12-18 | Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier. | Stefan Sperling |
2015-12-18 | Remove two error-on-NULL conditions for allocations that can't fail. | mmcc |
2015-12-17 | Missing include, spotted by benoit@ | Martin Pieuchot |
2015-12-16 | Refactor umass_detach() in order to pass a size to free(9). | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-11 | Work around Nvidia EHCI controllers bugs. | Martin Pieuchot |
2015-12-09 | cleanup macbook air iso keyboard support | Joerg Jung |
2015-12-08 | Match 3rd party Xbox 360 controllers, from Christian Heckendorf. | Martin Pieuchot |
2015-12-04 | Activate functions should in general return 0 for events they don't handle. | Mark Kettenis |
2015-12-02 | Add missing parentheses. Fix from NetBSD. | YASUOKA Masahiko |
2015-12-02 | Do not change the status of a transfer before giving it back to the | Martin Pieuchot |
2015-11-30 | Add support for the touchpad found on the MacBooPro12,1. | Mark Kettenis |