Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove comment about BlackBerry devices which ar...



details:   https://anonhg.NetBSD.org/src/rev/e4124fef3720
branches:  trunk
changeset: 826815:e4124fef3720
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Sep 30 13:01:50 2017 +0000

description:
Remove comment about BlackBerry devices which are not relevant here.

diffstat:

 sys/dev/usb/uipad.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 60019575da92 -r e4124fef3720 sys/dev/usb/uipad.c
--- a/sys/dev/usb/uipad.c       Sat Sep 30 12:59:37 2017 +0000
+++ b/sys/dev/usb/uipad.c       Sat Sep 30 13:01:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipad.c,v 1.5 2017/04/21 15:06:37 christos Exp $       */
+/*     $NetBSD: uipad.c,v 1.6 2017/09/30 13:01:50 sevan Exp $  */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipad.c,v 1.5 2017/04/21 15:06:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipad.c,v 1.6 2017/09/30 13:01:50 sevan Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -77,10 +77,6 @@
        struct usbd_device *    sc_udev;
 };
 
-/*
- * Note that we do not attach to USB_PRODUCT_RIM_BLACKBERRY_PEARL_DUAL
- * as we let umass claim the device instead.
- */
 static const struct usb_devno uipad_devs[] = {
        { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPAD },
        { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPAD_2 },



Home | Main Index | Thread Index | Old Index