Age | Commit message (Expand) | Author |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-05-23 | Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770S | Chris Cappuccio |
2016-05-23 | Get rid of usbd_get_device_strings() because we use it only once. | Martin Pieuchot |
2016-05-21 | Free the cache if the string cannot be retrieved. This allows the | Patrick Wildt |
2016-05-20 | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. | Marcus Glocker |
2016-05-20 | resync | Chris Cappuccio |
2016-05-20 | Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770S | Chris Cappuccio |
2016-05-18 | Cache vendor, product and serial info for each usb device. This allows | Patrick Wildt |
2016-05-17 | Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernel | Mark Kettenis |
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 |