View Single Post
 
Old 03-26-2010, 01:56 PM
barnum barnum is offline
Cheetah
 
Join Date: Mar 2010
Posts: 2
Code:
                Device (HUB1)                       // will become HUB2 for USB2
                {
                    Name (_ADR, 0x00)
                    Device (PRT1)
                    {
                        Name (_ADR, 0x01)
                    }

                    Device (PRT2)
                    {
                        Name (_ADR, 0x02)
                    }
                }
Hi,
Can You explain me what the "utility" of this part of the usb declaration"

In my dsdt, I doesn't have that.
Thank,
Barnum
Reply With Quote