index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usb-redir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
usb: add USB_RET_IOERROR
Hans de Goede
1
-3
/
+6
2012-03-07
usb: return BABBLE rather then NAK when we receive too much data
Hans de Goede
1
-2
/
+2
2012-03-07
usb-redir: Set ep type and interface
Hans de Goede
1
-0
/
+8
2012-02-27
usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpoint
Hans de Goede
1
-1
/
+4
2012-02-27
usb-redir: Limit return values returned by iso packets
Hans de Goede
1
-2
/
+2
2012-02-27
usb-redir: Let the usb-host know about our device filtering
Hans de Goede
1
-0
/
+20
2012-02-27
usb-redir: Always clear device state on filter reject
Hans de Goede
1
-4
/
+7
2012-02-27
usb-redir: Fix printing of device version
Hans de Goede
1
-2
/
+4
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
1
-12
/
+106
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-1
/
+1
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
1
-1
/
+0
2012-02-10
usb-redir: Add the posibility to filter out certain devices from redirecion
Hans de Goede
1
-10
/
+105
2012-02-06
usb-redir: convert to QOM
Anthony Liguori
1
-10
/
+14
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-13
/
+20
2012-01-17
usb-redir: Improve some debugging messages
Hans de Goede
1
-5
/
+8
2012-01-17
usb-redir: Try to keep our buffer size near the target size
Hans de Goede
1
-3
/
+27
2012-01-17
usb-redir: Pre-fill our isoc input buffer before sending pkts to the host
Hans de Goede
1
-0
/
+16
2012-01-17
usb-redir: Dynamically adjust iso buffering size based on ep interval
Hans de Goede
1
-5
/
+48
2012-01-17
usb-redir: Clear iso / irq error when stopping the stream
Hans de Goede
1
-2
/
+4
2012-01-06
Strip trailing '\n' from error_report()'s first argument (again)
Markus Armbruster
1
-2
/
+2
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-11-28
usb-redir: Don't try to write to the chardev after a close event
Hans de Goede
1
-0
/
+4
2011-11-28
usb-redir: Device disconnect + re-connect robustness fixes
Hans de Goede
1
-1
/
+21
2011-11-28
usb-redir: Call qemu_chr_fe_open/close
Hans de Goede
1
-0
/
+3
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-26
/
+33
2011-07-22
USB: add usb network redirection support
Hans de Goede
1
-0
/
+1218