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
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
2016-07-08
documentation: add some basic documentation accross the headers
Amir Hammad
7
-20
/
+171
2016-07-08
refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEED
Amir Hammad
7
-30
/
+33
2016-06-25
Embed information about compilation with the debug functions into make output
Amir Hammad
2
-29
/
+2
2016-06-25
Don't compile usart_helpers.o when USART_DEBUG is not defined
Amir Hammad
2
-2
/
+6
2016-06-25
let the user build an array of lld drivers
Amir Hammad
3
-13
/
+10
2016-06-25
move USE_STM32f4_USBH_DRIVER_HS/FS from config.mk to usbh_config.h
Amir Hammad
4
-8
/
+8
2016-06-20
add todo: clean-up makefiles
Amir Hammad
1
-1
/
+2
2016-06-20
Merged usb midi code into current libusbmaster
Amir Hammad
6
-0
/
+522
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
Make: Compile also *.cpp files
Amir Hammad
1
-2
/
+4
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
usbh_hubbed: reorder items in _usbh_dev_driver struct
Amir Hammad
1
-1
/
+1
2015-04-05
use stdbool.h to define bool type
Amir Hammad
1
-7
/
+1
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
6
-20
/
+30
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
[next]