| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke all occurrences of usbd_abort_pipe() if it gets called right |  mglocker | 2020-07-31 | 1 | -3/+1 |
* | Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP |  mglocker | 2019-11-06 | 1 | -3/+3 |
* | Remove unused struct member. |  kevlo | 2018-03-15 | 1 | -3/+1 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -3/+3 |
* | Avoid calling usbd_set_config_index() in *_attach() and let the stack |  mpi | 2016-09-02 | 1 | -11/+1 |
* | Use the new input functions of wsmouse in mouse and touchscreen drivers. |  bru | 2016-06-05 | 1 | -4/+2 |
* | Permit negative x and y coordinates in mouse.scale for uts and ums. |  guenther | 2016-02-10 | 1 | -3/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's |  mpi | 2014-03-07 | 1 | -5/+1 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-07 | 1 | -9/+8 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -8/+8 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | Prevent division-by-zero when scaling down to the screen resolution. Make |  kettenis | 2011-03-03 | 1 | -2/+6 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -5/+1 |
* | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -3/+1 |
* | Ignore HID devices that have the same vendor and product ids than |  matthieu | 2009-12-05 | 1 | -1/+7 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | remove dead assignments and newly created unused variables. |  chl | 2009-02-14 | 1 | -3/+2 |
* | typo |  miod | 2008-12-29 | 1 | -2/+2 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -8/+1 |
* | Do not return from uts_intr() without restoring spl if it has been changed, |  miod | 2007-09-18 | 1 | -21/+22 |
* | some style(9). no binary change. |  fgsch | 2007-09-16 | 1 | -41/+38 |
* | Return pressure as absolute z axis on ITM touchscreens. Other models |  matthieu | 2007-09-06 | 1 | -8/+11 |
* | don't swap X and Y coordinates while in raw mode. ok robert@ |  matthieu | 2007-08-30 | 1 | -3/+4 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | Apply some KNF after the recent removal of macros and type definitions. |  mbalmer | 2007-06-13 | 1 | -2/+2 |
* | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -3/+3 |
* | usbd_devinfo_alloc() uses M_WAITOK so don't check return value. |  jsg | 2007-06-11 | 1 | -5/+4 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -11/+11 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
* | Mechanical removal of USBBASEDEVICE. No binary change. |  mk | 2007-06-06 | 1 | -2/+2 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -10/+10 |
* | add Gunze USB Touch Panel support |  robert | 2007-05-31 | 1 | -7/+25 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -15/+17 |
* | fix the check of wsmouse_calibcoords values and |  robert | 2007-05-18 | 1 | -5/+7 |
* | Make use of struct wsmouse_calibcoords and add ioctl support |  robert | 2007-05-08 | 1 | -24/+65 |
* | USB device lists do not need a terminating sentinel, so don't provide any; |  miod | 2007-04-26 | 1 | -3/+2 |
* | Add suport for printing debug information like coordinates if UTS_DEBUG |  robert | 2007-04-25 | 1 | -9/+25 |
* | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might |  miod | 2007-04-10 | 1 | -2/+2 |
* | the input length is different on the eGalax and ITM screens, |  robert | 2007-03-23 | 1 | -4/+7 |
* | uts(4) is a driver for USB Touchscreens; |  robert | 2007-03-16 | 1 | -0/+402 |