summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2015-10-24Wait a short while between setting a USB device's address and reloadingStefan Sperling
2015-10-19Revert transfer submission to r1.85. Seems to make okan@'s scannerMartin Pieuchot
2015-10-13Prevent a NULL-pointer dereference when closing a ugen(4) nodeMartin Pieuchot
2015-10-01No need to wakeup(9) the sensor thread because upd_refresh() does notMartin Pieuchot
2015-09-29regenJoerg Jung
2015-09-29add keyboard/trackpad IDs found in recent MacBooks (12" retina)Joerg Jung
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-29regenMartin Pieuchot
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-18Remove unused variables, from Michael McConville.Martin Pieuchot
2015-09-15regenJasper Lievisse Adriaanse
2015-09-15add fingerprint reader as found the x250 as well as another similarJasper Lievisse Adriaanse
2015-09-15Fix kpanic I found the hard way while using pcsc-liteDavid Coppa
2015-09-10Show usb stack error code if a firmware page fails to load in urtwn(4).Stefan Sperling
2015-09-07Do not set USBD_NO_COPY for interrupt transfers, only bulk transfersMartin Pieuchot
2015-09-04Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-03Properly cancel any pending USB abort task when aborting a transferVisa Hankala
2015-09-03Remove the abort_task field in struct dwc2_xfer. There is an identicalVisa Hankala
2015-09-03Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid aVisa Hankala
2015-09-03Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-01Reject USB requests that could damage the bus integrity, just like itMartin Pieuchot
2015-08-31Use one xfer per pipe instead of doing an alloc/free dance for everyMartin Pieuchot
2015-08-28Fix compiling a kernel without NBPFILTER > 0.Reyk Floeter
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-24regenJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-22Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.Stefan Sperling
2015-08-22regenStefan Sperling
2015-08-22Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@Stefan Sperling
2015-08-12update author information of the copyright section.Yojiro Uo
2015-08-11fix regressions introduced in my previous commmit, resulting inJoerg Jung
2015-07-16add USB3.0 related codeYojiro Uo
2015-07-16ignore 4 byte trailing padding of each recv packet, when copying to upperYojiro Uo
2015-07-16fix recv packet header definitonYojiro Uo
2015-07-15Fix urtw(4) error code paths to not panic the kernel. Makes the driver workStefan Sperling
2015-07-15Use mallocarray() and unsigned integers.Miod Vallat
2015-07-15Match another Netgear WG111T. This one shares the Non-Firmware ID of aMartin Pieuchot
2015-07-15regenMartin Pieuchot
2015-07-15Another ID for the Netgear WG111T.Martin Pieuchot
2015-07-15Fix two bugs in the variable keys handling:Miod Vallat
2015-07-15add support for newer PCsensor TEMPerHUM thermo- and hygrometers:Joerg Jung
2015-07-15Fix a crash caused by uath(4) if device init fails.Stefan Sperling
2015-07-12Do not trust the hardware when it says that the number of remainingMartin Pieuchot
2015-07-10usbd_{endpoint,interface}_count() are no longer used and die.Martin Pieuchot
2015-07-10Do not use usbd_endpoint_count() and usbd_interface_count(), thesesMartin Pieuchot
2015-07-09Revert previous, doesn't fix anything. I managed to reproduceStefan Sperling
2015-07-09Move the softc definition to uvideo.c so that userland can includeMartin Pieuchot
2015-07-09Allow more time for USB athn(4) firmware boot. It seems people on daemonforumsStefan Sperling
2015-07-09Do not use usbd_endpoint_count(), this function is almost unused andMartin Pieuchot
2015-07-09Name unamed structures, from Ludovic Coues with some tweaks.Martin Pieuchot