Commit fa6b49d
authored
Implemented grabbing input device (#58)
* Implemented grabbing input device
* Chmod scripts executable
* Bump version
* Chmod main script executable
* Use shell wrapper script that activates venv
Add pip constraints
* Chmod scripts
* Remove dot imports
* Add blank line
* Modify log messages
* Bump version
* Update performs a clean reinstall
* Fix executable path
* Preserve repo ownership
* Fix stat dir
* Remove constraints
* Re-enable constraints
* Preserve currently checked out branch
* Add cleanup function
* Add cd to parent dir
* Adapt reboot hint
* Adapt to latest script changes
* Remove unnecessary blank lines
* Update to v0.6.6
* Add adafruit-circuitpython-typing
* Set fixed version
* Fix missing =
* Reduce delays
* Keep track of relayed devices
* Add debug output
* Initialize gadgets once and share across module
* Move device functions to __init__.py
* Move device functions back to relay.py
* Remove temporary debug output
Bump version
* Defer USB device init
* Check gadget state on relay init
Rename symbols
* Improve gadget init debug output
* Update to v0.6.7
* Show versions before updating
* Change to project dir first
* Use variables instead of hard-coded paths
* Make user owner of all files
* Leave chmod to install.sh
* Preserve ownership before installing
* Bump version
---------
Co-authored-by: Hannes U @cylonid
Co-authored-by: Benjamin T @quaxalber1 parent 2230a61 commit fa6b49d
File tree
5 files changed
+21
-8
lines changed- src/bluetooth_2_usb
5 files changed
+21
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
181 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| 192 | + | |
187 | 193 | | |
188 | 194 | | |
189 | 195 | | |
| |||
230 | 236 | | |
231 | 237 | | |
232 | 238 | | |
233 | | - | |
| 239 | + | |
234 | 240 | | |
235 | 241 | | |
236 | 242 | | |
| |||
0 commit comments