Fix USB Device Request Code name for '0'

This commit is contained in:
Harald Welte 2019-01-13 23:28:49 +01:00
parent 287d764a7a
commit 0a5c701271
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ external function dec_USB_DeviceRequest(in octetstring stream) return USB_Device
/* Chapter 9.4, Table 9-4: Standard Request Codes */
type enumerated USB_DeviceRequestCode {
USB_DevReq_GET_FEATURE (0),
USB_DevReq_GET_STATUS (0),
USB_DevReq_CLEAR_FEATURE (1),
USB_DevReq_SET_FEATURE (3),
USB_DevReq_SET_ADDRESS (5),