Kurt Eckhardt
c63e467bad
T3/T4.x MTP device descriptor - update endpoint and size
For T4.x to allow MTP USB type device to generate events to send to the host, the Endpoint configuration need to change to say that we are transmitting on interrupt, not receiving.
Plus I updated the end point event size to 32 as some events might be > 16. 16 is only large enought so send one parameter. I noticed Kindle Fire has it set to something like 28...
I have done similar changes for T3.x but have not tested it yet.
преди 4 години
WMXZ-EU
2222c2ecaf
Update usb_desc.h
allow multiple parameters for events
преди 4 години
PaulStoffregen
e599c1acc7
Fix USB descriptors for Windows
преди 4 години
PaulStoffregen
7a458043ea
Add experimental interface
преди 4 години
widdly
b351a2ce73
Fix USB Midi 16 serial audio descriptor
преди 4 години
widdly
2512134dae
fix descriptor for teensy 4 usb audio midi serial
преди 4 години
PaulStoffregen
9dff33654f
Update MTP descriptors for Teensy 4
преди 4 години
PaulStoffregen
80385bae5a
Added Contact Count to Teensy 4 USB Touchscreen
преди 4 години
PaulStoffregen
4a24e41108
Use names SerialUSB1 & SerialUSB2 for extra USB serial ports
преди 4 години
PaulStoffregen
e4b6abf862
USB Dual & Triple Serial on Teensy 4 (work in progress)
преди 4 години
PaulStoffregen
9366da1032
Fix Teensy 4 defs for Serial+MIDI+Audio
преди 4 години
PaulStoffregen
0cde58d99f
USB audio on Teensy 4.0 (more work in progress)
преди 4 години
PaulStoffregen
011cd8985c
USB audio on Teensy 4.0 (work in progress)
преди 4 години
Jorg Neves Bliesener
e0945a6719
USB Flightsim for Teensy 4
Needs accompanying changes in Arduino's boards.txt, enabling corresponding menu entries
преди 4 години
PaulStoffregen
bac5b587f5
Fix compile error with USB Serial + MIDI
преди 5 години
PaulStoffregen
f44268059b
Add USB MIDI (work in progress) for Teensy 4.0
преди 5 години
PaulStoffregen
14f0cf2b6f
Add USB touchscreen (work in progress) for Teensy 4.0
преди 5 години
PaulStoffregen
1f1e5c29e1
Add USB mouse & joystick for Teensy 4.0
преди 5 години
PaulStoffregen
b3e7d058b5
Add USB keyboard for Teensy 4.0
преди 5 години
PaulStoffregen
17d02bcaf0
USB serial use different packet sizes at 12 vs 480
преди 5 години
PaulStoffregen
3b5a6f717f
RawHID receive on Teensy 4.0
преди 5 години
PaulStoffregen
53fc8d42fc
RawHID tramsit on Teensy 4.0
преди 5 години
PaulStoffregen
e2badb1e65
RawHID on Teensy 4.0, initial prep work
преди 5 години
PaulStoffregen
7e959d4a14
USB serial receive on IMXRT
преди 5 години
PaulStoffregen
e687673ddf
First commit, Teensy4 work-in-progress
преди 6 години
PaulStoffregen
831d3b40b1
Fix typo
преди 6 години
PaulStoffregen
9b5d9f9632
Use same USB PID for flight sim controls
преди 6 години
PaulStoffregen
6e50efa1d3
Do not send Contact Count (HID Usage 0x54) with USB Touchscreen
преди 7 години
PaulStoffregen
44866ad83d
Offer USB MIDI in 4 & 16 virtual cable options
преди 7 години
PaulStoffregen
2edef45f51
Add comment with link to custom USB device info
преди 7 години
PaulStoffregen
c9d0122505
Support multiple cables on USB MIDI
преди 7 години
PaulStoffregen
7099935c0e
Update open source license info
преди 7 години
PaulStoffregen
f5f05e9ade
Add extreme joystick (disabled by default)
https://forum.pjrc.com/threads/23681-Many-axis-joystick?p=41943&viewfull=1#post41943
преди 8 години
PaulStoffregen
df8958ff5f
Fix USB descriptors, unique PIDs for newer USB types
преди 8 години
PaulStoffregen
e31e49bc20
Add more USB Type combinations
преди 8 години
PaulStoffregen
b1a66f742c
Add Serial + MIDI + Audio option
преди 8 години
PaulStoffregen
a480cd28da
Add Serial + MIDI option
преди 8 години
PaulStoffregen
f4c1e6a141
Add USB keyboard only option
преди 8 години
PaulStoffregen
66e3239ef5
Add multi-touch definitions (experimental)
преди 8 години
PaulStoffregen
b39d5c803b
Add media keys to Serial+Keyboard+Mouse+Joystick USB Type
преди 8 години
PaulStoffregen
84fa81ab61
Fix usb audio interface descriptor order
преди 8 години
PaulStoffregen
fddf08842b
Add usb audio asychronous feedback endpoint (fixed data for now)
преди 8 години
PaulStoffregen
47658da91f
Add USB audio descriptors (adapted from MickMad)
преди 8 години
PaulStoffregen
9f513d6112
Add media keys USB descriptors
преди 8 години
PaulStoffregen
e2a0a745e6
Fix NUM_ENDPOINTS on RawHID, fixes #108
преди 9 години
PaulStoffregen
d1a6e77ad9
Begin work on MTP Disk
преди 9 години
PaulStoffregen
caa5312fbc
Opps, fix compile for slow speeds
преди 10 години
PaulStoffregen
2f14babf7d
Simplify customizing USB - no longer need to edit interface .h files
преди 10 години
PaulStoffregen
8111996bdc
Simplify usb_desc.h configuration - do not require computing descriptor sizes/offsets
преди 10 години
Andrew J. Kroll
c9d85378d7
Allow custom USB enumeration.
This patch simply checks if NUM_ENDPOINTS is defined, and will bypass the
built-in USB descriptor, device and memory code, and allows a custom setting.
This bug does not affect the IDE unless someone adds the custom option to
the boards.txt file, and provides replacement code in a library or sketch.
It can also be used to turn off USB by providing no replacements, while
allowing speeds >= 20MHz.
преди 10 години