Re: [linux-usb-devel] 2.6.23-rc1: USB hard disk broken

2007-08-05 Thread Tino Keitel
On Sun, Aug 05, 2007 at 13:09:42 +0200, Tino Keitel wrote: On Thu, Jul 26, 2007 at 10:06:40 +0200, Oliver Neukum wrote: Am Mittwoch 25 Juli 2007 schrieb Tino Keitel: On Wed, Jul 25, 2007 at 10:24:36 +0200, Oliver Neukum wrote: Am Mittwoch 25 Juli 2007 schrieb Tino Keitel: Hi,

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-05 Thread Wolfgang Mües
Hi Jason, On Samstag, 4. August 2007, Jason LeBrun wrote: I'm using a Kingston 2.0GB SD card with a unbranded card reader (model number UCR-61). When I insert the card, it's detected as device using 512-byte sector sizes This is correct. All SD and SDHC cards are using 512 Byte sector size.

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-05 Thread Sam Liddicott
-Original Message- From: Wolfgang Mües [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader H... I think Windows is using the information from the partitions to compute the size, not from the CSD. I think so. If the poster uses d and

[linux-usb-devel] usb_class_driver how to replace .mode

2007-08-05 Thread David Leipold
Hi there, The mode field in struct usb_class_driver was patched away in 2005. I'd be very happy if i could get every user to read from my device driver. How am i supposed to make that possible without just setting .mode = S_IRUSR ? I've already googled a lot an read manuals but i just don't get

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-05 Thread Jason LeBrun
I've not yet completed Matthew Dharm's request to enable USB_STORAGE_VERBOSE_DEBUG. I'll do that today. I did zero out the partition table (and then some :-)) using dd: dd if=/dev/zero of=/dev/sdd bs=1024 count=1000 To verify, I fired up fdisk, and got this message: Device contains neither a

Re: [linux-usb-devel] [3/3] 2.6.23-rc2: known regressions

2007-08-05 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc2. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6 Andi Kleen

Re: [linux-usb-devel] [3/3] 2.6.23-rc2: known regressions

2007-08-05 Thread Jeremy Fitzhardinge
Michal Piotrowski wrote: Virtualization Subject : drivers/net/xen-netfront.c: bogus code References : http://lkml.org/lkml/2007/7/22/256 Last known good : ? Submitter : Adrian Bunk [EMAIL PROTECTED] Caused-By : ? Handled-By : Jeremy Fitzhardinge [EMAIL

Re: [linux-usb-devel] usb_class_driver how to replace .mode

2007-08-05 Thread Greg KH
On Sun, Aug 05, 2007 at 07:34:35PM +0200, David Leipold wrote: Hi there, The mode field in struct usb_class_driver was patched away in 2005. I'd be very happy if i could get every user to read from my device driver. How am i supposed to make that possible without just setting .mode =