summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2022-03-03usbnet: Assert IFNET_LOCKED on if_flags change callbacks.riastradh
2022-03-03usbnet: Ensure access to unp_timer is protected by unp_txlock.riastradh
2022-03-03usbnet: Ensure ifp->if_softc is initialized _before_ publishing ifp.riastradh
2022-03-03usbnet: Take IFNET_LOCK around access to if_flags in usbnet_detach.riastradh
2022-03-03usbnet: Set and clear IFF_RUNNING slightly earlier and later.riastradh
2022-03-03usbnet: Simplify usbnet_isdying.riastradh
2022-02-16fix various typos, mainly in comments.andvar
2022-02-14usbdi(9): Add some missing header include guards.riastradh
2022-02-14usbdi(9): Fix missing includes in usbdi.h.riastradh
2022-02-12initialize ntag with the old dmatag so we never end up with an invalid onemacallan
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2022-02-09Do not explicitly set the HID Report Protocol upon attach, some devicesjakllsch
2022-02-09if the interrupt pipe can't be opened, also print the error.mrg
2022-02-04uhub(4): Sprinkle dtrace probes.riastradh
2022-01-29usbnet: Defer hardware multicast filter updates to USB task.riastradh
2022-01-29xhci(4): Fix handling of endpoint reset/stop.riastradh
2022-01-26shut up an unused variable warningmacallan
2022-01-25Accept USB 3.2 in xhci_id_protocols().msaitoh
2022-01-20don't 'extern' some other .c file's data, espcially when it'smrg
2022-01-17Add UQ_HID_IGNORE for the Microchip PICkit2 and 3 programmers.bouyer
2022-01-17Regen: Add the Microchip PICkit3 programmerbouyer
2022-01-17Add the Microchip PICkit3 programmerbouyer
2022-01-16xhci(4): Fix citation in comment.riastradh
2022-01-16xhci(4): Fix copypasto in resume error message.riastradh
2022-01-12Ignore new APC UPS devices when matching uhid devices.martin
2022-01-12regen (new APC UPS device id)martin
2022-01-12Add a new APC UPS device id.martin
2022-01-09uvideo(4): Fix USB interface numbering.riastradh
2022-01-08ukbd(4): Fix previous change to initial LED flashing.riastradh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-31umass(4): Omit needless reference counting.riastradh
2021-12-31ukbd(4): Avoid races in LED setting on attach.riastradh
2021-12-31usbd_do_request_len (and friends) return usbd_status so return one inskrll
2021-12-30convert the ehci device owner ship change message to display the ehciN as well.mrg
2021-12-26fix various typos, mainly in comments.andvar
2021-12-25ukbd(4): Wait for callouts and blinking to complete in detach.riastradh
2021-12-24ehci(4): fix PR kern/56574: uaudio at ehci (not xhci) only outputsnia
2021-12-23Use the correct dmatag for all control structures. Also, don't KASSERT thatskrll
2021-12-22Three fixesskrll
2021-12-22Whitespaceskrll
2021-12-21Remove an empty lineskrll
2021-12-21Wrap a long lineskrll
2021-12-21Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead ofskrll
2021-12-21Pass up bus_dma error from usb_block_allocmem rather than always returningskrll
2021-12-21Style.skrll
2021-12-21KASSERT(BUS_ADDR_HI32(baddr) == 0) in, and apply some consistent codeskrll
2021-12-18Fix two bugsskrll
2021-12-17add two additional cyperpower ups ids for ignore hid.mrg
2021-12-17regen.mrg
2021-12-17add two more models of cyperpower UPS.mrg