Age | Commit message (Expand) | Author |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-05 | regen | Martin Pieuchot |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-04 | Add support for RTL8188EU chips to urtwn(4). | Stefan Sperling |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-04-30 | Link report descriptors to known sensors. | Martin Pieuchot |
2015-04-30 | Instead of using a single flat array for all sensors, put all the | Martin Pieuchot |
2015-04-27 | Since upd(4) currently supports a known but limited number of sensors, | Martin Pieuchot |
2015-04-27 | with more unit convertion when new sensors will appear. | Martin Pieuchot |
2015-04-27 | Make use of DEVNAME(), from David Higgs. | Martin Pieuchot |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@ | Stefan Sperling |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device. | Stefan Sperling |
2015-04-26 | Two extra messages required after sending a baud rate update, as observed | Jonathan Matthew |
2015-04-19 | Do not truncate possible remaining transfer length. | Martin Pieuchot |
2015-04-17 | Crank the timeout and decrease the buffer size to not end up dropping | Martin Pieuchot |
2015-04-16 | Make sure LLVM static analyzer do not report a false positive, | Martin Pieuchot |
2015-04-16 | New driver for Araneus Alea II TRNG. All the hardwork has been done by | Martin Pieuchot |
2015-04-14 | Setting the configuration in *_attach() is a bad practise because if it | Martin Pieuchot |
2015-04-14 | It's not possible to call umcs_get_status() in interrupt context | Martin Pieuchot |
2015-04-14 | Make sure we close the interrupt pipe when the device is detached. | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-10 | I did quite some changes to this driver, so add copyright. | Martin Pieuchot |
2015-04-10 | Full-speed isochronous transfers support with opportunistic micro-frames | Martin Pieuchot |
2015-04-10 | Convert remaining USB Ethernet adapter to if_input(). | Martin Pieuchot |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-01 | Small cleanups when attaching sensors, from David Higgs. | Martin Pieuchot |
2015-03-27 | Convert to if_input(). | Martin Pieuchot |
2015-03-27 | simply do if_input() between splnet() and splx(), like other drivers | uaa |
2015-03-25 | Expand ehci_{add,del}_intr_list() macros. | Martin Pieuchot |
2015-03-25 | Merge ehci_device_request() into ehci_device_ctrl_start() to match | Martin Pieuchot |
2015-03-25 | Remove more DPRINTFs, this file is almost in a readable state now. | Martin Pieuchot |
2015-03-25 | Use KASSERT() to check when/if URQ_REQUEST is correctly set just like | Martin Pieuchot |
2015-03-25 | Remove EHCI_DEBUG chunks that make things harder to understand. | Martin Pieuchot |
2015-03-24 | Convert to if_input(). Tested by jsg@ who found that at least one his | Martin Pieuchot |
2015-03-23 | unlock MII on smsc_miibus_writereg error | Jonathan Gray |
2015-03-23 | Return an error if getting the config descriptor failed. | Jonathan Gray |
2015-03-23 | Convert to if_input(), tested by jsg@, thanks! | Martin Pieuchot |
2015-03-20 | Convert to if_input(), tested by Fabian Raetz, thanks! | Martin Pieuchot |
2015-03-19 | Let it compile. | Martin Pieuchot |
2015-03-19 | Abort tasks are run in their own thead, that's why they need a special | Martin Pieuchot |
2015-03-19 | Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with | Martin Pieuchot |
2015-03-19 | unlock MII on smsc_miibus_readreg error | Jonathan Gray |
2015-03-17 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-11 | Convert to if_input(). | Martin Pieuchot |
2015-03-06 | Revert previous, the fix is not right and causes a regression as | Martin Pieuchot |
2015-03-02 | Remove stray ')' from athn(4) "firmware command timed out" error message. | Stefan Sperling |
2015-03-02 | athn(4) USB drops received frames larger than MCLBYTES. | Stefan Sperling |