Commit Graph

15 Commits (6f0498f5c6001be5f20444b9e39179bed8d84cfd)

Author SHA1 Message Date
Jesse Vincent 049901b4b8 revert mistaken vendor id change
11 years ago
Jesse Vincent 9e42a149b9 Make it possible to drop our power draw.
11 years ago
Jesse Vincent 06787b4cae absolute mouse breaks things
11 years ago
Jesse Vincent 7ade8381dc non-working first pass at systemcontrol and consumercontrol
11 years ago
Michael Dreher 99a19b4c66 added Mouse.moveAbs() as a new feature for absolute mouse positioning as requested in issue #1417. all parameters have the range of -32768 to 32767 and must be scaled to screen pixels some examples: x=0, y=0 is the middle of the screen x=-32768, y=-32768 is the top left corner x=32767, y=-32768 is the top right corner x=32767, y=32767 is the bottom right corner x=-32768, y=32767 is the bottom left corner
11 years ago
Michael Dreher 40f8293c5f Added error message when method of USB PLL initialization is unknown.
11 years ago
Michael Dreher e149dd9fbb removed pressRaw + releaseRaw because this functionality is already contained in the fix for issue #1391 and the code was redundant
11 years ago
Michael Dreher 3d1c120d53 Added error messages when USB chip is unknown or clock rate is not supported
11 years ago
Michael Dreher d2d1d1b4a6 Added Keyboard.pressRaw(), releaseRaw() and writeRaw() to make it possible to send other keys than just ASCII
11 years ago
Michael Dreher 3778bdaf66 Added support to press power/sleep/hibernate (and some more) buttons via System Controls. Implemented in Keyboard_::systemControl().
11 years ago
Michael Dreher ff1bb4e379 initialize _usbSuspendState in USBDevice_::attach
11 years ago
Michael Dreher ce9cfedc1f Added first part of SUSPEND / WAKEUP handling; store SUSPI in _usbSuspendState
11 years ago
Michael Dreher 665692b914 Wakeup for USB host. First clean version
11 years ago
Jesse Vincent eb20e9febb make the indents match the arduino indents
11 years ago
Jesse Vincent 7e6d0a965c Add a first pass at an arduino core for our keyboard firmware based
11 years ago