summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-3/+1
* Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPmglocker2019-11-061-3/+3
* Remove unused struct member.kevlo2018-03-151-3/+1
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-3/+3
* Avoid calling usbd_set_config_index() in *_attach() and let the stackmpi2016-09-021-11/+1
* Use the new input functions of wsmouse in mouse and touchscreen drivers.bru2016-06-051-4/+2
* Permit negative x and y coordinates in mouse.scale for uts and ums.guenther2016-02-101-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-071-9/+8
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Prevent division-by-zero when scaling down to the screen resolution. Makekettenis2011-03-031-2/+6
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* remove dying flag in detach() function.yuo2010-09-241-3/+1
* Ignore HID devices that have the same vendor and product ids thanmatthieu2009-12-051-1/+7
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* remove dead assignments and newly created unused variables.chl2009-02-141-3/+2
* typomiod2008-12-291-2/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-8/+1
* Do not return from uts_intr() without restoring spl if it has been changed,miod2007-09-181-21/+22
* some style(9). no binary change.fgsch2007-09-161-41/+38
* Return pressure as absolute z axis on ITM touchscreens. Other modelsmatthieu2007-09-061-8/+11
* don't swap X and Y coordinates while in raw mode. ok robert@matthieu2007-08-301-3/+4
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Apply some KNF after the recent removal of macros and type definitions.mbalmer2007-06-131-2/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* usbd_devinfo_alloc() uses M_WAITOK so don't check return value.jsg2007-06-111-5/+4
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-11/+11
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-10/+10
* add Gunze USB Touch Panel supportrobert2007-05-311-7/+25
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+17
* fix the check of wsmouse_calibcoords values androbert2007-05-181-5/+7
* Make use of struct wsmouse_calibcoords and add ioctl supportrobert2007-05-081-24/+65
* USB device lists do not need a terminating sentinel, so don't provide any;miod2007-04-261-3/+2
* Add suport for printing debug information like coordinates if UTS_DEBUGrobert2007-04-251-9/+25
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-101-2/+2
* the input length is different on the eGalax and ITM screens,robert2007-03-231-4/+7
* uts(4) is a driver for USB Touchscreens;robert2007-03-161-0/+402