Commit graph

1086 commits

Author SHA1 Message Date
Kristian Sloth Lauszus d0ec18ab44 Fixed disconnect problem when using the old Wiimote with the external MotionPlus extension
Now also updates the batteryLevel when getBatteryLevel is called
2013-07-18 19:43:21 +02:00
Kristian Sloth Lauszus 6039f1af4b Xbox libraries doesn't collide anymore
PIDs for original Xbox controller is from: acdb37c361/drivers/input/joystick/xpad.c (L119)
2013-07-18 18:21:44 +02:00
Kristian Sloth Lauszus 7ff9dea66b Added support for original Xbox controller 2013-07-18 17:52:23 +02:00
Kristian Sloth Lauszus c0fde76241 Make sure it doesn't try to init a driver twice 2013-07-16 18:36:07 +02:00
Kristian Sloth Lauszus 2ce56b0968 Merge branch 'master' into xxxajk
Conflicts:
	PS3USB.cpp
2013-07-16 17:07:25 +02:00
Kristian Sloth Lauszus 4dc4958e41 Updated comment 2013-07-15 20:17:28 +02:00
Kristian Sloth Lauszus b957f5f4dc Added delay after setting address 2013-07-15 19:34:56 +02:00
Kristian Sloth Lauszus 42a2261fe8 Check error code before breaking 2013-07-15 19:33:15 +02:00
Kristian Sloth Lauszus 3b429e633b Print error code in ADK code
Also added space between message and error code
2013-07-15 19:31:47 +02:00
Kristian Sloth Lauszus 9f855fca16 Check Bluetooth address before trying to set it 2013-07-15 18:22:13 +02:00
Kristian Sloth Lauszus 1a1c2a18d3 Added DEVCLASSOK and VIDPIDOK to some drivers 2013-07-15 18:20:58 +02:00
Andrew J. Kroll 47b9b257d6 Make ADK work as per USB spec. 2013-07-15 07:47:20 -04:00
Kristian Sloth Lauszus 8c3424cf28 Forgot else if 2013-07-14 16:44:53 +02:00
Kristian Sloth Lauszus b4b570d7c8 Added isReady to keywords 2013-07-14 02:08:25 +02:00
Kristian Sloth Lauszus 759d3b6977 Updated example to show how to use attachOnInit
Also removed whitespace PS3Multi example
2013-07-14 01:28:47 +02:00
Kristian Sloth Lauszus 2dc817f84a Added attachOnInit
This will allow the user to call a function when the controller is initialized
2013-07-14 00:43:35 +02:00
Oleg Mazurov 3dea5b880f fixed low speed direct attach 2013-07-08 12:46:32 -06:00
Kristian Sloth Lauszus c3c80924ec Forgot to set debug level 2013-07-04 15:37:29 +02:00
Andrew J. Kroll 416ca04fee Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2013-07-01 09:16:59 -04:00
Oleg Mazurov 06741b5a03 changed Notify to E_Notify 2013-06-19 20:20:08 -06:00
Andrew J. Kroll 39af47c7a1 Merge branches 'master' and 'master' of github.com:felis/USB_Host_Shield_2.0 2013-06-18 22:26:31 -04:00
Oleg Mazurov 3899952114 fixed ready flag in Prolific driver 2013-06-18 20:22:19 -06:00
Oleg Mazurov 1c5db85af6 fixed directly connected low-speed device func. 2013-06-18 18:49:57 -06:00
Oleg Mazurov a8bc10f7f5 message 2013-06-18 17:01:29 -06:00
Kristian Sloth Lauszus 9666133d7f Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2013-06-18 23:25:43 +02:00
Kristian Sloth Lauszus da0622a5f1 Uploaded newest testusbhostFAT code 2013-06-18 23:24:20 +02:00
Oleg Mazurov 303154e6a3 Fixed printing in HID Descriptor Parser 2013-06-18 14:00:43 -06:00
Andrew J. Kroll 5812e0f5c4 Fix NPE when devConfig[X] is NULL, remove unused variable from on-chip RAM 2013-06-18 14:43:37 -04:00
Andrew J. Kroll 53b7f82d94 Fix hub code, fix enumeration. 2013-06-18 01:24:28 -04:00
Andrew J. Kroll e01df49bf3 refactor entire library for hex printing 2013-06-17 15:37:09 -04:00
Andrew J. Kroll 080a8e256d add reset on hub port 2013-06-17 15:02:37 -04:00
Andrew J. Kroll 7d76a42a13 Don't override if already defined 2013-06-17 15:01:10 -04:00
Andrew J. Kroll 687187d3a0 Document corner case with toggles 2013-06-17 01:43:16 -04:00
Andrew J. Kroll 2b0c1f5fbe Merge branch 'master' into xxxajk 2013-06-17 00:54:33 -04:00
Andrew J. Kroll aca72fe57a Merge branches 'master' and 'master' of github.com:felis/USB_Host_Shield_2.0 2013-06-17 00:54:16 -04:00
Andrew J. Kroll d6dbd90216 clean, logically arrange, document 2013-06-17 00:53:32 -04:00
Kristian Sloth Lauszus 37090f65b7 Can now print unknown PDU 2013-06-15 17:47:48 +02:00
Oleg Mazurov 124899d2ee printhex 2013-06-11 21:58:40 -06:00
Oleg Mazurov eb12de90f9 hexdump 2013-06-11 21:46:01 -06:00
Oleg Mazurov ca0b0588d1 commit message 2013-06-11 21:14:16 -06:00
Oleg Mazurov c979798fcc commit message 2013-06-11 21:12:45 -06:00
Oleg Mazurov 261e5f1bd2 commit 2013-06-11 21:11:43 -06:00
Oleg Mazurov 1c3b6b79eb Notify again 2013-06-11 21:06:13 -06:00
Andrew J. Kroll 901f973100 Serial, flush is not multitask safe. 2013-06-10 18:17:37 -04:00
Andrew J. Kroll 3740adc947 Allow change of debug port 2013-06-10 14:55:44 -04:00
Andrew J. Kroll 3f7d052b2e Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2013-06-10 14:34:51 -04:00
Andrew J. Kroll 48345f219a finalize refactor DEBUG -> DEBUG_USB_HOST 2013-06-10 14:34:00 -04:00
Kristian Sloth Lauszus 28f4b8585e Merge branch 'master' of github.com:felis/USB_Host_Shield_2.0 2013-06-10 20:33:32 +02:00
Kristian Sloth Lauszus 8f9948521d Ignore build directory 2013-06-10 20:32:44 +02:00
Kristian Sloth Lauszus d27ca9822d Fixed path to libraries 2013-06-10 20:32:09 +02:00