Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143669
b: refs/heads/master
c: 5672487
h: refs/heads/master
i:
  143667: e8da3bf
v: v3
  • Loading branch information
Daniele Napolitano authored and Greg Kroah-Hartman committed Apr 17, 2009
1 parent 35dffb2 commit 4d37f93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86a79d2e7094589413880eefa5c6111032382584
refs/heads/master: 5672487d29bd6a3cb0bff941d4f4535ccacc41ed
3 changes: 2 additions & 1 deletion trunk/drivers/staging/otus/zdusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ static const char driver_name[] = "Otus";
static struct usb_device_id zd1221_ids [] = {
{ USB_DEVICE(VENDOR_ATHR, PRODUCT_AR9170) },
{ USB_DEVICE(VENDOR_DLINK, PRODUCT_DWA160A) },
{ USB_DEVICE(0x0846, 0x9010) },
{ USB_DEVICE(VENDOR_NETGEAR, PRODUCT_WNDA3100) },
{ USB_DEVICE(VENDOR_NETGEAR, PRODUCT_WN111v2) },
{ } /* Terminating entry */
};

Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/staging/otus/zdusb.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@
#define VENDOR_DLINK 0x07D1 //Dlink
#define PRODUCT_DWA160A 0x3C10

#define VENDOR_NETGEAR 0x0846 /* NetGear */
#define PRODUCT_WNDA3100 0x9010
#define PRODUCT_WN111v2 0x9001

#endif

0 comments on commit 4d37f93

Please sign in to comment.