patch-2.4.25 linux-2.4.25/drivers/usb/gadget/net2280.h
Next file: linux-2.4.25/drivers/usb/gadget/zero.c
Previous file: linux-2.4.25/drivers/usb/gadget/net2280.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/usb/gadget/net2280.h
- Orig date:
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.24/drivers/usb/gadget/net2280.h linux-2.4.25/drivers/usb/gadget/net2280.h
@@ -520,6 +520,7 @@
unsigned num : 8,
fifo_size : 12,
in_fifo_validate : 1,
+ out_overflow : 1,
stopped : 1,
is_in : 1,
is_iso : 1;
@@ -529,6 +530,7 @@
{
/* ep0 only */
writel ( (1 << CLEAR_CONTROL_STATUS_PHASE_HANDSHAKE)
+ | (1 << CLEAR_NAK_OUT_PACKETS)
| (1 << CLEAR_NAK_OUT_PACKETS_MODE)
, &ep->regs->ep_rsp);
ep->stopped = 1;
@@ -546,7 +548,6 @@
dma_addr_t td_dma;
struct list_head queue;
unsigned mapped : 1,
- dma_done : 1,
valid : 1;
};
@@ -559,8 +560,7 @@
unsigned enabled : 1,
protocol_stall : 1,
got_irq : 1,
- region : 1,
- selfpowered : 1;
+ region : 1;
u16 chiprev;
/* pci state used to access those endpoints */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)