mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
added HID support for Amazon devices
This commit is contained in:
parent
810d24d80e
commit
8bd19008f2
3 changed files with 40 additions and 3 deletions
|
@ -10,4 +10,5 @@ type FrameBuilder interface {
|
|||
|
||||
var FrameBuilders = map[network.HIDType]FrameBuilder{
|
||||
network.HIDTypeLogitech: LogitechBuilder{},
|
||||
network.HIDTypeAmazon: AmazonBuilder{},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue