This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 13:02:31 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
44d88abb835909bfa1c330c2ba38ff085bfff40c
nuttx
/
drivers
/
input
T
History
Juha Niskanen
0113b0db95
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
..
ads7843e.c
…
ads7843e.h
…
ajoystick.c
…
button_lower.c
…
button_upper.c
I've found that the interrupts aren't enabled since nothing updates them after btn_poll() marks the file descriptor structure as being polling. I've managed to make it work with this change.
2017-07-04 14:43:19 -06:00
cypress_mbr3108.c
drivers/input: add Cypress MBR3108 CapSense touch button driver
2017-05-31 06:31:53 -06:00
djoystick.c
…
Kconfig
drivers/input: add Cypress MBR3108 CapSense touch button driver
2017-05-31 06:31:53 -06:00
Make.defs
drivers/input: add Cypress MBR3108 CapSense touch button driver
2017-05-31 06:31:53 -06:00
max11802.c
…
max11802.h
…
mxt.c
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
mxt.h
…
stmpe811_adc.c
…
stmpe811_base.c
…
stmpe811_gpio.c
…
stmpe811_temp.c
…
stmpe811_tsc.c
…
stmpe811.h
…
tsc2007.c
…
tsc2007.h
…