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