| Commit message (Expand) | Author | Age | Files | Lines |
| * | uhid: Check for errors from copyin() in ioctl handlers | Mark Johnston | 2024-01-02 | 1 | -6/+8 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | uhid(4): Don't read-ahead from the USB IN endpoint. | Hans Petter Selasky | 2022-06-23 | 1 | -0/+6 |
| * | usb: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -8/+0 |
| * | Remove unused hidraw_devclass. | John Baldwin | 2022-05-06 | 1 | -1/+1 |
| * | usb: real freebsd32 support for most ioctls | Brooks Davis | 2021-12-17 | 1 | -3/+22 |
| * | hid: Replace USBHID_ENABLED kernel config option with loader tunable | Vladimir Kondratyev | 2021-01-14 | 1 | -2/+0 |
| * | hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel option | Vladimir Kondratyev | 2021-01-07 | 1 | -0/+12 |
| * | hid: Import usbhid - USB transport backend for HID subsystem. | Vladimir Kondratyev | 2021-01-07 | 1 | -0/+2 |
| * | hid: Chase for HID function name changes in existing USB HID drivers | Vladimir Kondratyev | 2021-01-07 | 1 | -3/+5 |
| * | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev | 2021-01-07 | 1 | -0/+1 |
| * | Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4). | Hans Petter Selasky | 2020-10-31 | 1 | -0/+21 |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -7/+0 |
| * | usb(4): Stop checking for failures from malloc(M_WAITOK). | Mark Johnston | 2020-07-22 | 1 | -8/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+2 |
| * | wmt(4): Add PNP record so it could be picked by devd/devmatch. | Vladimir Kondratyev | 2018-11-10 | 1 | -0/+21 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+1 |
| * | Lock softc before clearing bits. | Hans Petter Selasky | 2015-03-10 | 1 | -0/+2 |
| * | Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by | Dimitry Andric | 2015-01-31 | 1 | -3/+3 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -1/+1 |
| * | Turn off blinking device leds at attach. | Hans Petter Selasky | 2014-07-13 | 1 | -2/+13 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+2 |
| * | Make uhid attach to devices that look like keyboards | Eitan Adler | 2012-10-22 | 1 | -3/+4 |
| * | Fix for the r235558: interrupt output pipe is optional, so fix the driver | Alexander Motin | 2012-05-17 | 1 | -2/+3 |
| * | Add support for writing to HID devices through the interrupt output pipe. | Alexander Motin | 2012-05-17 | 1 | -4/+49 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -3/+3 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | MFprojects/hid: | Alexander Motin | 2011-09-28 | 1 | -2/+6 |
| * | Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded. | Hans Petter Selasky | 2011-07-02 | 1 | -0/+12 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -12/+16 |
| * | usb: change to one-pass probing of device drivers | Andriy Gapon | 2011-05-18 | 1 | -4/+0 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Fix compiler warnings. | Hans Petter Selasky | 2010-11-13 | 1 | -3/+3 |
| * | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson | 2010-09-01 | 1 | -0/+1 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
| * | If the ID byte is non zero then we allow descriptors having multiple sizes. | Andrew Thompson | 2009-12-09 | 1 | -3/+12 |
| * | Reduce probe priority of USB input devices to BUS_PROBE_GENERIC from | Nathan Whitehorn | 2009-11-11 | 1 | -1/+1 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -56/+70 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -37/+37 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -11/+11 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -24/+24 |
| * | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | Andrew Thompson | 2009-05-21 | 1 | -2/+2 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -9/+9 |
| * | MFp4 //depot/projects/usb @159375,159376,159377 | Andrew Thompson | 2009-03-20 | 1 | -6/+6 |
| * | Rename the ushub device class back to uhub as it was in the old usb stack, | Andrew Thompson | 2009-03-02 | 1 | -1/+1 |
| * | Change USB over to make_dev() for all device nodes, previously it hooked into | Andrew Thompson | 2009-02-27 | 1 | -7/+5 |