Quoth Aidan K. Wiggins via 9fans <9fans@9fans.net>:
> If it weren't for these non-realtek chips, I think we would just use
> switch(did){}.

Ugh. yes. I figure it'd be fine to add

        enum {
                /*
                 * Some realtek chips are sold with
                 * the US robotics vendor id.
                 */
                VRtl = 0x10EC,
                VUsr = 0x16EC,
        };

Usually, we'd just check the vendor and
switch on the device id.

(these realtek cards are a pain; a ton of
odd special cases...)


------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T832e366730c74bfa-M8f1600a2bbcbb03367923327
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to