Deleted Added
full compact
if_upgt.c (207554) if_upgt.c (209447)
1/* $OpenBSD: if_upgt.c,v 1.35 2008/04/16 18:32:15 damien Exp $ */
1/* $OpenBSD: if_upgt.c,v 1.35 2008/04/16 18:32:15 damien Exp $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_upgt.c 207554 2010-05-03 07:32:50Z sobomax $ */
2/* $FreeBSD: head/sys/dev/usb/wlan/if_upgt.c 209447 2010-06-22 21:08:45Z thompsa $ */
3
4/*
5 * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *

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

179 UPGT_DEV(CONCEPTRONIC, PRISM_GT),
180 UPGT_DEV(DELL, PRISM_GT_1),
181 UPGT_DEV(DELL, PRISM_GT_2),
182 UPGT_DEV(FSC, E5400),
183 UPGT_DEV(GLOBESPAN, PRISM_GT_1),
184 UPGT_DEV(GLOBESPAN, PRISM_GT_2),
185 UPGT_DEV(INTERSIL, PRISM_GT),
186 UPGT_DEV(SMC, 2862WG),
3
4/*
5 * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *

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

179 UPGT_DEV(CONCEPTRONIC, PRISM_GT),
180 UPGT_DEV(DELL, PRISM_GT_1),
181 UPGT_DEV(DELL, PRISM_GT_2),
182 UPGT_DEV(FSC, E5400),
183 UPGT_DEV(GLOBESPAN, PRISM_GT_1),
184 UPGT_DEV(GLOBESPAN, PRISM_GT_2),
185 UPGT_DEV(INTERSIL, PRISM_GT),
186 UPGT_DEV(SMC, 2862WG),
187 UPGT_DEV(USR, USR5422),
187 UPGT_DEV(WISTRONNEWEB, UR045G),
188 UPGT_DEV(XYRATEX, PRISM_GT_1),
189 UPGT_DEV(XYRATEX, PRISM_GT_2),
190 UPGT_DEV(ZCOM, XG703A),
191 UPGT_DEV(ZCOM, XM142)
192};
193
194static usb_callback_t upgt_bulk_rx_callback;

--- 2197 unchanged lines hidden ---
188 UPGT_DEV(WISTRONNEWEB, UR045G),
189 UPGT_DEV(XYRATEX, PRISM_GT_1),
190 UPGT_DEV(XYRATEX, PRISM_GT_2),
191 UPGT_DEV(ZCOM, XG703A),
192 UPGT_DEV(ZCOM, XM142)
193};
194
195static usb_callback_t upgt_bulk_rx_callback;

--- 2197 unchanged lines hidden ---