From b3d6be7182828e1b8638af09810258256a8d4632 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 28 Jan 2008 09:50:12 -0800 Subject: [PATCH] --- yaml --- r: 82287 b: refs/heads/master c: 667d691ed7a70c9a9fde5b6bd663a5f38326e026 h: refs/heads/master i: 82285: 31247761132054e001568a29c30352eeb5ffd392 82283: daaebb6503d8b3e1b9ead8fccf313017ebcec8ae 82279: 6cb148bb48b04c8eba771e528a169b2c2c6e7e97 82271: fc78c06170300bc6ec2e5c71094e845a1e4a7835 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/hcd.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c81a28c8158b..4ef20cb14532 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2e4f3c02239d4c7c454604715db619bc971b15eb +refs/heads/master: 667d691ed7a70c9a9fde5b6bd663a5f38326e026 diff --git a/trunk/drivers/usb/core/hcd.c b/trunk/drivers/usb/core/hcd.c index febd6b40da3b..a1906908d3b1 100644 --- a/trunk/drivers/usb/core/hcd.c +++ b/trunk/drivers/usb/core/hcd.c @@ -132,8 +132,8 @@ static const u8 usb2_rh_dev_descriptor [18] = { 0x01, /* __u8 bDeviceProtocol; [ usb 2.0 single TT ]*/ 0x40, /* __u8 bMaxPacketSize0; 64 Bytes */ - 0x00, 0x00, /* __le16 idVendor; */ - 0x00, 0x00, /* __le16 idProduct; */ + 0x6b, 0x1d, /* __le16 idVendor; Linux Foundation */ + 0x02, 0x00, /* __le16 idProduct; device 0x0002 */ KERNEL_VER, KERNEL_REL, /* __le16 bcdDevice */ 0x03, /* __u8 iManufacturer; */ @@ -155,8 +155,8 @@ static const u8 usb11_rh_dev_descriptor [18] = { 0x00, /* __u8 bDeviceProtocol; [ low/full speeds only ] */ 0x40, /* __u8 bMaxPacketSize0; 64 Bytes */ - 0x00, 0x00, /* __le16 idVendor; */ - 0x00, 0x00, /* __le16 idProduct; */ + 0x6b, 0x1d, /* __le16 idVendor; Linux Foundation */ + 0x01, 0x00, /* __le16 idProduct; device 0x0001 */ KERNEL_VER, KERNEL_REL, /* __le16 bcdDevice */ 0x03, /* __u8 iManufacturer; */