Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15506
b: refs/heads/master
c: 5e0f76c
h: refs/heads/master
v: v3
  • Loading branch information
David Hollis authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 4d89a22 commit 6b1e6bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e220e9505f3c993b666b5e22b1c466b69ee4f54
refs/heads/master: 5e0f76c6bbc0d26cd9625876f7beeb7b002f39bf
4 changes: 4 additions & 0 deletions trunk/drivers/usb/net/asix.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,10 @@ static const struct usb_device_id products [] = {
// ASIX AX88772 10/100
USB_DEVICE (0x0b95, 0x7720),
.driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB200M Rev 2
USB_DEVICE (0x13b1, 0x0018),
.driver_info = (unsigned long) &ax88772_info,
},
{ }, // END
};
Expand Down

0 comments on commit 6b1e6bb

Please sign in to comment.