MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / usb / net / Zydas / zdusb.h
blob427ec21ef36f635be72ef107099e498732c72479
1 #ifndef _ZDUSB_H
2 #define _ZDUSB_H
4 #ifndef DRIVER_NAME
5 #ifdef ZD1211
6 #define DRIVER_NAME "zd1211"
7 #elif defined(ZD1211B)
8 #define DRIVER_NAME "ZD1211B"
9 #endif
10 #endif
12 /* Define these values to match your device */
13 #define VENDOR_ZYDAS 0x0ACE //ZyDAS
14 #define PRODUCT_1211 0x1211
15 #define PRODUCT_A211 0xa211
16 #define VENDOR_ZYXEL 0x0586 //ZyXEL
17 #define PRODUCT_G220 0x3401
18 #define VENDOR_3COM 0x6891
19 #define PRODUCT_A727 0xA727
20 #define PRODUCT_G220F 0x3402
22 #endif