Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-28 Thread Olivier Cochard-Labbé
On Wed, Jan 22, 2014 at 9:41 PM, Olivier Cochard-Labbé
oliv...@cochard.mewrote:

 I've meet the problem on FreeBSD 10.0 with a Kingston DT 101 G2 (this is
 why I've fill the PR usb/185747), but it wasn't my key then I didn't have
 access to it anymore.
  Then the author of the PR usb/180837 confirms the problem on FreeBSD 9.2
 with this same key (but he didn't have to use the same quirks on 9.2 as me
 on 10.0) and notice that the NetBSD quirks list include a list of Kingston
 DataTraveler USB keys
 And just after a new PR misc/185837 was created by another user... This why
 I wonder if there is something wrong with somes of the Kingston
 DataTraveler.

 FYI, I've just ordered 3 differents Kingston Datatraveler keys for testing
 them:
 - Kingston DataTraveler SE9
 - Kingston DataTraveler 100 G3
 - Kingston DataTraveler i G4 8
 I will test them once received.


Received all 3 keys and good news: these 3 works :-)
Then it seems only the Kingston DT 10* G2 meet problems, but I didn't
have it with me anymore for getting the VID and PID.

Just for the record, the VID/PID of the working tested keys:
- Kingston DataTraveler SE9: idVendor = 0x0951, idProduct = 0x1665,
iManufacturer
= 0x0001  Kingston, iProduct = 0x0002  DataTraveler 2.0
- Kingston DataTraveler 100 G3: idVendor = 0x0951, idProduct = 0x1666,
iManufacturer
= 0x0001  Kingston, iProduct = 0x0002  DataTraveler 3.0
- Kingston DataTraveler i G4: idVendor = 0x0951, idProduct = 0x1666,
iManufacturer
= 0x0001  Kingston, iProduct = 0x0002  DataTraveler 3.0
= The DataTraveler G4 and the DataTraveler 100 G3 have the same
VID/PID.

Regards,
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Hans Petter Selasky

On 01/22/14 11:31, Olivier Cochard-Labbé wrote:

Hi all,
There is a regression since 9.2 (still not fixed on 10.0) regarding a list
of Kingston DataTraveler/DT USB keys
- usb/180837, regarding Kingston DT 101 G2: This PR include a patch for
9.2 and a link to netbsd code that include other Kingston USB keys;
- usb/184014, regarding Kingston DT 100 G2 (include tips for debugging)
- usb/185747, regarding Kingston DT 101 G2 (duplicate PR with
usb/180837), that include a patch for 10.0;
- misc/185837, regarding Kingston DataTraveler 2.0.

Can someone check with the netbsd code for the full list of known buggy
Kingston USB key and commit these quirks patches ?



Hi,

Can you make a list of VID+PID and the minimum of quirks needed.

Many Kingston devices I've got work just fine. Maybe they are not original?

--HPS
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Hans Petter Selasky

On 01/22/14 11:39, Hans Petter Selasky wrote:

On 01/22/14 11:31, Olivier Cochard-Labbé wrote:

Hi all,
There is a regression since 9.2 (still not fixed on 10.0) regarding a
list
of Kingston DataTraveler/DT USB keys
- usb/180837, regarding Kingston DT 101 G2: This PR include a patch for
9.2 and a link to netbsd code that include other Kingston USB keys;
- usb/184014, regarding Kingston DT 100 G2 (include tips for debugging)
- usb/185747, regarding Kingston DT 101 G2 (duplicate PR with
usb/180837), that include a patch for 10.0;
- misc/185837, regarding Kingston DataTraveler 2.0.

Can someone check with the netbsd code for the full list of known buggy
Kingston USB key and commit these quirks patches ?



Hi,

Can you make a list of VID+PID and the minimum of quirks needed.

Many Kingston devices I've got work just fine. Maybe they are not original?



s/original/genuine

BTW: What revision of FreeBSD are you seeing this? Have you updated the 
kernel to the latest?


--HPS

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Olivier Cochard-Labbé
On Wed, Jan 22, 2014 at 8:39 PM, Hans Petter Selasky h...@bitfrost.nowrote:

 On 01/22/14 11:39, Hans Petter Selasky wrote:

 On 01/22/14 11:31, Olivier Cochard-Labbé wrote:

 Hi all,
 There is a regression since 9.2 (still not fixed on 10.0) regarding a
 list
 of Kingston DataTraveler/DT USB keys
 - usb/180837, regarding Kingston DT 101 G2: This PR include a patch for
 9.2 and a link to netbsd code that include other Kingston USB keys;
 - usb/184014, regarding Kingston DT 100 G2 (include tips for debugging)
 - usb/185747, regarding Kingston DT 101 G2 (duplicate PR with
 usb/180837), that include a patch for 10.0;
 - misc/185837, regarding Kingston DataTraveler 2.0.

 Can someone check with the netbsd code for the full list of known buggy
 Kingston USB key and commit these quirks patches ?


 Hi,

 Can you make a list of VID+PID and the minimum of quirks needed.

 Many Kingston devices I've got work just fine. Maybe they are not
 original?


 s/original/genuine

 BTW: What revision of FreeBSD are you seeing this? Have you updated the
 kernel to the latest?


I've meet the problem on FreeBSD 10.0 with a Kingston DT 101 G2 (this is
why I've fill the PR usb/185747), but it wasn't my key then I didn't have
access to it anymore.
Then the author of the PR usb/180837 confirms the problem on FreeBSD 9.2
with this same key (but he didn't have to use the same quirks on 9.2 as me
on 10.0) and notice that the NetBSD quirks list include a list of Kingston
DataTraveler USB keys
And just after a new PR misc/185837 was created by another user… This why I
wonder if there is something wrong with somes of the Kingston DataTraveler.

FYI, I've just ordered 3 differents Kingston Datatraveler keys for testing
them:
- Kingston DataTraveler SE9
- Kingston DataTraveler 100 G3
- Kingston DataTraveler i G4 8
I will test them once received.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org