Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
604 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. hackflag.h
  5. Abstract:
  6. USB 'hack flags' are defined to work around specific
  7. device problems.
  8. These flags are placed in the registry under
  9. HKLM\CCS\Services\USB\DeviceHackFlags\VIDnnnn&PIDnnnn&REVnnnn
  10. or
  11. HKLM\CCS\Services\USB\DeviceHackFlags\VIDnnnn&PIDnnnn
  12. as a DWORD key HackFlags
  13. Environment:
  14. Kernel & user mode
  15. Revision History:
  16. 6-20-99 : created
  17. --*/
  18. #ifndef __HACKFLAG_H__
  19. #define __HACKFLAG_H__
  20. #define USB_HACKFLAG_IGNORE_PF_XXX 0x00000001
  21. #endif //__HACKFLAG_H__