[linux-usb-devel] first code

2004-02-25 Thread DeLeTe
Hi, I'm new in kernel programming and i would like to do a simple code witch can detect and plug/deplug usb device. So I read usb-skeleton.c and there is some line I don't understand: /* Define these values to match your devices */ #define USB_SKEL_VENDOR_ID 0xfff0

Re: [linux-usb-devel] first code

2004-02-25 Thread shino korah
#define USB_SKEL_VENDOR_ID 0x045e #define USB_SKEL_PRODUCT_ID 0x0039 --- DeLeTe [EMAIL PROTECTED] wrote: Hi, I'm new in kernel programming and i would like to do a simple code witch can detect and plug/deplug usb device. So I read usb-skeleton.c and there is some line I don't understand: