Deleted Added
full compact
usb.h (227401) usb.h (230032)
1/* $FreeBSD: head/sys/dev/usb/usb.h 227401 2011-11-09 18:48:36Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb.h 230032 2012-01-12 21:21:20Z hselasky $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 673 unchanged lines hidden (view full) ---

683#define UPS_PORT_LS_SS_INA 0x06
684#define UPS_PORT_LS_POLL 0x07
685#define UPS_PORT_LS_RECOVER 0x08
686#define UPS_PORT_LS_HOT_RST 0x09
687#define UPS_PORT_LS_COMP_MODE 0x0A
688#define UPS_PORT_LS_LOOPBACK 0x0B
689#define UPS_PORT_LS_RESUME 0x0F
690#define UPS_PORT_POWER 0x0100
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 673 unchanged lines hidden (view full) ---

683#define UPS_PORT_LS_SS_INA 0x06
684#define UPS_PORT_LS_POLL 0x07
685#define UPS_PORT_LS_RECOVER 0x08
686#define UPS_PORT_LS_HOT_RST 0x09
687#define UPS_PORT_LS_COMP_MODE 0x0A
688#define UPS_PORT_LS_LOOPBACK 0x0B
689#define UPS_PORT_LS_RESUME 0x0F
690#define UPS_PORT_POWER 0x0100
691#define UPS_PORT_POWER_SS 0x0200 /* super-speed only */
691#define UPS_LOW_SPEED 0x0200
692#define UPS_HIGH_SPEED 0x0400
693#define UPS_OTHER_SPEED 0x0600 /* currently FreeBSD specific */
694#define UPS_PORT_TEST 0x0800
695#define UPS_PORT_INDICATOR 0x1000
696#define UPS_PORT_MODE_DEVICE 0x8000 /* currently FreeBSD specific */
697 uWord wPortChange;
698#define UPS_C_CONNECT_STATUS 0x0001

--- 58 unchanged lines hidden ---
692#define UPS_LOW_SPEED 0x0200
693#define UPS_HIGH_SPEED 0x0400
694#define UPS_OTHER_SPEED 0x0600 /* currently FreeBSD specific */
695#define UPS_PORT_TEST 0x0800
696#define UPS_PORT_INDICATOR 0x1000
697#define UPS_PORT_MODE_DEVICE 0x8000 /* currently FreeBSD specific */
698 uWord wPortChange;
699#define UPS_C_CONNECT_STATUS 0x0001

--- 58 unchanged lines hidden ---