index
:
secure-hid.git
main
SecureHID: Bus encryption for USB HID devices to guard against malicius USB devices and driver VMs in QubesOS
jaseg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
DMA-supported LOG_PRINTF works
jaseg
5
-104
/
+80
2018-11-05
Some UART logging work
jaseg
4
-200
/
+79
2018-11-01
Make demo work with STM32F4 board from aliexpress for SecureHID project
jaseg
3
-63
/
+32
2016-09-11
Merge pull request #6 from amirhammad/usbh_config
Amir Hammad
1
-0
/
+1
2016-09-11
Fix missing usbh_config.h in the cmake project
Amir Hammad
1
-0
/
+1
2016-09-11
Merge pull request #5 from amirhammad/fix-g++-compiler
Amir Hammad
1
-1
/
+1
2016-09-11
Fix CXX compiler
Amir Hammad
1
-1
/
+1
2016-09-11
Merge pull request #4 from amirhammad/core-refactor
Amir Hammad
33
-1523
/
+2176
2016-09-11
lld: add mask with epdir
Amir Hammad
1
-1
/
+1
2016-09-11
use default case instead of handling other packet statuses explicitely
Amir Hammad
5
-47
/
+20
2016-09-11
xbox: remove warning about unused variable
Amir Hammad
1
-1
/
+0
2016-09-11
drivers: remove redundant forward declaration of usbh_dev_driver_t
Amir Hammad
4
-7
/
+0
2016-09-11
lld: remove not used error_count field in channel struct
Amir Hammad
1
-2
/
+0
2016-09-11
lld: simplify stm32f4_usbh_port_channel_setup
Amir Hammad
1
-36
/
+23
2016-09-11
lld: rework low level driver initialization
Amir Hammad
5
-19
/
+20
2016-09-11
use forward declaration for usbh_dev_driver_t
Amir Hammad
9
-90
/
+93
2016-09-11
Doc: set HAVE_DOT property
Amir Hammad
1
-1
/
+1
2016-09-11
use NULL instead of 0 for assigning null pointer
Amir Hammad
5
-15
/
+18
2016-09-11
midi: rename prefix of static functions
Amir Hammad
1
-12
/
+12
2016-09-11
lld: don't enable channel on write nack, return EAGAIN instead
Amir Hammad
1
-3
/
+12
2016-09-11
hub: use common code to remove device
Amir Hammad
3
-7
/
+3
2016-09-11
remove detection of hang
Amir Hammad
1
-5
/
+0
2016-09-11
HUB: make use of control wrappers + use enums
Amir Hammad
2
-218
/
+84
2016-09-11
hid: use control wrapper to simplify hid report writes
Amir Hammad
1
-80
/
+8
2016-09-11
core: use new control wrapper to set configuration to device
Amir Hammad
2
-22
/
+2
2016-09-11
core: use new control wrapper to read device descriptor
Amir Hammad
2
-28
/
+3
2016-09-11
core: use new control wrapper to set device's address
Amir Hammad
1
-22
/
+2
2016-09-11
core: add helper state machine for control read/write
Amir Hammad
2
-24
/
+122
2016-09-11
add DISABLE_LOW_LEVEL ifdef in hub device driver
Amir Hammad
1
-0
/
+8
2016-09-11
Drop need for the set configuration request in dev drivers
Amir Hammad
6
-212
/
+112
2016-09-11
core: Simplify device removes
Amir Hammad
2
-25
/
+15
2016-09-11
Added travis.yml
Amir Hammad
2
-0
/
+18
2016-09-11
make hid_mouse driver generic HID driver
Amir Hammad
8
-365
/
+648
2016-09-11
Switch to cmake build system
Amir Hammad
19
-381
/
+1012
2016-09-08
core: adjust search for the device driver
Amir Hammad
1
-28
/
+29
2016-09-08
make usbh_packet->data of union type
Amir Hammad
7
-17
/
+20
2016-09-08
usbh_core refactor
Amir Hammad
2
-83
/
+118
2016-09-01
fix bmRequestType field - use of defines
Amir Hammad
4
-18
/
+18
2016-08-30
hub: fix commented out code and comments
Amir Hammad
1
-14
/
+2
2016-08-23
core: make endpoint_type of enum USBH_ENDPOINT_TYPE
Amir Hammad
1
-1
/
+1
2016-08-23
remove not needed carriage returns in printf
Amir Hammad
3
-3
/
+3
2016-07-30
usbh_core: logs: DEVICE DESCRIPTOR EOL
Amir Hammad
1
-1
/
+1
2016-07-30
lld: stm32f4: fix logs
Amir Hammad
1
-2
/
+2
2016-07-30
add option to pass data to control writes
Amir Hammad
7
-32
/
+60
2016-07-25
Fix broken demo after rework
Amir Hammad
1
-2
/
+2
2016-07-09
Adjust documentation to fit doxygen
Amir Hammad
7
-14
/
+27
2016-07-09
Add doxyfile
Amir Hammad
4
-1
/
+2413
2016-07-08
rename usbh_hubbed.* to usbh_core.*
Amir Hammad
12
-14
/
+14
2016-07-08
lld: stm32f4: adjust reporting of the unahandled block of code
Amir Hammad
1
-1
/
+1
2016-07-08
rename usbh_driver to usbh_low_level_driver
Amir Hammad
3
-11
/
+11
[next]