summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-03remove unless linesYojiro Uo
2013-06-03Correctly increment the refcounter when trying to open a non connectedMartin Pieuchot
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31enable REALTEK 8211C(L) GbE phy with axe(4).Yojiro Uo
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-29regenYojiro Uo
2013-05-29add ASIX AX88179Yojiro Uo
2013-05-21Simplify the debug output to help diagnose problems without needingMartin Pieuchot
2013-05-20Remove `abort_task' from usb task queue before recycling a `structYASUOKA Masahiko
2013-05-17Make it clear that the code related to a transfer submission doesn'tMartin Pieuchot
2013-05-17Don't leak information to userland in case the actual transfer length isMartin Pieuchot
2013-05-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-05-16syncStuart Henderson
2013-05-16add another RTL8188 id, from Sigi RudzioStuart Henderson
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-08Move reset commands from that attach path to an own function.Marcus Glocker
2013-05-08re-commit uthum_activate() removal, now that uhidev(4) can handle it.Stuart Henderson
2013-05-07When deactivating child devices do not panic if their driver doesMartin Pieuchot
2013-05-04revert uthum_activate removal, it is needed in the detach path as found theStuart Henderson
2013-05-04- remove unused DPRINTFN, simple DPRINTF is enoughStuart Henderson
2013-04-29ulpt(4) depends on firmload since its rev 1.41 when it got support forMartin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer here too.Martin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Remove unused and ambiguous usbd_get_interface() function.Martin Pieuchot
2013-04-26Remove bogus comments.Martin Pieuchot
2013-04-26Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefixMartin Pieuchot
2013-04-26Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).Marcus Glocker
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-04-22correct tv_sec handling in debug codeTheo de Raadt
2013-04-19Rename usbd_fill_*_task() to usb_fill_*_task().Marcus Glocker
2013-04-19Remove allocm() and freem() from the USB bus interface now that theyMartin Pieuchot
2013-04-19Remove unused usbd_get_buffer() function.Martin Pieuchot
2013-04-18Move over function prototypes from ubsdi.h to usb.c which just get usedMarcus Glocker
2013-04-17uvm_extern.h not uvm.hTed Unangst
2013-04-17Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve theMarcus Glocker
2013-04-16Don't be too clever when allocating a buffer for a transfer and do notMartin Pieuchot
2013-04-16Merge ohci_hash_rem_td() into ohci_free_std() to reduce differences withMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-14regenMiod Vallat
2013-04-14Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.Miod Vallat
2013-04-12usbd_setup_default_xfer() already use the default device's pipe so there'sMartin Pieuchot
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2013-04-11Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.Martin Pieuchot
2013-04-10Merge usbd_get_device_desc() into the only function using them.Martin Pieuchot
2013-04-10Instead of refetching the descriptor from the device, just use the copyMartin Pieuchot
2013-04-10Merge usb_devinfo* helper functions into usbd_print(), nothing else useMartin Pieuchot
2013-04-10Remove unused function usb_find_desc().Martin Pieuchot