Re: [linux-usb-devel] [PATCH] [497/2many] MAINTAINERS - USB HUB DRIVER

2007-08-13 Thread Stefan Richter
ted more quickly. Of course that's just speculation --- but your comment on this "hub driver" entry, prompted by Joe's patch, seems to support that speculation. -- Stefan Richter -=-=-=== =--- -==-= http://arcgraph.de/sr/ --

Re: [linux-usb-devel] [PATCH] [490/2many] MAINTAINERS - USB BLOCK DRIVER (UB ub)

2007-08-13 Thread Stefan Richter
Joe Perches wrote: > I'll fix it and resubmit about 10 non-individual patches > in a couple of days. Better resubmit a single updated combo patch, for the entire MAINTAINERS file in one go. Unless you receive general objections. -- Stefan Richter -=-=-=== =--- -==-= http://arc

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-25 Thread Stefan Richter
ed up. The program 'firescope' and the raw1394 driver is needed on the 2nd machine; the test machine has to have ohci1394 loaded. -- Stefan Richter -=-=-=== -=-= ==--= http://arcgraph.de/sr/ - This SF.net emai

Re: [linux-usb-devel] [2/3] 2.6.22-rc2: known regressions v2

2007-05-25 Thread Stefan Richter
Ingo Molnar wrote: > i was adding WARN_ON()s that werent true 'warnings' but 'bugs'. IME, the trace dump in the kernel log looks scary enough to be eventually reported, even if prefixed with "WARNING:". -- Stefan Richter -=-=-===

[linux-usb-devel] [PATCH] USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/Kconfig

2007-05-02 Thread Stefan Roese
Now select the big-endian configuration options CONFIG_USB_EHCI_BIG_ENDIAN_MMIO and CONFIG_USB_EHCI_BIG_ENDIAN_DESC in the usb host Kconfig file and not in the platform Kconfig files. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit 090c523c0bd894f20063e3c145b2cb59b5a59a5

[linux-usb-devel] [PATCH 2/2] EHCI big endian data structures support (for 440EPx) - 2nd try

2007-05-02 Thread Stefan Roese
This patch adds support for the AMCC 440EPx EHCI controller whose in-memory data structures and the registers are represented in big- endian format. (Sorry, first try was line wrapped) Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit d08a16e0cc533dfdad384589f7bd3c0ff73e596

[linux-usb-devel] [PATCH 2/2] EHCI big endian data structures support (for 440EPx)

2007-05-02 Thread Stefan Roese
This patch adds support for the AMCC 440EPx EHCI controller whose in-memory data structures and the registers are represented in big- endian format. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit d08a16e0cc533dfdad384589f7bd3c0ff73e5964 tree cf0be290f6ba2963de7fdc9578b469a1bd

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-05-02 Thread Stefan Roese
On Tuesday 01 May 2007 18:37, David Brownell wrote: > On Tuesday 01 May 2007, Stefan Roese wrote: > > > can you verify this still works on your > > > hardware? Sanity tested on x86_64. > > > > Works fine on my 440EPx Sequoia board. > > Great. I forwarded

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-05-01 Thread Stefan Roese
/4xx/Kconfig file (as done for PS3 with CONFIG_USB_EHCI_BIG_ENDIAN_MMIO already). I intentionally didn't send a patch touching this file to the usb list. Please let me know if I should include it in this updated 2/2 p

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-04-29 Thread Stefan Roese
On Sunday 29 April 2007 16:05, Gene Heskett wrote: > On Sunday 29 April 2007, Stefan Roese wrote: > >On Tuesday 03 April 2007 10:53, Stefan Roese wrote: > >> This patch implements supports for EHCI controllers whose in-memory > >> data structures are represented in

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-04-28 Thread Stefan Roese
On Tuesday 03 April 2007 10:53, Stefan Roese wrote: > This patch implements supports for EHCI controllers whose in-memory > data structures are represented in big-endian format. This is needed > (unfortunately) for the AMCC PPC440EPx SoC EHCI controller. > > The guts of the patch a

[linux-usb-devel] [PATCH 2/2] EHCI big endian data structures support (for 440EPx)

2007-04-03 Thread Stefan Roese
This patch adds support for the AMCC 440EPx EHCI controller whose in-memory data structures and the registers are represented in big- endian format. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit 0d9e721f8aefc3acb6bdaba2d321f703950a7308 tree 75e87291cf422df34bbba90b00e0c8a3c5

[linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-04-03 Thread Stefan Roese
. All access routines are converted from cpu_to_le32(...) to cpu_to_hc32(ehci, ...) and similar for the other "direction". (Sorry, first try was line wrapped) Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit d09a2a98cea958672fee269cc5e35

[linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx)

2007-04-03 Thread Stefan Roese
. All access routines are converted from cpu_to_le32(...) to cpu_to_hc32(ehci, ...) and similar for the other "direction". Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit d09a2a98cea958672fee269cc5e35e66570492c5 tree 596e465cf03c0a0005969a9f3e3695c

[linux-usb-devel] [PATCH 2/2] EHCI big endian data structures support (for 440EPx)

2007-04-03 Thread Stefan Roese
This patch adds support for the AMCC 440EPx EHCI controller whose in-memory data structures and the registers are represented in big- endian format. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- commit 0d9e721f8aefc3acb6bdaba2d321f703950a7308 tree 75e87291cf422df34bbba90b00e0c8a3c5

Re: [linux-usb-devel] [2/6] 2.6.21-rc2: known regressions

2007-03-12 Thread Stefan Seyfried
h ATI need different quirks than the hp's with intel. Only thinkpads seem to almost universally work with s3_bios,s3_mode, with some x86_64 models being the exception). Something like that should be pretty easy once the whitelist is kept in HAL. -- Stefan Seyfried "Any ideas, John?" &quo

Re: [linux-usb-devel] [2/6] 2.6.21-rc2: known regressions

2007-03-10 Thread Stefan Seyfried
- boot your system with init=/bin/bash, mount /proc and /sys - try the s2ram options in the combinations listed on the above page - as soon as you find an option that works, please retry it from a full booted system (including X) - if it still works, please report the option

Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Stefan Schmidt
Hello. On Fri, 2007-03-09 at 15:25, Felipe Balbi wrote: > >On Fri, 2007-03-09 at 14:19, Felipe Balbi wrote: > >> On 3/8/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > > >1. Ask if code for something like this exists that we can use instead > > reinvent t

Re: [linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-09 Thread Stefan Schmidt
[added cc's again] Hello. On Fri, 2007-03-09 at 14:19, Felipe Balbi wrote: > On 3/8/07, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > > > >We have a linux smartphone here with the GSM modem on /dev/ttySAC0 . > >As now like to make this tty available to the host thr

[linux-usb-devel] [RFC] g_serial: Real tty device passthrough.

2007-03-08 Thread Stefan Schmidt
g_serial device=ttySAC0 should route the whole communication to /dev/ttySAC0 instead of /dev/ttygs* . Anybody already worked on something like this? As we like to include all our code into mainline all comments on such a solution are more then welcome. regards Stefan Schmidt signature.asc Description

Re: [linux-usb-devel] [Bugme-new] [Bug 7482] New: usb ehci driver crash on system with more tahn 256MByte memory

2006-11-09 Thread Stefan Meyer
t to 0x001C creates a 512MByte windows (this was of course a non-generic quick fix). Running with anything up to 256MByte is fine. My system has 512MByte and it took quite a bit of chasing to find this issue. Hope that helps Regards Stefan Meyer - Original Message - From: "Andrew Morton

Re: [linux-usb-devel] Fw: garbled usb storage scsi vendor & model in 2.6.19-rc1

2006-10-24 Thread Stefan Richter
" using 36\n", sdev->inquiry_len); > + sdev->inquiry_len = 36; > + } ... BTW, AFAIU the sbp2 driver did exactly this in older versions, when it did its own conversions of commands a

[linux-usb-devel] Re: LaCie BiggerDisk G935 Rev: 922 FW problems again, this time USB too

2006-03-19 Thread Stefan Richter
orting" switched on, i.e. CONFIG_SCSI_CONSTANTS. BTW, the BiggerDisk obviously reports a wrong last sector number when connected to USB (1960939009) as opposed to FireWire (1960939008). Seems to be another candidate for drivers/usb/storage/unusual_devs.h (which is why I am crosspostin

[linux-usb-devel] Re: Linux 2.6.16-rc3

2006-02-16 Thread Stefan Richter
ective layers which manage physical devices, i.e. one or more layers beneath SCSI core. -- Stefan Richter -=-=-==- --=- = http://arcgraph.de/sr/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for proble

[linux-usb-devel] Re: USB/SCSI slab corruption.

2006-01-12 Thread Stefan Richter
od] > [] scsi_softirq+0xc0/0x137 [scsi_mod] [] > __do_softirq+0x72/0xdc > [] do_softirq+0x4b/0x4f > === [...] This looks very similar to this report about an SBP-2 HDD under 2.6.14-rc4: http://marc.theaimsgroup.com/?t=11293195972 -- Stefan Ric

