mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed PID
This commit is contained in:
parent
64cdcf51f4
commit
6e271b44aa
1 changed files with 1 additions and 1 deletions
2
BTD.h
2
BTD.h
|
@ -28,7 +28,7 @@
|
||||||
#define PS3MOVE_PID 0x03D5 // Motion controller
|
#define PS3MOVE_PID 0x03D5 // Motion controller
|
||||||
|
|
||||||
#define IOGEAR_GBU521_VID 0x0A5C // The IOGEAR GBU521 dongle does not presents itself correctly, so we have to check for it manually
|
#define IOGEAR_GBU521_VID 0x0A5C // The IOGEAR GBU521 dongle does not presents itself correctly, so we have to check for it manually
|
||||||
#define IOGEAR_GBU521_PID 0x4500
|
#define IOGEAR_GBU521_PID 0x21E8
|
||||||
|
|
||||||
/* Bluetooth dongle data taken from descriptors */
|
/* Bluetooth dongle data taken from descriptors */
|
||||||
#define BULK_MAXPKTSIZE 64 // max size for ACL data
|
#define BULK_MAXPKTSIZE 64 // max size for ACL data
|
||||||
|
|
Loading…
Reference in a new issue