Age | Commit message (Expand) | Author |
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 |
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot |
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker |
2013-04-06 | fix format string % escape | Stefan Fritsch |
2013-04-05 | Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL | Brad Smith |
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | Marcus Glocker |
2013-03-29 | Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL. | Brad Smith |
2013-03-28 | removed unneccessary .h file | Theo de Raadt |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-28 | you probably don't need to include vnode.h or reboot.h. you most definitely | Ted Unangst |
2013-03-16 | No need for two similar functions to free/remove USB device descriptors. | Martin Pieuchot |
2013-03-16 | Remove the 4.8 version of the USB device info ioctl. | Martin Pieuchot |
2013-03-08 | backout previous phidgets quirk | joshua stein |
2013-03-07 | add a quirk for phidgets to attach as ugen instead of uhid | joshua stein |
2013-03-07 | regen | joshua stein |
2013-03-07 | add phidgets 2x2 | joshua stein |
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson |
2013-03-04 | sync | Stuart Henderson |
2013-03-04 | Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys' | Stuart Henderson |
2013-03-02 | Decide whether to use polling or not only upon `sc_bus.use_polling', regardless | Miod Vallat |
2013-02-07 | Remove dead code. | Martin Pieuchot |
2013-02-04 | The firmware isn't always happy with the length of the "join BSS" command | Mark Kettenis |
2013-02-02 | - remove product/vendor table and let the driver attach based on class, etc. | Federico G. Schwindt |
2013-01-29 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-29 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-28 | Make ulpt(4) upload firmware into HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | regen | Stefan Sperling |
2013-01-28 | Add USB device IDs for HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-14 | Fix the sotfware. | Joel Sing |
2013-01-14 | Call the correct callback on node disassociation. | Joel Sing |
2013-01-04 | add Huawei E353 | Jonathan Gray |
2013-01-04 | regen | Jonathan Gray |