Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165020
b: refs/heads/master
c: 04c4ab1
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 9eef223 commit 3432201
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: 29cf1b72f34519413b3fafbccc9ac776eb948ede
refs/heads/master: 04c4ab17c7c39603c5017bee20d3b8ccb2f19816
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/fsl_qe_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2750,6 +2750,10 @@ static int __devexit qe_udc_remove(struct of_device *ofdev)

/*-------------------------------------------------------------------------*/
static struct of_device_id __devinitdata qe_udc_match[] = {
{
.compatible = "fsl,mpc8323-qe-usb",
.data = (void *)PORT_QE,
},
{
.compatible = "fsl,mpc8360-qe-usb",
.data = (void *)PORT_QE,
Expand Down

0 comments on commit 3432201

Please sign in to comment.