Date:2013-11-17 06:37:28 (10 years 4 months ago)
Author:Werner Almesberger
Commit:a80ba864763c4f845fdda723b622b92818980f1b
Message:atusb/fw/usb/usb.h: define PID types (LS/FS)

Files: atusb/fw/usb/usb.h (1 diff)

Change Details

atusb/fw/usb/usb.h
2020
2121
2222/*
23 * Packet identifier types
24 */
25
26#define PID_OUT 0x1
27#define PID_IN 0x9
28#define PID_SOF 0x5
29#define PID_SETUP 0xd
30#define PID_DATA0 0x3
31#define PID_DATA1 0xb
32#define PID_ACK 0x2
33#define PID_NAK 0xa
34#define PID_STALL 0xe
35
36/*
2337 * Descriptor types
2438 *
2539 * Reuse libusb naming scheme (/usr/include/usb.h)

Archive Download the corresponding diff file



interactive