Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Mar 31, 2017
1 parent 36f315a commit eedd9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ echo 0x0100 > bcdDevice # v1.0.0
echo 0x0200 > bcdUSB # USB2
mkdir -p strings/0x409
echo "fedcba9876543210" > strings/0x409/serialnumber
echo "girst" > strings/0x409/manufacturer
echo "Hardpass" > strings/0x409/product
echo "Parasite Team" > strings/0x409/manufacturer
echo "Raspiducky" > strings/0x409/product
N="usb0"
mkdir -p functions/hid.$N
echo 1 > functions/hid.usb0/protocol
Expand Down

0 comments on commit eedd9f8

Please sign in to comment.