Re: [USB] Cirque Glidepoint bDescriptorType == 0

2023-10-06 Thread Theo de Raadt
Cheap broken USB devices not following spec?? Tell me that isn't possible! :-) neirac wrote: > I have a Cirque Corporation, USB GlidePoint, that's not working in 7.3. > Checking the code I realized that this device is returning 0 as > bDescriptorType, so I relaxed the error condition to just

[USB] Cirque Glidepoint bDescriptorType == 0

2023-10-06 Thread neirac
I have a Cirque Corporation, USB GlidePoint, that's not working in 7.3. Checking the code I realized that this device is returning 0 as bDescriptorType, so I relaxed the error condition to just looked at the size. Is it common that devices don't return the expected UDES_DEVICE descriptor?. Maybe