Skip to content

Commit

Permalink
Add support for PCsensor 3553:b001
Browse files Browse the repository at this point in the history
  • Loading branch information
olimir authored and rgerganov committed Sep 10, 2023
1 parent 15251f3 commit 9111e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 19-footswitch.rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="7403", TAG+="uacc
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0c45", ATTRS{idProduct}=="7404", TAG+="uaccess"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="413d", ATTRS{idProduct}=="2107", TAG+="uaccess"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="e026", TAG+="uaccess"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="3553", ATTRS{idProduct}=="b001", TAG+="uaccess"
# Scythe
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0426", ATTRS{idProduct}=="3011", TAG+="uaccess"
# Scythe2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The following list of devices are supported:
| 0c45 | 7404 | `footswitch` |
| 413d | 2107 | `footswitch` |
| 1a86 | e026 | `footswitch` |
| 3553 | b001 | `footswitch` |
| 0426 | 3011 | `scythe` |
| 055a | 0998 | `scythe2` |

Expand Down
1 change: 1 addition & 0 deletions footswitch.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ void init() {
{0x0c45, 0x7404},
{0x413d, 0x2107},
{0x1a86, 0xe026},
{0x3553, 0xb001},
};
int i = 0;
for (i = 0 ; i < sizeof(vid_pid) / sizeof(vid_pid[0]) ; i++) {
Expand Down

0 comments on commit 9111e4f

Please sign in to comment.