Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28366
b: refs/heads/master
c: efcaa20
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent d7a1afd commit 2fa8899
Show file tree
Hide file tree
Showing 2 changed files with 13 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: d5ce1379be9c79d4bcf201c20c5cc87bb2bc973c
refs/heads/master: efcaa20525fde82bbb4fb8cd9e9016f6fabc6509
12 changes: 12 additions & 0 deletions trunk/drivers/usb/net/cdc_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,18 @@ static const struct usb_device_id products [] = {
.driver_info = 0,
},

/* Olympus has some models with a Zaurus-compatible option.
* R-1000 uses a FreeScale i.MXL cpu (ARMv4T)
*/
{
.match_flags = USB_DEVICE_ID_MATCH_INT_INFO
| USB_DEVICE_ID_MATCH_DEVICE,
.idVendor = 0x07B4,
.idProduct = 0x0F02, /* R-1000 */
ZAURUS_MASTER_INTERFACE,
.driver_info = 0,
},

/*
* WHITELIST!!!
*
Expand Down

0 comments on commit 2fa8899

Please sign in to comment.