Re: [Linux-usb-users] differentiate pen drive and usb hdd

2007-05-14 Thread Bertrik Sikken
y looking at the SCSI inquiry data. I can imagine that a pen drive usually has the 'removeable' bit (bit 7 of byte 1 in the response the INQUIRY command). set while a USB HDD does not. Regards, Bertrik -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG

Re: [Linux-usb-users] Reverse Engineering USB Protocol

2007-02-09 Thread bertrik
act format to make it more easily readable. I don't know of a specific download location right now though. A very nice introduction about USB is available from beyondlogic.org called 'USB in a nutshell'. Th

Re: [Linux-usb-users] Generic device with no bulk out, not allowed.

2006-03-28 Thread Bertrik Sikken
Greg KH wrote: > On Mon, Mar 27, 2006 at 08:10:33PM +0200, Bertrik Sikken wrote: >> Hi all, >> >> For a hobby project I'm writing firmware for a LPC214x (ARM7) >> microcontroller to implement a simple serial-over-USB port. >> >> I think I have the b

[Linux-usb-users] Generic device with no bulk out, not allowed.

2006-03-28 Thread Bertrik Sikken
specs. My device has two interfaces, a communication class interface with an interrupt-in endpoint and a data class interface with two bulk (in and out) endpoints. I'm attaching the syslog, dmesg and lsusb -v output. Thanks, Bertrik Bus 005 Device 004: ID :0005 Device Descriptor:

[Linux-usb-users] Re: [linux-usb-devel] RE: 3com BLuetooth USB adapter (Redhat 7.2)

2002-04-07 Thread Bertrik Sikken
"hciconfig", it shows nothing. As I > know, "hciconfig" command should list out all the Bluetooth devices. > Please advice how to make it? Perhaps removing the bluetooth.o module work or perhaps you need to be more specific and try 'hciconfig hci0' > Please help...