Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144589
b: refs/heads/master
c: 726474b
h: refs/heads/master
i:
  144587: f1cb7c9
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed May 1, 2009
1 parent 68c7c3d commit 44c39af
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f293501c61c50b014ad2347661c6acd951c80fed
refs/heads/master: 726474b8cd0f0f49c570b1dbbab44be898797550
5 changes: 5 additions & 0 deletions trunk/drivers/net/usb/smsc95xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,11 @@ static const struct usb_device_id products[] = {
USB_DEVICE(0x0424, 0x9500),
.driver_info = (unsigned long) &smsc95xx_info,
},
{
/* SMSC9512/9514 USB Hub & Ethernet Device */
USB_DEVICE(0x0424, 0xec00),
.driver_info = (unsigned long) &smsc95xx_info,
},
{ }, /* END */
};
MODULE_DEVICE_TABLE(usb, products);
Expand Down

0 comments on commit 44c39af

Please sign in to comment.