-
Notifications
You must be signed in to change notification settings - Fork 126
Comparing changes
Open a pull request
base repository: greatscottgadgets/facedancer
base: 3.0.2
head repository: greatscottgadgets/facedancer
compare: main
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5567751 - Browse repository at this point
Copy the full SHA 5567751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371b2b2 - Browse repository at this point
Copy the full SHA 371b2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aae14e - Browse repository at this point
Copy the full SHA 2aae14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fbb53 - Browse repository at this point
Copy the full SHA 06fbb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b6b55 - Browse repository at this point
Copy the full SHA b6b6b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0431942 - Browse repository at this point
Copy the full SHA 0431942View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2aefc - Browse repository at this point
Copy the full SHA df2aefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1326e - Browse repository at this point
Copy the full SHA 2a1326eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d38a0 - Browse repository at this point
Copy the full SHA 03d38a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fe3eb - Browse repository at this point
Copy the full SHA 09fe3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9492a9e - Browse repository at this point
Copy the full SHA 9492a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d21ebae - Browse repository at this point
Copy the full SHA d21ebaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 415c439 - Browse repository at this point
Copy the full SHA 415c439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd172f - Browse repository at this point
Copy the full SHA 7dd172fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d625a - Browse repository at this point
Copy the full SHA 22d625aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d1496 - Browse repository at this point
Copy the full SHA 84d1496View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f9e44 - Browse repository at this point
Copy the full SHA d6f9e44View commit details -
Change event system, use NAKs + buffer state to sync, remove unnecess…
…ary bus reset cleanup
Configuration menu - View commit details
-
Copy full SHA for 56996ac - Browse repository at this point
Copy the full SHA 56996acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d33d057 - Browse repository at this point
Copy the full SHA d33d057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9080438 - Browse repository at this point
Copy the full SHA 9080438View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b8021 - Browse repository at this point
Copy the full SHA a5b8021View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53d24e - Browse repository at this point
Copy the full SHA b53d24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5c9a2 - Browse repository at this point
Copy the full SHA 2d5c9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3b38d - Browse repository at this point
Copy the full SHA fc3b38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0613c80 - Browse repository at this point
Copy the full SHA 0613c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd50623 - Browse repository at this point
Copy the full SHA bd50623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255b2af - Browse repository at this point
Copy the full SHA 255b2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c5f9e - Browse repository at this point
Copy the full SHA 88c5f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ffce4 - Browse repository at this point
Copy the full SHA 76ffce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec104a - Browse repository at this point
Copy the full SHA eec104aView commit details -
Fix Typo and add note about the fact FaceDancer does not works on Windows but only GNU/Linux
Configuration menu - View commit details
-
Copy full SHA for 8fef024 - Browse repository at this point
Copy the full SHA 8fef024View commit details -
Configuration menu - View commit details
-
Copy full SHA for c281d00 - Browse repository at this point
Copy the full SHA c281d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7753b71 - Browse repository at this point
Copy the full SHA 7753b71View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7058217 - Browse repository at this point
Copy the full SHA 7058217View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d1b1d1 - Browse repository at this point
Copy the full SHA 6d1b1d1View commit details -
Allow supported_languages = None
This replies to LANGID (string descriptor zero) requests with a stall which is appropriate for devices that do not implement string descriptors. The spec specifically says "USB devices that omit all string descriptors must not return an array of LANGID codes." Whether that is a stall or an empty LANGID array appears to be open to interpretation. With this change we can either stall (with None) or return an empty array (with an empty tuple).
Configuration menu - View commit details
-
Copy full SHA for f4be389 - Browse repository at this point
Copy the full SHA f4be389View commit details
Commits on Aug 26, 2024
-
Merge pull request #109 from mossmann/fix-device-descriptor
Correct byte order of bcdUSB and bcdDevice
Configuration menu - View commit details
-
Copy full SHA for 9052b04 - Browse repository at this point
Copy the full SHA 9052b04View commit details -
Merge pull request #112 from mossmann/string-by-index
Support specification of string descriptor index
Configuration menu - View commit details
-
Copy full SHA for f83bf3f - Browse repository at this point
Copy the full SHA f83bf3fView commit details -
Merge pull request #93 from HydraDancer/hydradancer
New Hydradancer backend for Facedancer
Configuration menu - View commit details
-
Copy full SHA for fc4f06c - Browse repository at this point
Copy the full SHA fc4f06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e491a - Browse repository at this point
Copy the full SHA e0e491aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47912e6 - Browse repository at this point
Copy the full SHA 47912e6View commit details
Commits on Aug 28, 2024
-
backend: add a new base method for facedancer backends 'send_on_contr…
…ol_endpoint' If it is not implemented on a backend it will simply fall back to 'send_on_endpoint'.
Configuration menu - View commit details
-
Copy full SHA for 165f227 - Browse repository at this point
Copy the full SHA 165f227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fe0c3 - Browse repository at this point
Copy the full SHA 75fe0c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cdd94 - Browse repository at this point
Copy the full SHA 50cdd94View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0f4855 - Browse repository at this point
Copy the full SHA b0f4855View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 820f9da - Browse repository at this point
Copy the full SHA 820f9daView commit details
Commits on Sep 16, 2024
-
Merge pull request #116 from HydraDancer/fix/switch_to_log
Fix log function in handle_set_interface_request
Configuration menu - View commit details
-
Copy full SHA for 57d76f2 - Browse repository at this point
Copy the full SHA 57d76f2View commit details -
Merge pull request #106 from antoinevg/antoinevg/better-usbproxy
Improve USBProxy reliability
Configuration menu - View commit details
-
Copy full SHA for 7314d29 - Browse repository at this point
Copy the full SHA 7314d29View commit details -
Merge pull request #115 from antoinevg/antoinevg/fix-facedancer-zlp-bug
Fix ZLP bug on CONTROL IN transfers
Configuration menu - View commit details
-
Copy full SHA for b4defce - Browse repository at this point
Copy the full SHA b4defceView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfb3d58 - Browse repository at this point
Copy the full SHA cfb3d58View commit details
There are no files selected for viewing