summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-11-19Kill matchlvl usage throughout the usb stack.Paul Irofti
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-17regenJonathan Gray
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-15Clean-up the HID environment.Paul Irofti
2013-11-13Polling is done per controller not per interface.Paul Irofti
2013-11-11Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-11Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-11Kill commented out code dealing with a non existent sc_dying variable.Martin Pieuchot
2013-11-11Clean-up the activate routines from the uoak*(4) drivers.Paul Irofti
2013-11-10Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-09In our USB world, timeouts are in milliseconds, so use timeout_add_msec()Martin Pieuchot
2013-11-09Reduce the differences between our controller drivers and initializeMartin Pieuchot
2013-11-09regenJonathan Gray
2013-11-09more rate matching hubsJonathan Gray
2013-11-08Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07In polling mode since r1.101 we could end up dereferencing anMartin Pieuchot
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Kill sc_dying. Nobody was using it anyway.Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Make sure to mark the controller as dying in order to stop processingMartin Pieuchot
2013-11-07Remove isoc_len from the transfer descriptor, it is assigned once butMartin Pieuchot
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Make usbd_free_xfer return void, since no callers use the return value.Jeremy Evans
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-05Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-04Use the async version of uhidev_set_report(), there's no need to sleepMartin Pieuchot
2013-11-04regenJasper Lievisse Adriaanse
2013-11-04add vmware vendor idJasper Lievisse Adriaanse
2013-11-02Remove a layer of abstraction for fetching a configuration descriptor.Martin Pieuchot
2013-11-02Begin conversion of USB stack to return int instead of usbd_status,Jeremy Evans
2013-11-01Spacing.Martin Pieuchot
2013-11-01Reduce the differences with ehci(4)'s transfer decriptors. This is aMartin Pieuchot
2013-11-01Do not abuse the stack of the current process to prepend a report IDMartin Pieuchot