Command: hidsupt1

  USBDOS is a collection of different USB drivers and tools:
  HIDSUPT1 is designed as a Support Program, to be called from "inside"
  of some of Bret E. Johnsons other USB-related Programs.

Syntax:

  HIDSUPT1

Options:

  HID (HUMAN INTERFACE DEVICE) PHYSICAL AND REPORT DESCRIPTORS:
  PhysicalBias       #Bias
  PhysicalDesignator #Designator
  PhysicalQualifier  #Qualifier
  PhysicalDescriptor #Segment:#Offset
  ReportCollection   #Collection
  ReportDelimiter    #Delimiter
  ReportTag          #Tag
  ReportDescriptor   #Segment:#Offset
  UsagePage          #UsagePage
  Usage              #UsagePage #Usage

Comments:

  This program is designed as a Support Program, to be called from
  "inside" some of Bret E. Johnsons other USB-related Programs. Because
  it is designed to called from "inside" another program, it does not
  have all of the nice things that a "real", stand-alone program should
  have. However it does contain a lot of useful/interesting tidbits of
  information.
  I should warn you that if you're not pretty familiar with the technical
  details of how USB in general, and Human Interface Devices in
  particular, work, this information may actually confuse you more than
  it helps you, but it's still there for your viewing pleasure.
  If the Option asks for number(s) to be entered (#), they can generally be
  entered in decimal (0-65535) or in hexadecimal (0h-FFFFh). The exception
  to this is #Segment:#Offset, which must ALWAYS be in hexadecimal.
  If you leave number(s) out, ALL possible values will usually be displayed.
  If running from inside another program (if not running from the command-
  line), the number(s) can be followed with a hex call-back address
  (#Segment:#Offset) to which the output will be written.
  See HIDSUPT1.DOC for details (Comment: Not found!).

  For more information see:
    https://gitlab.com/FreeDOS/drivers/usbdos/-/tree/master/DOC/DOSUSB
  OR:
    C:\FREEDOS\DOC\usbintro.doc (too big for edit, please use
    another editor, e.g. Blocek!)
  OR:
    https://bretjohnson.us/

Examples:

  hidsupt1 reporttag18h

See also:

  boundtst
  drives
  inklevel
  irq
  ps2mtest
  scantest
  thrust
  uni2asci
  usbdevic
  usbdos
  usbdrive
  usbhosts
  usbhub
  usbjstik
  usbkeyb
  usbmouse
  usbprint
  usbsupt1
  usbuhci
  usbuhcil
  vendorid

  Copyright © 2007-2009, Bret E. Johnson, help version 2023 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.