aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* smsc(4): update to mention MicrochipEd Maste2024-05-081-2/+2
* usb(4): Remove a double word in a source code commentGordon Bergling2024-04-201-1/+1
* Add support for i2c-tiny-usb: usb to iic bridgeDenis Bodor2024-04-191-0/+302
* muge(4): Fix a typo in a source code commentGordon Bergling2024-04-181-1/+1
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-221-2/+2
* ugen: fix USB_IFACE_DRIVER_ACTIVE after detaching a driverAndriy Gapon2024-02-191-4/+2
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-141-1/+3
* usbdevs: add Ralink RT7601 aka MT7601Andriy Gapon2024-01-281-0/+1
* usb: Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* usb: Fix two typos in source code commentsGordon Bergling2024-01-202-2/+2
* usb: use only usb_devinfo() in device_set_usb_desc()Christos Margiolis2024-01-161-25/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-102-2/+2
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-109-12/+12
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-106-6/+6
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-108-8/+8
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-104-3/+341
* uhid: Check for errors from copyin() in ioctl handlersMark Johnston2023-12-262-12/+16
* if_smsc: fix build on armv6 & armv7Ronald Klop2023-12-071-1/+1
* Teach if_smsc to get MAC from bootargs.Ronald Klop2023-12-071-3/+83
* usbdevs: add quirk for WD MyPassport Ultra External HDDEugene Grosbein2023-12-032-0/+2
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2023-12-011-3/+0
* Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb2023-12-017-21/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2712-12/+1
* Add some Intel ICH10 PCI IDs.Dmitry Luhtionov2023-10-302-0/+16
* udbp: Remove stale splnet commentWarner Losh2023-10-271-1/+1
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-3/+1
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-131-1/+3
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-3/+1
* usb: add quirks for the Genesys GL3220 card readerMazin Fadl2023-10-112-0/+3
* usb: add necessary quirks for the NOREL Systems NS1081 SD readerMazin Fadl2023-10-112-0/+6
* Move (LENOVO, TBT3LAN) from if_ure til if_cdce where it works much betterPoul-Henning Kamp2023-10-112-1/+3
* axge: Add support for AX88179ADamien Broka2023-10-042-8/+38
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-10-021-1/+1
* axge: Skip dummy packet headersDamien Broka2023-09-131-1/+18
* arm64: xilinx: dwc3: Fix reset namesEmmanuel Vadot2023-08-231-2/+2
* arm64: xilinx: Add glue driver for usb3 controllerEmmanuel Vadot2023-08-231-0/+149
* xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan2023-08-203-6/+24
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-1/+1
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1683-164/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16124-124/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1633-66/+0
* hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev2023-08-061-1/+2
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-031-16/+21