summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2013-11-01Move the abort_task storage to the generic USB xfer structure insteadMartin Pieuchot
2013-10-31Pipe don't have states. Kill an useless & commented out chunk of code.Martin Pieuchot
2013-10-31usbd_pipe2device_handle() is not used, should not be used and die.Martin Pieuchot
2013-10-30regenKenji Aoyama
2013-10-30Treat another OMRON UPS, BY35S, as ugen(4).Kenji Aoyama
2013-10-29Kill sc_attached, attach and detach events for USB devices are triggeredMartin Pieuchot
2013-10-28Use the correct value for the Interframe Gap Time 0 bit in the transmitMartin Pieuchot
2013-10-25Add support for Microsoft XBox 360 controller as a uhid. It doesn't useJeremy Evans
2013-10-25regenJeremy Evans
2013-10-25Add Microsoft XBox 360 ControllerJeremy Evans
2013-10-24regenJasper Lievisse Adriaanse
2013-10-24add another smc hub as out found on the Nitrogen6XJasper Lievisse Adriaanse
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-21- trivial and/or obvious bug fixYojiro Uo
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Make uhub_explore() return an int rather than a usbd_satus. This hasMartin Pieuchot
2013-10-14If a transfer terminates with an I/O error status, do not modify theMartin Pieuchot
2013-10-07remove some debug printf.Yojiro Uo
2013-10-07regen.Yojiro Uo
2013-10-07add device driver for ASIX AX88178a and AX88179 Ethernet interface.Yojiro Uo
2013-10-01Use %z* for size_tStefan Fritsch
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30regenJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray