Otavio Salvador wrote:
> Phil Dibowitz <[EMAIL PROTECTED]> writes:
> 
> 
>>You have:
>>
>>
>>>>>>>P:  Vendor=10d6 ProdID=1100 Rev= 1.00
>>
>>but you patched
>>
>>10d6, 1100, 0000-9999
>>
>>What you should have patched is:
>>
>>10d6 1100 0100-0100
>>
>>The "Rev" is the bcdDevice number, and is the range in question.
>>
>>That make sense?
> 
> 
> What I don't understand why I should use 0100 instead of 1100? Do you
> have a reference where I can get more information about it?

NO no - you leave 1100 alone. You replace 0000 with 0100 and 9999 with 0100.

See "P:  Vendor=10d6 ProdID=1100 Rev= 1.00" says:
Vendor: 10d6
Product: 1100
bcd: 0100

So your patch which did:
Vendor: 10d6
Product: 1100
bcd: 0000-9999

covers that, but way more. If you do:

Vendor: 10d6
Product: 1100
bcd: 0100-0100

Then you cover only your device. Much better.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Freeware and Technical Pages              Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't
matter and those who matter don't mind."
 - Dr. Suess

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to