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
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
2015-08-26
lld/stm32f4: fix bug, setting wrong eptyp field
Amir Hammad
1
-3
/
+8
2015-08-26
usbh_hubbed: set packet_size_max0 field also when DT_DEVICE returns OK
Amir Hammad
1
-0
/
+1
2015-08-26
Device driver/mouse: use correct endpoint type: INTERRUPT
Amir Hammad
1
-1
/
+1
2015-07-29
hub: Empty packet readings after SET_ and CLEAR_ commands
Amir Hammad
2
-9
/
+25
2015-07-13
gp_xbox: Do not allow unitialized driver to be loaded
Amir Hammad
1
-2
/
+2
2015-07-13
mouse: Do not allow unitialized driver to be loaded
Amir Hammad
1
-1
/
+9
2015-07-13
hub: Do not allow unitialized driver to be loaded
Amir Hammad
1
-1
/
+8
2015-07-13
Global logging: use \n for a new line instead \r\n in LOG_PRINTF
Amir Hammad
7
-66
/
+66
2015-07-13
usbh_hubbed: When in unknown state, print Error
Amir Hammad
1
-0
/
+4
2015-07-13
usbh_hubbed: cleaning newlines after break; in switch
Amir Hammad
1
-0
/
+2
2015-07-13
hub: Fix forgotten break
Amir Hammad
1
-0
/
+5
2015-04-15
demo: timer: BUGFIX: TIM6 prescaler
Amir Hammad
1
-1
/
+1
2015-04-08
Device drivers: Refactor: Remove prefixes of static functions and variables
Amir Hammad
3
-31
/
+31
2015-04-08
Device drivers: Refactor: Move driver declaration to the end of file
Amir Hammad
3
-72
/
+57
2015-04-08
lld: stm32f4: refactor: Remove prefixes of static functions and variables
Amir Hammad
1
-19
/
+19
2015-04-08
lld: stm32f4: Move driver definitions to the end of file
Amir Hammad
1
-47
/
+38
2015-04-07
usbh_hubbed: device_register: Don't check for USB_DT_DEVICE twice
Amir Hammad
1
-9
/
+0
2015-04-06
LLD: stm32f4: change type of i to signed integer
Amir Hammad
1
-2
/
+3
2015-04-06
Refactor device drivers: don't use automatic casts
Amir Hammad
3
-16
/
+16
2015-04-05
Device driver/hid_mouse: Bugfix enum STATES
Amir Hammad
1
-2
/
+2
2015-04-01
demo: More precise timing, using TIM6
Amir Hammad
1
-6
/
+38
2015-04-01
poll(): refactor every poll argument t_us and tflp -> time_curr_us
Amir Hammad
4
-17
/
+18
2015-04-01
lld: stm32f4: poll(): fix return value
Amir Hammad
1
-3
/
+3
2015-04-01
demo: rcc_peripheral_enable_clock->rcc_periph_clock_enable
Amir Hammad
1
-7
/
+7
2015-04-01
libusbhost: Open source USB host stack for embedded devices
Amir Hammad
9
-0
/
+3898
[prev]