diff options
Diffstat (limited to 'include/usb_descriptor.h')
-rw-r--r-- | include/usb_descriptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_descriptor.h b/include/usb_descriptor.h index a3e9de3c6b..a40b858876 100644 --- a/include/usb_descriptor.h +++ b/include/usb_descriptor.h @@ -1,4 +1,4 @@ -/* Copyright 2013 The Chromium OS Authors. All rights reserved. +/* Copyright 2013 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * @@ -185,7 +185,7 @@ struct usb_endpoint_descriptor { #define USB_CLASS_APP_SPEC 0xfe #define USB_CLASS_VENDOR_SPEC 0xff -/* USB Vendor ID assigned to Google Inc. */ +/* USB Vendor ID assigned to Google LLC */ #define USB_VID_GOOGLE 0x18d1 /* Google specific SubClass/Protocol assignments */ |