[linux-usb-devel] new unusual_devs entry

2005-09-21 Thread Stefan Werner
0mA I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms thx Stefan --- SF.Net email

[linux-usb-devel] [PATCH] hiddev: output reports are dropped when HIDIOCSREPORT is called in short succession

2005-08-22 Thread Stefan Nickl
ntation of HIDIOCSREPORT (in hiddev.c), just like for HIDIOCGREPORT. Works fine for me. Apparently, this issue has some history: http://marc.theaimsgroup.com/?l=linux-usb-users&m=00670105558&w=2 Signed-off-by: Stefan Nickl <[EMAIL PROTECTED]> -- Stefan Nickl Kontron Modular Computers

[linux-usb-devel] Re: Linux support for SiLabs CP210x devices

2005-05-18 Thread Stefan Smietanowski
work to try to read it > than to finish up the driver itself.) Is this for real? What exactly do they think they're trying to pull here? I've seen borderline violations but this .. this .. this .. If the .h file was bad, the .c's are worse. // Stefan -BEGIN PGP SIGNATURE-

Re: [linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2005-05-05 Thread Stefan Rompf
Am Montag 25 April 2005 21:04 schrieb Alan Stern: > > Ok. Let me know when you need a tester after 2.6.10. > > Stefan, > > I haven't forgotten your offer! you must have either a good memory or a good email backlog ;-) > http://www.kernel.org/pub/linux/kernel/people/gr

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-05 Thread Stefan Dösinger
Am Mittwoch, 5. Januar 2005 17:46 schrieb Paul Ionescu: > Hi Bjorn, > > I tried with "pci=routeirq" but the same behaviour. > Then I isolate uhci_hcd to be alone on IRQ 9, and I > can see that after a susp/resume cycle, the irq 9 > count is still incrementing, but lsusb shows no new > device. > If

Re: [linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-12-01 Thread Stefan Rompf
e > 2.6.10 is released, further development work will go into making > suspend/resume more functional. Ok. Let me know when you need a tester after 2.6.10. Stefan --- SF email is sponsored by - The IT Product Guide Read honest & candid re

[linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-11-29 Thread Stefan Rompf
pport for suspend/resume is still fairly primitive. No problem. However I think the feature is very useful for linux, so I bother driver maintainer by driver maintainer, with patches if I can ;-) Stefan --- SF email is sponsored by - The IT Produ

[linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-11-29 Thread Stefan Rompf
ds off, I see that uhci handles some interrupts and stat1 goes from 0080 to 0095 (Enabled Connected) Hope this helps. Stefan --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from r

Re: [linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-14 Thread Stefan Rompf
it also handles EHCI... Well, actually the BIOS of my notebook does not care about most of the hardware on resume, without the generic PCI suspend/resume that went into 2.6.7 or so nothing worked. Stefan --- This SF.net email is sponsored by:

[linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-07 Thread Stefan Rompf
issues. When uhci resumes before ehci, it reconnects all devices. Also, I need a rather bad hack that ignores pci_set_power_state() return values in usb_hcd_pci_suspend(), but that is all not directly related to my patch. Signed-off-by: Stefan Rompf ([EMAIL PROTECTED]) Stefan Files linux/drivers

Re: [linux-usb-devel] Cannot mount USB 2.0 memory stick

2004-08-11 Thread Stefan Frings
Hello again, I found the solution myself. My memory stick broke while I installed the new kernel. After I started to get problem in Linux it worked two times in windows XP but now it now not work at all anymore. I checked against another memory stick and I tried my broken stick also in another c

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread stefan . eletzhofer
()/writex(), and for the PIO types do PIO, then one could add a "simple" bus glue for ISP 116x chips and the like. If that's not a Really Good Idea (TM), then I wonder which options one has, e.g. what USB Host chips are out there which do OHCI _and_ can talk to a processor w/o PCI? Tha

[linux-usb-devel] PXA 2xx UDC and RNDIS g_ether

2004-05-03 Thread stefan . eletzhofer
es me all but a very descriptive "error -10". Gha. I'm almost sure that the PXA UDC is able to do RNDIS, because I believe Robert Schwebel developed the driver on a PXA255. So, is there any help? Has anyone an idea how I might get the RNDIS part of g_ether running? Thanks, Stefan E. --

[linux-usb-devel] [PATCH] 2.6 fix g_serial debug module parm

2004-05-03 Thread stefan . eletzhofer
Hi, g_serial.ko can't be load as module because "debug" is only defined if G_SERIAL_DEBUG is defined, but "debug" is referenced in MODULE_PARM(). The patch below against 2.6.6-rc3 should fix that. Thanks, Stefan E. # # Patch managed by http://www.mn-logis

[linux-usb-devel] [PATCH] 2.6 fix pxa define in gadget_chips.h

2004-05-03 Thread stefan . eletzhofer
Hi, below is a trivial patch which fixes the PXA gadget define in drivers/linux/usb/gadget/gadget_chips.h Everywhere CONFIG_USB_GADGET_PXA2XX is used, except in that file, which bites obviously ... The patch is against 2.6.6-rc3. Thanks, Stefan E. Fix define for PXA UDC. # # Patch

[linux-usb-devel] 2.6 ARM SA11x0 Gadget Driver?

2004-03-10 Thread stefan . eletzhofer
to 2.4. I'm not exactly an USB wizard, tho ;p Thanks, Stefan E. -- Eletztrick Computing - Customized Linux Development Stefan Eletzhofer, Marktstrasse 43, DE-88214 Ravensburg http://www.eletztrick.de --- This SF.Net email is spo

Re: [linux-usb-devel] hcd for rtai

2004-02-04 Thread stefan . eletzhofer
_ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-devel -- Eletztrick Computing - Customized Linux Development Stefan Eletzhofer, Marktstrasse 43, DE-88214 Ravensburg http:/

[linux-usb-devel] cp /tmp/bigfile /mnt/usb11/256Gdrive/ slows down machine

2004-01-27 Thread Stefan Voelkel
t-too-fast-usb-11 performance even more. regards Stefan -- Stefan Völkel[EMAIL PROTECTED] Millenux GmbH mobile: +49.170.79177.17 Lilienthalstr

[linux-usb-devel] Patch: HID blacklisted devices

2003-12-31 Thread Stefan Pflüger
HID_QUIRK_IGNORE) + if ((quirks & HID_QUIRK_IGNORE) && useblacklist) return NULL; if (usb_get_extra_descriptor(interface, HID_DT_HID, &hdesc) && ((!interface->desc.bNumEndpoints) || As soon as hi

[linux-usb-devel] Mitsumi USB Floppy Drive

2003-11-20 Thread Stefan J. Betz
an i use ist today?) Greeting Betz Stefan -- Das Telefonnetz... Unendliche Weiten... Dies sind die Abenteuer eines genervten Internet-Surfers... Weit von zu Hause entfernt stößt er in Bereiche des Systems vor, die vorher noch niemand gesehen hat...

[linux-usb-devel] hid question

2003-09-12 Thread Stefan Held
ou have the wrong problem -*- /_/_/_//_/\___/ /_/\_\ ------ Stefan Held [EMAIL PROTECTED] PC Service GmbH http://www.pcservice.de Schockenriedstraße 40 phone: +49 711 23917-332 70565 Stuttgart-Vaihingen, Germany

Re: [linux-usb-devel] ehci-hcd eats cardreader

2003-06-09 Thread Stefan Neuwirth
[EMAIL PROTECTED] writes: > Quoting Stefan Neuwirth <[EMAIL PROTECTED]>: > > > when loading usb-uhci (2.4.21-rc7-ac1) my 6in1 cardreader (bcm 3230, > > Vendor-ID 0x0aec, > > Produkt-ID 0x3050) is present. It's listed in /proc/bus/ucb/devices: > > Th

[linux-usb-devel] ehci-hcd eats cardreader

2003-06-08 Thread Stefan Neuwirth
0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms Loading ehci-hcd first dosen't change anything. Stefan Mit der Grupppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle Freunde gl

[linux-usb-devel] Problems with usb-uhci/esd200 on KT333A

2002-07-16 Thread Stefan Rompf
Power Management version 2 Anyone got an idea? Cheers, Stefan --- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabb

Re: [linux-usb-devel] Creative webcam go plus: there's some support for it? (third attempt)

2002-05-12 Thread Stefan Nilsen
the camera chip. Still does not have any information on the CCD used. The CCD is initialized in the driver using data gathered using usbsnoop. Feel free to ask if you have any questions. /Stefan PS: If you do some hacking you should also read and follow the kernel codingst

Re: [linux-usb-devel] Creative webcam go plus: there's some support for it? (third attempt)

2002-05-12 Thread Stefan Nilsen
ight pick it up again some day, because the camera keeps staring at me on my desk. /Stefan ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. Y

[linux-usb-devel] Compile Error 2.4.17 + 2.4.18pre-1 ?

2001-12-30 Thread Stefan
Hello, I get a compile Error in Kernel 2.4.17 + 2.4.18pre-1: make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o i

Re: [linux-usb-devel] Compression Detection Techniques for WebCams

2001-06-11 Thread Stefan Nilsen
nice to have the webcam streaming > video at 31 fps instead of the 8 being achieved > now. That would be nice indeed. /Stefan PS: Please ignore any speling errors. My USB-keyboard sux... :-) ___ [EMAIL PROTECTED] To unsubscribe, use the last

Re: [linux-usb-devel] Webcamgo

2001-05-11 Thread Stefan Nilsen
with the corrupted strip (on nine frames total)). I'll try to pin down and remove the corruption after I'm done with the color. > Thanks a lot ! Thanks. It's nice to hear it works for more ppl than me. I'ts my first hardware related project eve

[linux-usb-devel] Webcamgo

2001-05-09 Thread Stefan Nilsen
The driver for Creative Labs Webcam Go is now usable for B/W video. There is still some corruption of every other image, but at least it is possible to use the cam now. The source can be found in the usbvideo module on SF CVS. /Stefan ___ [EMAIL

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-07 Thread Stefan Nilsen
On Monday 07 May 2001 01:17, Dmitri wrote: > Quoting Stefan Nilsen <[EMAIL PROTECTED]>: > > The camera separates images using one or more 0 length frames. It doesn't > > have any "magic" number that indicates the start of a new image. Can > > usbvideo

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-06 Thread Stefan Nilsen
iver using "insmod webcamgodrv.o debug=3" The camera separates images using one or more 0 length frames. It doesn't have any "magic" number that indicates the start of a new image. Can usbvideo handle that case? Or do i detect that when processData gets called? &g

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread Stefan Nilsen
compatible with? All V4L clients i hope. Can you recommend any good program? I have never used any V4L client. /Stefan ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread Stefan Nilsen
ot; - to be tested in open() handler Ok. I will try to remove the stuff that doesn't relate to identification. /Stefan ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] early webcamgo patch for usbvideo

2001-05-03 Thread Stefan Nilsen
t 1999 Randy Dunlap + * + others + * + * Author: Stefan Nilsen <[EMAIL PROTECTED]> + * + * The driver is still *very* experimental and only the published specs + * by Winbond concerning the USB Camera Chip is facts used when making + * this driver. Nothing is known of the actual camera chi

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
type 13 and 15 here, besides JPEG compressed, I guess the compression problem is solved. I will try to decode the JPEG stream into some real images, to verify that I get some kind of "real" data on the iso-pipe. Maybe then I can try to fetch uncompressed data also. Do you have the kno

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
mat? My code fetches JPEG compressed image data from the camera. At least i think it is. The registers on the Winbond chip is enabled for JPEG data. I have not written any code to verify it yet. > The conversion can be easy if the camera is similar to IBM cameras. Lets h

[linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
o clean it up if someone wants to have a look at it. /Stefan ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] CompactFlash-Card

2001-04-18 Thread Stefan Heuberger
Hi I bought a digital camera about one week ago and now have the problem that I don't know how to install the USB-CompactFlash-Card-Reader. Can someone help me? thanks ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sou