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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
DMA-supported LOG_PRINTF works
jaseg
4
-103
/
+71
2018-11-05
Some UART logging work
jaseg
3
-199
/
+75
2018-11-01
Make demo work with STM32F4 board from aliexpress for SecureHID project
jaseg
1
-60
/
+10
2016-09-11
Fix missing usbh_config.h in the cmake project
Amir Hammad
1
-0
/
+1
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
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
3
-16
/
+16
2016-09-11
use forward declaration for usbh_dev_driver_t
Amir Hammad
4
-32
/
+26
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
2
-7
/
+2
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
1
-21
/
+2
2016-09-11
core: use new control wrapper to read device descriptor
Amir Hammad
1
-27
/
+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
1
-8
/
+87
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
5
-212
/
+109
2016-09-11
core: Simplify device removes
Amir Hammad
2
-25
/
+15
2016-09-11
make hid_mouse driver generic HID driver
Amir Hammad
4
-307
/
+558
2016-09-11
Switch to cmake build system
Amir Hammad
6
-28
/
+787
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
6
-14
/
+14
2016-09-08
usbh_core refactor
Amir Hammad
1
-82
/
+100
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
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
6
-31
/
+51
2016-07-25
Fix broken demo after rework
Amir Hammad
1
-2
/
+2
2016-07-09
Adjust documentation to fit doxygen
Amir Hammad
2
-2
/
+4
2016-07-08
rename usbh_hubbed.* to usbh_core.*
Amir Hammad
5
-5
/
+5
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
2
-9
/
+9
2016-07-08
documentation: add some basic documentation accross the headers
Amir Hammad
1
-3
/
+3
2016-07-08
refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEED
Amir Hammad
6
-19
/
+19
2016-06-25
Embed information about compilation with the debug functions into make output
Amir Hammad
1
-29
/
+0
2016-06-25
Don't compile usart_helpers.o when USART_DEBUG is not defined
Amir Hammad
1
-2
/
+1
2016-06-25
let the user build an array of lld drivers
Amir Hammad
2
-12
/
+8
2016-06-25
move USE_STM32f4_USBH_DRIVER_HS/FS from config.mk to usbh_config.h
Amir Hammad
1
-1
/
+1
2016-06-20
Merged usb midi code into current libusbmaster
Amir Hammad
3
-0
/
+467
2015-08-26
lld/stm32f4: Send correct amount of data
Amir Hammad
1
-2
/
+15
2015-08-26
Device driver/gp_xbox:Use correct endpoint type:INTERRUPT
Amir Hammad
1
-1
/
+1
[next]