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
/
i2c
/
ihidev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
On some laptops that have a Windows Precision Touchpad (imt) and
jcs
2020-07-09
1
-7
/
+12
*
ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@
cheloha
2020-01-24
1
-10
/
+3
*
ihidev: continue doing polling when interrupt setup fails
jcs
2019-07-31
1
-2
/
+2
*
Even when polling is requested, install ihidev's interrupt handler
jcs
2019-07-22
1
-7
/
+62
*
change psize to a signed int to cope with it going negative since
jcs
2019-04-08
1
-4
/
+3
*
fix a memory leak in ihidev_hid_command()
jsg
2018-09-20
1
-1
/
+2
*
Move HID->bus constant conversion for HID report types out of ihidev
jcs
2018-08-25
1
-12
/
+3
*
revert previous changes to enable dwiic on Dell precision as it seems
mlarkin
2018-01-12
1
-2
/
+2
*
Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reports
mlarkin
2018-01-08
1
-2
/
+2
*
add an adaptive polling mode when no interrupt handler is available,
jcs
2017-11-29
1
-32
/
+101
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-2
/
+2
*
Print a meaningful interrupt string for i2c devices.
kettenis
2016-04-23
1
-3
/
+2
*
Fix layer violation in the ihidev(4) code by implementing a generic mechanism
kettenis
2016-04-10
1
-19
/
+8
*
Add support for I2C HID devices with GPIO signalled interrupts.
jsg
2016-04-02
1
-3
/
+12
*
use hid_desc fields since we have them, instead of manual offsets
jcs
2016-01-29
1
-34
/
+23
*
add the ability to set and get reports
jcs
2016-01-20
1
-81
/
+300
*
Several fixes for dwiic(4).
kettenis
2016-01-14
1
-10
/
+10
*
Use I2C_F_POLL flag when acquiring and releasing the i2c bus in the
kettenis
2016-01-14
1
-6
/
+9
*
When iterating over the report IDs to calculate the maximum size, take
kettenis
2016-01-14
1
-16
/
+14
*
fix hid packet length calculation
jcs
2016-01-13
1
-4
/
+4
*
Don't confuse the HID descriptor address (which really is an office into the
kettenis
2016-01-13
1
-3
/
+4
*
rename new i2c_attach_args fields to avoid conflict with cpp magic in
deraadt
2016-01-12
1
-4
/
+4
*
Add dwiic, a driver for the Synopsys DesignWare i2c controller found
jcs
2016-01-12
1
-0
/
+574