index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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