~sylvain-pineau/checkbox/ui_profiles

« back to all changes in this revision

Viewing changes to checkbox-old/checkbox/lib/pci.py

"Parser update to  properly categorize as VIDEO some AMD GPUs with subclass ID 0x80.
 [r=zkrynicki][bug=1291940][author=roadmr]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    CLASS_DISPLAY_VGA               = 0
41
41
    CLASS_DISPLAY_XGA               = 1
42
42
    CLASS_DISPLAY_3D                = 2
43
 
    CLASS_DISPLAY_OTHER             = 80
 
43
    CLASS_DISPLAY_OTHER             = 0x80
44
44
 
45
45
    BASE_CLASS_MULTIMEDIA           = 4
46
46
    CLASS_MULTIMEDIA_VIDEO          = 0
87
87
    CLASS_SERIAL_USB                = 3
88
88
    CLASS_SERIAL_FIBER              = 4
89
89
    CLASS_SERIAL_SMBUS              = 5
 
90
 
 
91
    VENDOR_ID_AMD                   = 0x1002