CVS commit: src/sys/rump/dev/wip/librumpusbhc

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 18:27:17 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: * UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons. Let it instead of panicking. Doesn't seem to affect

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2010-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 10 21:30:16 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: pass a few more requests through to ugen To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2010-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 10 22:13:18 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: Add a simple hack to make interrupt pipes work (can't close them yet ... except with SIGINT. muah). To generate a diff of

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 20 15:32:47 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: Improve bulk transfer implementation by adding more complete support for short reads. Ironically, in some cases this works

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 15 15:50:38 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: Support more stuff, e.g. mapping alternate interface setting to the correct ugen ioctl. To generate a diff of this commit:

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-10-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 14 23:29:42 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: whoops, restore probing of ugen{0..3} instead of just ugen2 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-10-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 4 17:46:58 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: * pass a few write requests through to the device. * drop async transfer requests on the floor (no, this does not make

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-10-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Oct 3 19:07:33 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: probe and attach ugen0 through ugen3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-10-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Oct 3 20:46:49 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: Report the root hub as self-powered. Works better when attaching power-hungry devices. To generate a diff of this commit: