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